| GroupId | GroupIdcom.bazaarvoice.commons |
|---|---|
| ArtifactId | ArtifactIdbv-opensource-super-pom |
| Version | Version1.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bv-opensource-super-pom-1.5.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.commons/bv-opensource-super-pom/ -->
<dependency>
<groupId>com.bazaarvoice.commons</groupId>
<artifactId>bv-opensource-super-pom</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.commons/bv-opensource-super-pom/
implementation 'com.bazaarvoice.commons:bv-opensource-super-pom:1.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.commons/bv-opensource-super-pom/
implementation ("com.bazaarvoice.commons:bv-opensource-super-pom:1.5")
'com.bazaarvoice.commons:bv-opensource-super-pom:pom:1.5'
<dependency org="com.bazaarvoice.commons" name="bv-opensource-super-pom" rev="1.5">
<artifact name="bv-opensource-super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.commons', module='bv-opensource-super-pom', version='1.5')
)
libraryDependencies += "com.bazaarvoice.commons" % "bv-opensource-super-pom" % "1.5"
[com.bazaarvoice.commons/bv-opensource-super-pom "1.5"]