Categories |
CategoriesData JSON |
---|---|
GroupId | GroupIdcom.bazaarvoice.commons.data |
ArtifactId | ArtifactIddata-json |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
data-json-4.0.pom | |
data-json-4.0.jar | 115 KB |
data-json-4.0-tests.jar | 29 KB |
data-json-4.0-sources.jar | 53 KB |
data-json-4.0-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-json/ -->
<dependency>
<groupId>com.bazaarvoice.commons.data</groupId>
<artifactId>data-json</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-json/
implementation 'com.bazaarvoice.commons.data:data-json:4.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-json/
implementation ("com.bazaarvoice.commons.data:data-json:4.0")
'com.bazaarvoice.commons.data:data-json:jar:4.0'
<dependency org="com.bazaarvoice.commons.data" name="data-json" rev="4.0">
<artifact name="data-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.commons.data', module='data-json', version='4.0')
)
libraryDependencies += "com.bazaarvoice.commons.data" % "data-json" % "4.0"
[com.bazaarvoice.commons.data/data-json "4.0"]