Last Version

Kotlin implementation of Mustache templates 0.10

Parent POM for Maven Kotlin projects

License

License

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.pwall.mustache
ArtifactId

ArtifactId

kotlin-mustache
Version

Version

0.10
Type

Type

jar
Description

Description

Kotlin implementation of Mustache templates
Parent POM for Maven Kotlin projects
Project URL

Project URL

https://github.com/pwall567/kotlin-mustache
Source Code Management

Source Code Management

https://github.com/pwall567/kotlin-mustache

Download kotlin-mustache 0.10


<!-- 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"]

Dependencies

compile (3)

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

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.5.20

Project Modules

There are no modules declared in this project.