j

jmustache

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