| 组织ID: |
org.wicketstuff |
| 项目ID: |
wicketstuff-closure-compiler |
| 版本: |
6.20.0 |
| 最后修改时间: |
2019-10-29 07:51:49 |
| 包类型: |
jar |
| 标题: |
WicketStuff Closure Compiler Integration |
| 大小: |
5.16KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-closure-compiler</artifactId>
<version>6.20.0</version>
</dependency>
|
| Gradle引入代码: |
org.wicketstuff:wicketstuff-closure-compiler:6.20.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wicketstuff</groupId>
<artifactId>jdk-1.6-parent</artifactId>
<version>6.20.0</version>
</parent>
<artifactId>wicketstuff-closure-compiler</artifactId>
<name>WicketStuff Closure Compiler Integration</name>
<dependencies>
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.wicketstuff.closurecompiler.ClosureCompilerJavaScriptCompressor.class
org.wicketstuff.closurecompiler.ClosureCompilationException.class
META-INF/maven/org.wicketstuff/wicketstuff-closure-compiler/pom.xml
META-INF/maven/org.wicketstuff/wicketstuff-closure-compiler/pom.properties
META-INF/INDEX.LIST
|
| 依赖Jar: |
|