GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdbatch-jberet |
Version | Version2.0.0.Final |
Type | Typejar |
Filename | Size |
---|---|
batch-jberet-2.0.0.Final.pom | |
batch-jberet-2.0.0.Final.jar | 16 KB |
batch-jberet-2.0.0.Final-sources.jar | 6 KB |
batch-jberet-2.0.0.Final-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/batch-jberet/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>batch-jberet</artifactId>
<version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/batch-jberet/
implementation 'io.thorntail:batch-jberet:2.0.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/batch-jberet/
implementation ("io.thorntail:batch-jberet:2.0.0.Final")
'io.thorntail:batch-jberet:jar:2.0.0.Final'
<dependency org="io.thorntail" name="batch-jberet" rev="2.0.0.Final">
<artifact name="batch-jberet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='batch-jberet', version='2.0.0.Final')
)
libraryDependencies += "io.thorntail" % "batch-jberet" % "2.0.0.Final"
[io.thorntail/batch-jberet "2.0.0.Final"]