组织ID: |
com.github.spullara.mustache.java |
项目ID: |
compiler |
版本: |
0.6 |
最后修改时间: |
2019-10-22 21:50:16 |
包类型: |
jar |
标题: |
compiler |
描述: |
Implementation of mustache.js for Java |
相关URL: |
http://github.com/spullara/mustache.java |
大小: |
23.08KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.6</version>
</dependency>
|
Gradle引入代码: |
com.github.spullara.mustache.java:compiler:0.6
|
下载Jar包: |
|
POM文件内容: |
<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">
<parent>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>mustache.java</artifactId>
<version>0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<packaging>jar</packaging>
<name>compiler</name>
<description>Implementation of mustache.js for Java</description>
<url>http://github.com/spullara/mustache.java</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/spullara/mustache.java.git</connection>
<url>http://github.com/spullara/mustache.java</url>
</scm>
<developers>
<developer>
<name>Sam Pullara</name>
<email>sam@sampullara.com</email>
<url>http://www.javarants.com</url>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<!-- Core -->
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>core</artifactId>
<version>0.6</version>
</dependency>
<!-- Servlets -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>network</artifactId>
<version>0.6</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>javarants releases</id>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</repository>
<repository>
<id>javarants snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.sampullara.mustache.MustacheCompiler.class
com.sampullara.util.RuntimeJavaCompiler$ClassLoaderFileManager.class
com.sampullara.util.RuntimeJavaCompiler$CompilerClassLoader.class
com.sampullara.util.RuntimeJavaCompiler$JavaClassFromEntry.class
com.sampullara.util.RuntimeJavaCompiler$JavaClassFromFile.class
com.sampullara.util.RuntimeJavaCompiler$JavaClassOutput.class
com.sampullara.util.RuntimeJavaCompiler$JavaSourceFromString.class
com.sampullara.util.RuntimeJavaCompiler.class
footer.txt
header.txt
middle.txt
mustache.js
META-INF/maven/com.github.spullara.mustache.java/compiler/pom.xml
META-INF/maven/com.github.spullara.mustache.java/compiler/pom.properties
|
依赖Jar: |
core-0.6.jar
/com.github.spullara.mustache.java/core/0.6
查看core所有版本文件
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
junit-4.8.1.jar
/junit/junit/4.8.1
查看junit所有版本文件
network-0.6.jar
/com.github.spullara.mustache.java/network/0.6
查看network所有版本文件
|