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