is not current version
Last Version 1.15

com.samskivert:jmustache 1.3

A Java implementation of the Mustache templating language.

GroupId

GroupId

com.samskivert
ArtifactId

ArtifactId

jmustache
Version

Version

1.3
Type

Type

jar

Download jmustache 1.3


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