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