is not current version
Last Version 1.15

com.samskivert:jmustache 1.4

A Java implementation of the Mustache templating language.

GroupId

GroupId

com.samskivert
ArtifactId

ArtifactId

jmustache
Version

Version

1.4
Type

Type

jar

Download jmustache 1.4


<!-- https://jarcasting.com/artifacts/com.samskivert/jmustache/ -->
<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>jmustache</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.samskivert/jmustache/
implementation 'com.samskivert:jmustache:1.4'
// https://jarcasting.com/artifacts/com.samskivert/jmustache/
implementation ("com.samskivert:jmustache:1.4")
'com.samskivert:jmustache:jar:1.4'
<dependency org="com.samskivert" name="jmustache" rev="1.4">
  <artifact name="jmustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samskivert', module='jmustache', version='1.4')
)
libraryDependencies += "com.samskivert" % "jmustache" % "1.4"
[com.samskivert/jmustache "1.4"]