| Categories |
CategoriesJSON Data Jolt |
|---|---|
| GroupId | GroupIdcom.bazaarvoice.jolt |
| ArtifactId | ArtifactIdjson-utils |
| Version | Version0.1.1 |
| 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.1.pom | |
| json-utils-0.1.1.jar | 15 KB |
| json-utils-0.1.1-sources.jar | 11 KB |
| json-utils-0.1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/json-utils/
implementation 'com.bazaarvoice.jolt:json-utils:0.1.1'
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/json-utils/
implementation ("com.bazaarvoice.jolt:json-utils:0.1.1")
'com.bazaarvoice.jolt:json-utils:jar:0.1.1'
<dependency org="com.bazaarvoice.jolt" name="json-utils" rev="0.1.1">
<artifact name="json-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.jolt', module='json-utils', version='0.1.1')
)
libraryDependencies += "com.bazaarvoice.jolt" % "json-utils" % "0.1.1"
[com.bazaarvoice.jolt/json-utils "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.4 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 19.0 |
| org.testng : testng | jar | 6.8.21 |