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