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