Categories |
CategoriesJSON Data Jolt |
---|---|
GroupId | GroupIdcom.bazaarvoice.jolt |
ArtifactId | ArtifactIdjson-utils |
Version | Version0.1.6 |
Type | Typejar |
Description |
DescriptionJolt Json Utils
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
json-utils-0.1.6.pom | |
json-utils-0.1.6.jar | 15 KB |
json-utils-0.1.6-sources.jar | 11 KB |
json-utils-0.1.6-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.jolt/json-utils/ -->
<dependency>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>json-utils</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/json-utils/
implementation 'com.bazaarvoice.jolt:json-utils:0.1.6'
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/json-utils/
implementation ("com.bazaarvoice.jolt:json-utils:0.1.6")
'com.bazaarvoice.jolt:json-utils:jar:0.1.6'
<dependency org="com.bazaarvoice.jolt" name="json-utils" rev="0.1.6">
<artifact name="json-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.jolt', module='json-utils', version='0.1.6')
)
libraryDependencies += "com.bazaarvoice.jolt" % "json-utils" % "0.1.6"
[com.bazaarvoice.jolt/json-utils "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 29.0-jre |
org.testng : testng | jar | 6.8.21 |