Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIddev.buildtool |
ArtifactId | ArtifactIdjson-tools |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
json-tools-0.2.1.pom | |
json-tools-0.2.1.jar | 38 KB |
json-tools-0.2.1-sources.jar | 26 KB |
json-tools-0.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.buildtool/json-tools/
implementation 'dev.buildtool:json-tools:0.2.1'
// https://jarcasting.com/artifacts/dev.buildtool/json-tools/
implementation ("dev.buildtool:json-tools:0.2.1")
'dev.buildtool:json-tools:jar:0.2.1'
<dependency org="dev.buildtool" name="json-tools" rev="0.2.1">
<artifact name="json-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.buildtool', module='json-tools', version='0.2.1')
)
libraryDependencies += "dev.buildtool" % "json-tools" % "0.2.1"
[dev.buildtool/json-tools "0.2.1"]