is not current version
Last Version 1.2

com.github.piotrkot:mustache 1.0

Mustache rendering engine which follows Object-oriented practices.

GroupId

GroupId

com.github.piotrkot
ArtifactId

ArtifactId

mustache
Version

Version

1.0
Type

Type

jar

Download mustache 1.0


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