Categories |
CategoriesJakarta Batch Jakarta EE Jakarta EE Supporting Technologies |
---|---|
GroupId | GroupIdjavax.batch |
ArtifactId | ArtifactIdjavax.batch-annotation |
Version | Version1.0-b14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/javax.batch/javax.batch-annotation/ -->
<dependency>
<groupId>javax.batch</groupId>
<artifactId>javax.batch-annotation</artifactId>
<version>1.0-b14</version>
</dependency>
// https://jarcasting.com/artifacts/javax.batch/javax.batch-annotation/
implementation 'javax.batch:javax.batch-annotation:1.0-b14'
// https://jarcasting.com/artifacts/javax.batch/javax.batch-annotation/
implementation ("javax.batch:javax.batch-annotation:1.0-b14")
'javax.batch:javax.batch-annotation:jar:1.0-b14'
<dependency org="javax.batch" name="javax.batch-annotation" rev="1.0-b14">
<artifact name="javax.batch-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.batch', module='javax.batch-annotation', version='1.0-b14')
)
libraryDependencies += "javax.batch" % "javax.batch-annotation" % "1.0-b14"
[javax.batch/javax.batch-annotation "1.0-b14"]