is not current version
Last Version 0.9.10

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

Implementation of mustache.js for Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.spullara.mustache.java
ArtifactId

ArtifactId

compiler
Version

Version

0.7.8
Type

Type

jar

Download compiler 0.7.8


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