Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.kjson |
ArtifactId | ArtifactIdmustache-k |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
mustache-k-1.2.pom | |
mustache-k-1.2.jar | 41 KB |
mustache-k-1.2-sources.jar | 20 KB |
mustache-k-1.2-javadoc.jar | 332 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kjson/mustache-k/ -->
<dependency>
<groupId>io.kjson</groupId>
<artifactId>mustache-k</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/mustache-k/
implementation 'io.kjson:mustache-k:1.2'
// https://jarcasting.com/artifacts/io.kjson/mustache-k/
implementation ("io.kjson:mustache-k:1.2")
'io.kjson:mustache-k:jar:1.2'
<dependency org="io.kjson" name="mustache-k" rev="1.2">
<artifact name="mustache-k" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='mustache-k', version='1.2')
)
libraryDependencies += "io.kjson" % "mustache-k" % "1.2"
[io.kjson/mustache-k "1.2"]