Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.main.batch |
ArtifactId | ArtifactIdbatch |
Version | Version6.2.1 |
Type | Typepom |
Filename | Size |
---|---|
batch-6.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.batch/batch/ -->
<dependency>
<groupId>org.glassfish.main.batch</groupId>
<artifactId>batch</artifactId>
<version>6.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.batch/batch/
implementation 'org.glassfish.main.batch:batch:6.2.1'
// https://jarcasting.com/artifacts/org.glassfish.main.batch/batch/
implementation ("org.glassfish.main.batch:batch:6.2.1")
'org.glassfish.main.batch:batch:pom:6.2.1'
<dependency org="org.glassfish.main.batch" name="batch" rev="6.2.1">
<artifact name="batch" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.batch', module='batch', version='6.2.1')
)
libraryDependencies += "org.glassfish.main.batch" % "batch" % "6.2.1"
[org.glassfish.main.batch/batch "6.2.1"]