j

jmustache

A Java implementation of the Mustache templating language.
http://github.com/samskivert/jmustache
The (New) BSD License
Michael Bayne
Files download
File Operation
jmustache-1.9.jar download
jmustache-1.9.pom download
jmustache-1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.samskivert</groupId>
  <artifactId>jmustache</artifactId>
  <version>1.9</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.samskivert:jmustache:1.9'
Gradle Kotlin
implementation("com.samskivert:jmustache:1.9")
Scala SBT
libraryDependencies += "com.samskivert" % "jmustache" % "1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.samskivert', module='jmustache', version='1.9')
)
Apache Ivy
<dependency org="com.samskivert" name="jmustache" rev="1.9" />
Leiningen
[com.samskivert/jmustache "1.9"]
Apache Buildr
'com.samskivert:jmustache:jar:1.9'