Categories |
CategoriesJakarta Batch Jakarta EE Jakarta EE Supporting Technologies |
---|---|
GroupId | GroupIdorg.apache.batchee |
ArtifactId | ArtifactIdbatchee-jbatch |
Version | Version0.2-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-jbatch/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-jbatch</artifactId>
<version>0.2-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-jbatch/
implementation 'org.apache.batchee:batchee-jbatch:0.2-incubating'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-jbatch/
implementation ("org.apache.batchee:batchee-jbatch:0.2-incubating")
'org.apache.batchee:batchee-jbatch:jar:0.2-incubating'
<dependency org="org.apache.batchee" name="batchee-jbatch" rev="0.2-incubating">
<artifact name="batchee-jbatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-jbatch', version='0.2-incubating')
)
libraryDependencies += "org.apache.batchee" % "batchee-jbatch" % "0.2-incubating"
[org.apache.batchee/batchee-jbatch "0.2-incubating"]