Mustache template processor for Kotlin

Parent POM for kjson Maven Kotlin projects

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.kjson
ArtifactId

ArtifactId

mustache-k
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Mustache template processor for Kotlin
Parent POM for kjson Maven Kotlin projects
Project URL

Project URL

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

Source Code Management

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

Download mustache-k

How to add to project

<!-- https://jarcasting.com/artifacts/io.kjson/mustache-k/ -->
<dependency>
    <groupId>io.kjson</groupId>
    <artifactId>mustache-k</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/mustache-k/
implementation 'io.kjson:mustache-k:1.3'
// https://jarcasting.com/artifacts/io.kjson/mustache-k/
implementation ("io.kjson:mustache-k:1.3")
'io.kjson:mustache-k:jar:1.3'
<dependency org="io.kjson" name="mustache-k" rev="1.3">
  <artifact name="mustache-k" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='mustache-k', version='1.3')
)
libraryDependencies += "io.kjson" % "mustache-k" % "1.3"
[io.kjson/mustache-k "1.3"]

Dependencies

compile (5)

Group / Artifact Type Version
io.kjson : kjson-core jar 2.2
net.pwall.util : pipelines jar 3.1
io.kjson : resource-loader jar 1.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10
org.jetbrains.kotlin : kotlin-reflect jar 1.6.10

test (3)

Group / Artifact Type Version
net.pwall.util : int-output jar 1.1
junit : junit jar 4.13.2
org.jetbrains.kotlin : kotlin-test-junit jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0
0.1