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