Categories |
CategoriesJSON Data Jolt |
---|---|
GroupId | GroupIdcom.bazaarvoice.jolt |
ArtifactId | ArtifactIdjson-utils |
Last Version | Last Version0.1.7 |
Release Date | Release Date |
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.7.pom | |
json-utils-0.1.7.jar | 11 KB |
json-utils-0.1.7-sources.jar | 8 KB |
json-utils-0.1.7-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.jolt/json-utils/ -->
<dependency>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>json-utils</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/json-utils/
implementation 'com.bazaarvoice.jolt:json-utils:0.1.7'
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/json-utils/
implementation ("com.bazaarvoice.jolt:json-utils:0.1.7")
'com.bazaarvoice.jolt:json-utils:jar:0.1.7'
<dependency org="com.bazaarvoice.jolt" name="json-utils" rev="0.1.7">
<artifact name="json-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.jolt', module='json-utils', version='0.1.7')
)
libraryDependencies += "com.bazaarvoice.jolt" % "json-utils" % "0.1.7"
[com.bazaarvoice.jolt/json-utils "0.1.7"]
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 |