文件下载
文件名 操作
maven-1.8.16.jar 下载
maven-1.8.16.pom 下载
maven-1.8.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bitbucket.bradleysmithllc.etlunit</groupId>
  <artifactId>maven</artifactId>
  <version>1.8.16</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.bradleysmithllc.etlunit:maven:1.8.16'
Gradle Kotlin
implementation("org.bitbucket.bradleysmithllc.etlunit:maven:1.8.16")
Scala SBT
libraryDependencies += "org.bitbucket.bradleysmithllc.etlunit" % "maven" % "1.8.16"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.bradleysmithllc.etlunit', module='maven', version='1.8.16')
)
Apache Ivy
<dependency org="org.bitbucket.bradleysmithllc.etlunit" name="maven" rev="1.8.16" />
Leiningen
[org.bitbucket.bradleysmithllc.etlunit/maven "1.8.16"]
Apache Buildr
'org.bitbucket.bradleysmithllc.etlunit:maven:jar:1.8.16'