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