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