Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.batchee</groupId>
  <artifactId>batchee</artifactId>
  <version>1.0.5-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.apache.batchee:batchee:pom:1.0.5-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

compile 'org.apache.batchee:batchee:1.0.5-SNAPSHOT'

Leiningen

[org.apache.batchee/batchee "1.0.5-SNAPSHOT"]

SBT

libraryDependencies += "org.apache.batchee" %% "batchee" % "1.0.5-SNAPSHOT"