| GroupId | GroupIdcom.bazaarvoice.commons |
|---|---|
| ArtifactId | ArtifactIdbv-opensource-super-pom |
| Version | Version1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bv-opensource-super-pom-1.1.pom | 10 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.1</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.1'
// https://jarcasting.com/artifacts/com.bazaarvoice.commons/bv-opensource-super-pom/
implementation ("com.bazaarvoice.commons:bv-opensource-super-pom:1.1")
'com.bazaarvoice.commons:bv-opensource-super-pom:pom:1.1'
<dependency org="com.bazaarvoice.commons" name="bv-opensource-super-pom" rev="1.1">
<artifact name="bv-opensource-super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.commons', module='bv-opensource-super-pom', version='1.1')
)
libraryDependencies += "com.bazaarvoice.commons" % "bv-opensource-super-pom" % "1.1"
[com.bazaarvoice.commons/bv-opensource-super-pom "1.1"]