Categories |
CategoriesKotlin Languages Net |
---|---|
GroupId | GroupIdnet.pwall.mustache |
ArtifactId | ArtifactIdkotlin-mustache |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-mustache-0.2.pom | |
kotlin-mustache-0.2.jar | 28 KB |
kotlin-mustache-0.2-sources.jar | 8 KB |
kotlin-mustache-0.2-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/ -->
<dependency>
<groupId>net.pwall.mustache</groupId>
<artifactId>kotlin-mustache</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/
implementation 'net.pwall.mustache:kotlin-mustache:0.2'
// https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/
implementation ("net.pwall.mustache:kotlin-mustache:0.2")
'net.pwall.mustache:kotlin-mustache:jar:0.2'
<dependency org="net.pwall.mustache" name="kotlin-mustache" rev="0.2">
<artifact name="kotlin-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.mustache', module='kotlin-mustache', version='0.2')
)
libraryDependencies += "net.pwall.mustache" % "kotlin-mustache" % "0.2"
[net.pwall.mustache/kotlin-mustache "0.2"]