j

jmustache

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