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