is not current version
Last Version 0.9.10

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

Implementation of mustache.js for Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.spullara.mustache.java
ArtifactId

ArtifactId

compiler
Version

Version

0.9.6
Type

Type

jar

Download compiler 0.9.6


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