is not current version
Last Version 0.10

Kotlin implementation of Mustache templates 0.7

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.7
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.7


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

Dependencies

compile (3)

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

test (1)

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

Project Modules

There are no modules declared in this project.