is not current version
Last Version 0.10

net.pwall.mustache:kotlin-mustache 0.3


Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.pwall.mustache
ArtifactId

ArtifactId

kotlin-mustache
Version

Version

0.3
Type

Type

jar

Download kotlin-mustache 0.3


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