Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.json-template |
ArtifactId | ArtifactIdjsontemplate |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jsontemplate-0.2.0.pom | |
jsontemplate-0.2.0.jar | 109 KB |
jsontemplate-0.2.0-sources.jar | 59 KB |
jsontemplate-0.2.0-javadoc.jar | 485 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.json-template/jsontemplate/ -->
<dependency>
<groupId>com.github.json-template</groupId>
<artifactId>jsontemplate</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.json-template/jsontemplate/
implementation 'com.github.json-template:jsontemplate:0.2.0'
// https://jarcasting.com/artifacts/com.github.json-template/jsontemplate/
implementation ("com.github.json-template:jsontemplate:0.2.0")
'com.github.json-template:jsontemplate:jar:0.2.0'
<dependency org="com.github.json-template" name="jsontemplate" rev="0.2.0">
<artifact name="jsontemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.json-template', module='jsontemplate', version='0.2.0')
)
libraryDependencies += "com.github.json-template" % "jsontemplate" % "0.2.0"
[com.github.json-template/jsontemplate "0.2.0"]