Kotlin implementation of Mustache templates

Parent POM for Maven Kotlin projects

License

License

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.pwall.mustache
ArtifactId

ArtifactId

kotlin-mustache
Last Version

Last Version

0.10
Release Date

Release Date

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

How to add to project

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

Versions

Version
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1