License |
License |
---|---|
Categories |
CategoriesKotlin Languages Net |
GroupId | GroupIdnet.pwall.mustache |
ArtifactId | ArtifactIdkotlin-mustache |
Version | Version0.7 |
Type | Typejar |
Description |
DescriptionKotlin implementation of Mustache templates
Parent POM for Maven Kotlin projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-mustache-0.7.pom | |
kotlin-mustache-0.7.jar | 35 KB |
kotlin-mustache-0.7-sources.jar | 9 KB |
kotlin-mustache-0.7-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/ -->
<dependency>
<groupId>net.pwall.mustache</groupId>
<artifactId>kotlin-mustache</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/
implementation 'net.pwall.mustache:kotlin-mustache:0.7'
// https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/
implementation ("net.pwall.mustache:kotlin-mustache:0.7")
'net.pwall.mustache:kotlin-mustache:jar:0.7'
<dependency org="net.pwall.mustache" name="kotlin-mustache" rev="0.7">
<artifact name="kotlin-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.mustache', module='kotlin-mustache', version='0.7')
)
libraryDependencies += "net.pwall.mustache" % "kotlin-mustache" % "0.7"
[net.pwall.mustache/kotlin-mustache "0.7"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.html : htmlutil | jar | 1.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.4.0 |