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