License |
License |
---|---|
Categories |
CategoriesKotlin Languages Net |
GroupId | GroupIdnet.pwall.mustache |
ArtifactId | ArtifactIdkotlin-mustache |
Last Version | Last Version0.10 |
Release Date | Release Date |
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.10.pom | |
kotlin-mustache-0.10.jar | 32 KB |
kotlin-mustache-0.10-sources.jar | 8 KB |
kotlin-mustache-0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/
implementation 'net.pwall.mustache:kotlin-mustache:0.10'
// https://jarcasting.com/artifacts/net.pwall.mustache/kotlin-mustache/
implementation ("net.pwall.mustache:kotlin-mustache:0.10")
'net.pwall.mustache:kotlin-mustache:jar:0.10'
<dependency org="net.pwall.mustache" name="kotlin-mustache" rev="0.10">
<artifact name="kotlin-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.mustache', module='kotlin-mustache', version='0.10')
)
libraryDependencies += "net.pwall.mustache" % "kotlin-mustache" % "0.10"
[net.pwall.mustache/kotlin-mustache "0.10"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.html : htmlutil | jar | 1.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.20 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.5.20 |