Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.bazaarvoice.commons.data |
ArtifactId | ArtifactIddata-parent |
Version | Version3.6 |
Type | Typepom |
Filename | Size |
---|---|
data-parent-3.6.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-parent/ -->
<dependency>
<groupId>com.bazaarvoice.commons.data</groupId>
<artifactId>data-parent</artifactId>
<version>3.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-parent/
implementation 'com.bazaarvoice.commons.data:data-parent:3.6'
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-parent/
implementation ("com.bazaarvoice.commons.data:data-parent:3.6")
'com.bazaarvoice.commons.data:data-parent:pom:3.6'
<dependency org="com.bazaarvoice.commons.data" name="data-parent" rev="3.6">
<artifact name="data-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.commons.data', module='data-parent', version='3.6')
)
libraryDependencies += "com.bazaarvoice.commons.data" % "data-parent" % "3.6"
[com.bazaarvoice.commons.data/data-parent "3.6"]