| GroupId | GroupIdcom.bazaarvoice.commons |
|---|---|
| ArtifactId | ArtifactIdbv-opensource-super-pom |
| Last Version | Last Version1.12 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| bv-opensource-super-pom-1.12.pom | 11 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.12</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.12'
// https://jarcasting.com/artifacts/com.bazaarvoice.commons/bv-opensource-super-pom/
implementation ("com.bazaarvoice.commons:bv-opensource-super-pom:1.12")
'com.bazaarvoice.commons:bv-opensource-super-pom:pom:1.12'
<dependency org="com.bazaarvoice.commons" name="bv-opensource-super-pom" rev="1.12">
<artifact name="bv-opensource-super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.commons', module='bv-opensource-super-pom', version='1.12')
)
libraryDependencies += "com.bazaarvoice.commons" % "bv-opensource-super-pom" % "1.12"
[com.bazaarvoice.commons/bv-opensource-super-pom "1.12"]