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.11.jar download
jmustache-1.11.pom download
jmustache-1.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.samskivert</groupId>
  <artifactId>jmustache</artifactId>
  <version>1.11</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.samskivert:jmustache:1.11'
Gradle Kotlin
implementation("com.samskivert:jmustache:1.11")
Scala SBT
libraryDependencies += "com.samskivert" % "jmustache" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='com.samskivert', module='jmustache', version='1.11')
)
Apache Ivy
<dependency org="com.samskivert" name="jmustache" rev="1.11" />
Leiningen
[com.samskivert/jmustache "1.11"]
Apache Buildr
'com.samskivert:jmustache:jar:1.11'