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