Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.json-template |
ArtifactId | ArtifactIdjsontemplate |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
jsontemplate-0.2.1.pom | |
jsontemplate-0.2.1.jar | 109 KB |
jsontemplate-0.2.1-sources.jar | 59 KB |
jsontemplate-0.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.json-template/jsontemplate/
implementation 'com.github.json-template:jsontemplate:0.2.1'
// https://jarcasting.com/artifacts/com.github.json-template/jsontemplate/
implementation ("com.github.json-template:jsontemplate:0.2.1")
'com.github.json-template:jsontemplate:jar:0.2.1'
<dependency org="com.github.json-template" name="jsontemplate" rev="0.2.1">
<artifact name="jsontemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.json-template', module='jsontemplate', version='0.2.1')
)
libraryDependencies += "com.github.json-template" % "jsontemplate" % "0.2.1"
[com.github.json-template/jsontemplate "0.2.1"]