GroupId | GroupIdorg.apache.batchee |
---|---|
ArtifactId | ArtifactIdbatchee-extensions |
Version | Version0.3-incubating |
Type | Typepom |
Filename | Size |
---|---|
batchee-extensions-0.3-incubating.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-extensions/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-extensions</artifactId>
<version>0.3-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-extensions/
implementation 'org.apache.batchee:batchee-extensions:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-extensions/
implementation ("org.apache.batchee:batchee-extensions:0.3-incubating")
'org.apache.batchee:batchee-extensions:pom:0.3-incubating'
<dependency org="org.apache.batchee" name="batchee-extensions" rev="0.3-incubating">
<artifact name="batchee-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-extensions', version='0.3-incubating')
)
libraryDependencies += "org.apache.batchee" % "batchee-extensions" % "0.3-incubating"
[org.apache.batchee/batchee-extensions "0.3-incubating"]