Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.batchee</groupId>
  <artifactId>batchee</artifactId>
  <version>0.5-incubating</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.apache.batchee:batchee:pom:0.5-incubating'

Apache Ant

<dependency org="org.apache.batchee" name="batchee" rev="0.5-incubating">
  <artifact name="batchee" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.batchee', module='batchee', version='0.5-incubating')
)

Grails

compile 'org.apache.batchee:batchee:0.5-incubating'

Leiningen

[org.apache.batchee/batchee "0.5-incubating"]

SBT

libraryDependencies += "org.apache.batchee" %% "batchee" % "0.5-incubating"