<dependency> <groupId>org.apache.batchee</groupId> <artifactId>batchee</artifactId> <version>0.5-incubating</version> <type>pom</type> </dependency>
'org.apache.batchee:batchee:pom:0.5-incubating'
<dependency org="org.apache.batchee" name="batchee" rev="0.5-incubating"> <artifact name="batchee" type="pom" /> </dependency>
@Grapes( @Grab(group='org.apache.batchee', module='batchee', version='0.5-incubating') )
compile 'org.apache.batchee:batchee:0.5-incubating'
[org.apache.batchee/batchee "0.5-incubating"]
libraryDependencies += "org.apache.batchee" %% "batchee" % "0.5-incubating"