Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.bazaarvoice.commons.data |
ArtifactId | ArtifactIdcommons-data-dao |
Last Version | Last Version4.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBazaarvoice Commons Data DAO
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
commons-data-dao-4.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/commons-data-dao/ -->
<dependency>
<groupId>com.bazaarvoice.commons.data</groupId>
<artifactId>commons-data-dao</artifactId>
<version>4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/commons-data-dao/
implementation 'com.bazaarvoice.commons.data:commons-data-dao:4.4'
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/commons-data-dao/
implementation ("com.bazaarvoice.commons.data:commons-data-dao:4.4")
'com.bazaarvoice.commons.data:commons-data-dao:pom:4.4'
<dependency org="com.bazaarvoice.commons.data" name="commons-data-dao" rev="4.4">
<artifact name="commons-data-dao" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.commons.data', module='commons-data-dao', version='4.4')
)
libraryDependencies += "com.bazaarvoice.commons.data" % "commons-data-dao" % "4.4"
[com.bazaarvoice.commons.data/commons-data-dao "4.4"]