is not current version
Last Version 0.9.10

com.github.spullara.mustache.java:compiler 0.7.5

Implementation of mustache.js for Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.spullara.mustache.java
ArtifactId

ArtifactId

compiler
Version

Version

0.7.5
Type

Type

jar

Download compiler 0.7.5


<!-- https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler/ -->
<dependency>
    <groupId>com.github.spullara.mustache.java</groupId>
    <artifactId>compiler</artifactId>
    <version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler/
implementation 'com.github.spullara.mustache.java:compiler:0.7.5'
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler/
implementation ("com.github.spullara.mustache.java:compiler:0.7.5")
'com.github.spullara.mustache.java:compiler:jar:0.7.5'
<dependency org="com.github.spullara.mustache.java" name="compiler" rev="0.7.5">
  <artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.mustache.java', module='compiler', version='0.7.5')
)
libraryDependencies += "com.github.spullara.mustache.java" % "compiler" % "0.7.5"
[com.github.spullara.mustache.java/compiler "0.7.5"]