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