Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.bazaarvoice.commons.data |
ArtifactId | ArtifactIddata-parent |
Version | Version4.3 |
Type | Typepom |
Filename | Size |
---|---|
data-parent-4.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-parent/
implementation 'com.bazaarvoice.commons.data:data-parent:4.3'
// https://jarcasting.com/artifacts/com.bazaarvoice.commons.data/data-parent/
implementation ("com.bazaarvoice.commons.data:data-parent:4.3")
'com.bazaarvoice.commons.data:data-parent:pom:4.3'
<dependency org="com.bazaarvoice.commons.data" name="data-parent" rev="4.3">
<artifact name="data-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.commons.data', module='data-parent', version='4.3')
)
libraryDependencies += "com.bazaarvoice.commons.data" % "data-parent" % "4.3"
[com.bazaarvoice.commons.data/data-parent "4.3"]