Files download
File Operation
ant-plugin-1.6.1.jar download
ant-plugin-1.6.1.pom download
ant-plugin-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.bpelunit</groupId>
  <artifactId>ant-plugin</artifactId>
  <version>1.6.1</version>
</dependency>
Gradle Groovy
implementation 'net.bpelunit:ant-plugin:1.6.1'
Gradle Kotlin
implementation("net.bpelunit:ant-plugin:1.6.1")
Scala SBT
libraryDependencies += "net.bpelunit" % "ant-plugin" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='net.bpelunit', module='ant-plugin', version='1.6.1')
)
Apache Ivy
<dependency org="net.bpelunit" name="ant-plugin" rev="1.6.1" />
Leiningen
[net.bpelunit/ant-plugin "1.6.1"]
Apache Buildr
'net.bpelunit:ant-plugin:jar:1.6.1'