Files download
File Operation
bv-opensource-super-pom-1.4.pom download
Apache Maven
<dependency>
  <groupId>com.bazaarvoice.commons</groupId>
  <artifactId>bv-opensource-super-pom</artifactId>
  <version>1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.bazaarvoice.commons:bv-opensource-super-pom:1.4'
Gradle Kotlin
implementation("com.bazaarvoice.commons:bv-opensource-super-pom:1.4")
Scala SBT
libraryDependencies += "com.bazaarvoice.commons" % "bv-opensource-super-pom" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.bazaarvoice.commons', module='bv-opensource-super-pom', version='1.4')
)
Apache Ivy
<dependency org="com.bazaarvoice.commons" name="bv-opensource-super-pom" rev="1.4" />
Leiningen
[com.bazaarvoice.commons/bv-opensource-super-pom "1.4"]
Apache Buildr
'com.bazaarvoice.commons:bv-opensource-super-pom:jar:1.4'