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