is not current version
Last Version 0.10

net.pwall.mustache:kotlin-mustache 0.5


Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.pwall.mustache
ArtifactId

ArtifactId

kotlin-mustache
Version

Version

0.5
Type

Type

jar

Download kotlin-mustache 0.5


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