License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.kjson |
ArtifactId | ArtifactIdmustache-k |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionMustache template processor for Kotlin
Parent POM for Maven Kotlin projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mustache-k-1.1.pom | |
mustache-k-1.1.jar | 42 KB |
mustache-k-1.1-sources.jar | 20 KB |
mustache-k-1.1-javadoc.jar | 329 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kjson/mustache-k/ -->
<dependency>
<groupId>io.kjson</groupId>
<artifactId>mustache-k</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/mustache-k/
implementation 'io.kjson:mustache-k:1.1'
// https://jarcasting.com/artifacts/io.kjson/mustache-k/
implementation ("io.kjson:mustache-k:1.1")
'io.kjson:mustache-k:jar:1.1'
<dependency org="io.kjson" name="mustache-k" rev="1.1">
<artifact name="mustache-k" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='mustache-k', version='1.1')
)
libraryDependencies += "io.kjson" % "mustache-k" % "1.1"
[io.kjson/mustache-k "1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.kjson : kjson-core | jar | 1.4 |
net.pwall.util : pipelines | jar | 3.1 |
io.kjson : resource-loader | jar | 1.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.20 |
Group / Artifact | Type | Version |
---|---|---|
net.pwall.util : int-output | jar | 1.0 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.5.20 |