GroupId | GroupIdorg.apache.batchee |
---|---|
ArtifactId | ArtifactIdbatchee-extras |
Version | Version0.3-incubating |
Type | Typejar |
<!-- 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"]