License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.spullara.mustache.java |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.6.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
Implementation of the Mustache language in Java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-0.6.3.pom | |
core-0.6.3.jar | 43 KB |
core-0.6.3-sources.jar | 14 KB |
core-0.6.3-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.mustache.java/core/ -->
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>core</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/core/
implementation 'com.github.spullara.mustache.java:core:0.6.3'
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/core/
implementation ("com.github.spullara.mustache.java:core:0.6.3")
'com.github.spullara.mustache.java:core:jar:0.6.3'
<dependency org="com.github.spullara.mustache.java" name="core" rev="0.6.3">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.mustache.java', module='core', version='0.6.3')
)
libraryDependencies += "com.github.spullara.mustache.java" % "core" % "0.6.3"
[com.github.spullara.mustache.java/core "0.6.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | r09 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |