Files download
File Operation
compiler-0.8.17.jar download
compiler-0.8.17.pom download
compiler-0.8.17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spullara.mustache.java</groupId>
  <artifactId>compiler</artifactId>
  <version>0.8.17</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.spullara.mustache.java:compiler:0.8.17'
Gradle Kotlin
implementation("com.github.spullara.mustache.java:compiler:0.8.17")
Scala SBT
libraryDependencies += "com.github.spullara.mustache.java" % "compiler" % "0.8.17"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spullara.mustache.java', module='compiler', version='0.8.17')
)
Apache Ivy
<dependency org="com.github.spullara.mustache.java" name="compiler" rev="0.8.17" />
Leiningen
[com.github.spullara.mustache.java/compiler "0.8.17"]
Apache Buildr
'com.github.spullara.mustache.java:compiler:jar:0.8.17'