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