文件下载
文件名 操作
bv-opensource-super-pom-1.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.bazaarvoice.commons</groupId>
  <artifactId>bv-opensource-super-pom</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.bazaarvoice.commons:bv-opensource-super-pom:1.3'
Gradle Kotlin
implementation("com.bazaarvoice.commons:bv-opensource-super-pom:1.3")
Scala SBT
libraryDependencies += "com.bazaarvoice.commons" % "bv-opensource-super-pom" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.bazaarvoice.commons', module='bv-opensource-super-pom', version='1.3')
)
Apache Ivy
<dependency org="com.bazaarvoice.commons" name="bv-opensource-super-pom" rev="1.3" />
Leiningen
[com.bazaarvoice.commons/bv-opensource-super-pom "1.3"]
Apache Buildr
'com.bazaarvoice.commons:bv-opensource-super-pom:jar:1.3'