is not current version
Last Version 1.0.2

org.apache.batchee:batchee-extras 0.3-incubating

This module implements readers/writers/... using no more than JavaEE APIs. The mani constraint is to not use more than JavaEE but not depend on it for features (= be usable in J2SE).

GroupId

GroupId

org.apache.batchee
ArtifactId

ArtifactId

batchee-extras
Version

Version

0.3-incubating
Type

Type

jar

Download batchee-extras 0.3-incubating


<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-extras/ -->
<dependency>
    <groupId>org.apache.batchee</groupId>
    <artifactId>batchee-extras</artifactId>
    <version>0.3-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-extras/
implementation 'org.apache.batchee:batchee-extras:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-extras/
implementation ("org.apache.batchee:batchee-extras:0.3-incubating")
'org.apache.batchee:batchee-extras:jar:0.3-incubating'
<dependency org="org.apache.batchee" name="batchee-extras" rev="0.3-incubating">
  <artifact name="batchee-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-extras', version='0.3-incubating')
)
libraryDependencies += "org.apache.batchee" % "batchee-extras" % "0.3-incubating"
[org.apache.batchee/batchee-extras "0.3-incubating"]