License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.spullara.mustache.java |
ArtifactId | ArtifactIdcompiler-jdk5 |
Last Version | Last Version0.8.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncompiler
Implementation of mustache.js for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
compiler-jdk5-0.8.10.pom | |
compiler-jdk5-0.8.10.jar | 88 KB |
compiler-jdk5-0.8.10-sources.jar | 45 KB |
compiler-jdk5-0.8.10-javadoc.jar | 350 KB |
compiler-jdk5-0.8.10-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler-jdk5/ -->
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler-jdk5</artifactId>
<version>0.8.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler-jdk5/
implementation 'com.github.spullara.mustache.java:compiler-jdk5:0.8.10'
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler-jdk5/
implementation ("com.github.spullara.mustache.java:compiler-jdk5:0.8.10")
'com.github.spullara.mustache.java:compiler-jdk5:jar:0.8.10'
<dependency org="com.github.spullara.mustache.java" name="compiler-jdk5" rev="0.8.10">
<artifact name="compiler-jdk5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.mustache.java', module='compiler-jdk5', version='0.8.10')
)
libraryDependencies += "com.github.spullara.mustache.java" % "compiler-jdk5" % "0.8.10"
[com.github.spullara.mustache.java/compiler-jdk5 "0.8.10"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava-jdk5 | jar | 13.0 |
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.3 |