is not current version
Last Version 1.2

com.github.piotrkot:mustache 1.1

Mustache rendering engine which follows Object-oriented practices.

GroupId

GroupId

com.github.piotrkot
ArtifactId

ArtifactId

mustache
Version

Version

1.1
Type

Type

jar

Download mustache 1.1


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