Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIddev.buildtool |
ArtifactId | ArtifactIdjson-tools |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
json-tools-0.1.0.pom | |
json-tools-0.1.0.jar | 31 KB |
json-tools-0.1.0-sources.jar | 21 KB |
json-tools-0.1.0-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.buildtool/json-tools/ -->
<dependency>
<groupId>dev.buildtool</groupId>
<artifactId>json-tools</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.buildtool/json-tools/
implementation 'dev.buildtool:json-tools:0.1.0'
// https://jarcasting.com/artifacts/dev.buildtool/json-tools/
implementation ("dev.buildtool:json-tools:0.1.0")
'dev.buildtool:json-tools:jar:0.1.0'
<dependency org="dev.buildtool" name="json-tools" rev="0.1.0">
<artifact name="json-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.buildtool', module='json-tools', version='0.1.0')
)
libraryDependencies += "dev.buildtool" % "json-tools" % "0.1.0"
[dev.buildtool/json-tools "0.1.0"]