License |
License |
---|---|
GroupId | GroupIdcom.github.piotrkot |
ArtifactId | ArtifactIdmustache |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionSimple Object-oriented Mustache rendering engine
Mustache rendering engine which follows
Object-oriented practices.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mustache-1.2.pom | |
mustache-1.2.jar | 17 KB |
mustache-1.2-sources.jar | 19 KB |
mustache-1.2-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.piotrkot/mustache/ -->
<dependency>
<groupId>com.github.piotrkot</groupId>
<artifactId>mustache</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotrkot/mustache/
implementation 'com.github.piotrkot:mustache:1.2'
// https://jarcasting.com/artifacts/com.github.piotrkot/mustache/
implementation ("com.github.piotrkot:mustache:1.2")
'com.github.piotrkot:mustache:jar:1.2'
<dependency org="com.github.piotrkot" name="mustache" rev="1.2">
<artifact name="mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotrkot', module='mustache', version='1.2')
)
libraryDependencies += "com.github.piotrkot" % "mustache" % "1.2"
[com.github.piotrkot/mustache "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.cactoos : cactoos | jar | 0.42 |
org.slf4j : slf4j-api | jar | 1.7.18 |
org.slf4j : slf4j-simple | jar | 1.7.18 |
org.hamcrest : hamcrest-all | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |