GroupId | GroupIdorg.apache.batchee |
---|---|
ArtifactId | ArtifactIdbatchee-cdi |
Version | Version0.4-incubating |
Type | Typejar |
Filename | Size |
---|---|
batchee-cdi-0.4-incubating.pom | |
batchee-cdi-0.4-incubating.jar | 22 KB |
batchee-cdi-0.4-incubating-sources.jar | 19 KB |
batchee-cdi-0.4-incubating-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-cdi/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-cdi</artifactId>
<version>0.4-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-cdi/
implementation 'org.apache.batchee:batchee-cdi:0.4-incubating'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-cdi/
implementation ("org.apache.batchee:batchee-cdi:0.4-incubating")
'org.apache.batchee:batchee-cdi:jar:0.4-incubating'
<dependency org="org.apache.batchee" name="batchee-cdi" rev="0.4-incubating">
<artifact name="batchee-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-cdi', version='0.4-incubating')
)
libraryDependencies += "org.apache.batchee" % "batchee-cdi" % "0.4-incubating"
[org.apache.batchee/batchee-cdi "0.4-incubating"]