组织ID: |
com.github.spullara.mustache.java |
项目ID: |
compiler |
版本: |
0.8.3 |
最后修改时间: |
2019-10-22 20:59:24 |
包类型: |
jar |
标题: |
compiler |
描述: |
Implementation of mustache.js for Java |
相关URL: |
http://github.com/spullara/mustache.java |
大小: |
74.30KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.8.3</version>
</dependency>
|
Gradle引入代码: |
com.github.spullara.mustache.java:compiler:0.8.3
|
下载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">
<parent>
<artifactId>mustache.java</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>compiler</artifactId>
<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>
<repositories>
<repository>
<id>Twitter</id>
<url>http://maven.twttr.com/</url>
</repository>
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>12.0</version>
</dependency>
<!-- Scala -->
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core</artifactId>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>
<!-- JRuby -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>1.6.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.14.1</version>
<dependencies>
<dependency>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.14.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<executions>
<execution>
<id>scala-compile-first</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>scala-test-compile</id>
<phase>process-test-resources</phase>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.mustachejava.Code.class
com.github.mustachejava.codes.DefaultCode.class
com.github.mustachejava.codes.DefaultMustache.class
com.github.mustachejava.codes.ExtendCode.class
com.github.mustachejava.codes.ExtendNameCode.class
com.github.mustachejava.codes.IterableCode$1.class
com.github.mustachejava.codes.IterableCode.class
com.github.mustachejava.codes.NotIterableCode.class
com.github.mustachejava.codes.PartialCode$1.class
com.github.mustachejava.codes.PartialCode.class
com.github.mustachejava.codes.ValueCode$1.class
com.github.mustachejava.codes.ValueCode.class
com.github.mustachejava.codes.WriteCode.class
com.github.mustachejava.DefaultMustacheFactory$1.class
com.github.mustachejava.DefaultMustacheFactory.class
com.github.mustachejava.DefaultMustacheVisitor$1$1$1.class
com.github.mustachejava.DefaultMustacheVisitor$1$1.class
com.github.mustachejava.DefaultMustacheVisitor$1.class
com.github.mustachejava.DefaultMustacheVisitor.class
com.github.mustachejava.DeferringMustacheFactory$1$1$1.class
com.github.mustachejava.DeferringMustacheFactory$1$1.class
com.github.mustachejava.DeferringMustacheFactory$1.class
com.github.mustachejava.DeferringMustacheFactory$Deferral.class
com.github.mustachejava.DeferringMustacheFactory$DeferredCallable.class
com.github.mustachejava.DeferringMustacheFactory.class
com.github.mustachejava.Iteration.class
com.github.mustachejava.jruby.JRubyObjectHandler$1.class
com.github.mustachejava.jruby.JRubyObjectHandler$2.class
com.github.mustachejava.jruby.JRubyObjectHandler$3.class
com.github.mustachejava.jruby.JRubyObjectHandler$4.class
com.github.mustachejava.jruby.JRubyObjectHandler.class
com.github.mustachejava.Mustache.class
com.github.mustachejava.MustacheException.class
com.github.mustachejava.MustacheFactory.class
com.github.mustachejava.MustacheParser.class
com.github.mustachejava.MustacheTimeoutException.class
com.github.mustachejava.MustacheVisitor.class
com.github.mustachejava.ObjectHandler.class
com.github.mustachejava.PragmaHandler.class
com.github.mustachejava.reflect.ClassGuard.class
com.github.mustachejava.reflect.DepthGuard.class
com.github.mustachejava.reflect.DotGuard.class
com.github.mustachejava.reflect.GuardedWrapper.class
com.github.mustachejava.reflect.MapGuard.class
com.github.mustachejava.reflect.MissingWrapper.class
com.github.mustachejava.reflect.NullGuard.class
com.github.mustachejava.reflect.ReflectionObjectHandler.class
com.github.mustachejava.reflect.ReflectionWrapper.class
com.github.mustachejava.reflect.WrappedGuard.class
com.github.mustachejava.TemplateContext.class
com.github.mustachejava.TemplateFunction.class
com.github.mustachejava.util.CapturingMustacheVisitor$1.class
com.github.mustachejava.util.CapturingMustacheVisitor$2.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
guava-12.0.jar
/com.google.guava/guava/12.0
查看guava所有版本文件
scala-library-2.8.1.jar
/org.scala-lang/scala-library/2.8.1
查看scala-library所有版本文件
util-core-4.0.0.jar
/com.twitter/util-core/4.0.0
查看util-core所有版本文件
jruby-1.6.7.jar
/org.jruby/jruby/1.6.7
查看jruby所有版本文件
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
jackson-mapper-asl-1.9.3.jar
/org.codehaus.jackson/jackson-mapper-asl/1.9.3
查看jackson-mapper-asl所有版本文件
|