Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.bazaarvoice.commons.data |
ArtifactId | ArtifactIddata-dao |
Last Version | Last Version4.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBazaarvoice Commons Data DAO
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
data-dao-4.4.pom | |
data-dao-4.4.jar | 11 KB |
data-dao-4.4-sources.jar | 8 KB |
data-dao-4.4-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-dao/ -->
<dependency>
<groupId>com.bazaarvoice.commons.data</groupId>
<artifactId>data-dao</artifactId>
<version>4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-dao/
implementation 'com.bazaarvoice.commons.data:data-dao:4.4'
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-dao/
implementation ("com.bazaarvoice.commons.data:data-dao:4.4")
'com.bazaarvoice.commons.data:data-dao:jar:4.4'
<dependency org="com.bazaarvoice.commons.data" name="data-dao" rev="4.4">
<artifact name="data-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.commons.data', module='data-dao', version='4.4')
)
libraryDependencies += "com.bazaarvoice.commons.data" % "data-dao" % "4.4"
[com.bazaarvoice.commons.data/data-dao "4.4"]
Group / Artifact | Type | Version |
---|---|---|
com.bazaarvoice.commons.data : data-model | jar | 4.4 |
com.google.guava : guava | jar | 20.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.13.1 |