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