License |
License |
---|---|
Categories |
CategoriesJSON Data Utility General Purpose Libraries |
GroupId | GroupIdcom.chimp-central |
ArtifactId | ArtifactIdjson-utility |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionJSON Utility
Create/Manupilate/Compare JSON Objects
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-utility-1.0.0.pom | |
json-utility-1.0.0.jar | 24 KB |
json-utility-1.0.0-sources.jar | 10 KB |
json-utility-1.0.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chimp-central/json-utility/ -->
<dependency>
<groupId>com.chimp-central</groupId>
<artifactId>json-utility</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.chimp-central/json-utility/
implementation 'com.chimp-central:json-utility:1.0.0'
// https://jarcasting.com/artifacts/com.chimp-central/json-utility/
implementation ("com.chimp-central:json-utility:1.0.0")
'com.chimp-central:json-utility:jar:1.0.0'
<dependency org="com.chimp-central" name="json-utility" rev="1.0.0">
<artifact name="json-utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chimp-central', module='json-utility', version='1.0.0')
)
libraryDependencies += "com.chimp-central" % "json-utility" % "1.0.0"
[com.chimp-central/json-utility "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |
com.chimp-central : common-utils | jar | 1.0.1 |
io.rest-assured : rest-assured | jar | 4.1.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |