Categories |
CategoriesKotlin Languages Net |
---|---|
GroupId | GroupIdnet.pwall.mustache |
ArtifactId | ArtifactIdkotlin-mustache |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-mustache-0.1.pom | |
kotlin-mustache-0.1.jar | 29 KB |
kotlin-mustache-0.1-sources.jar | 5 KB |
kotlin-mustache-0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/
implementation 'net.pwall.mustache:kotlin-mustache:0.1'
// https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/
implementation ("net.pwall.mustache:kotlin-mustache:0.1")
'net.pwall.mustache:kotlin-mustache:jar:0.1'
<dependency org="net.pwall.mustache" name="kotlin-mustache" rev="0.1">
<artifact name="kotlin-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.mustache', module='kotlin-mustache', version='0.1')
)
libraryDependencies += "net.pwall.mustache" % "kotlin-mustache" % "0.1"
[net.pwall.mustache/kotlin-mustache "0.1"]