| GroupId | GroupIdin.sourceshift.genericmodules |
|---|---|
| ArtifactId | ArtifactIdbatchjobutils |
| Version | Version16.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| batchjobutils-16.1.0.pom | |
| batchjobutils-16.1.0.jar | 8 KB |
| batchjobutils-16.1.0-sources.jar | 5 KB |
| batchjobutils-16.1.0-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/in.sourceshift.genericmodules/batchjobutils/ -->
<dependency>
<groupId>in.sourceshift.genericmodules</groupId>
<artifactId>batchjobutils</artifactId>
<version>16.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/in.sourceshift.genericmodules/batchjobutils/
implementation 'in.sourceshift.genericmodules:batchjobutils:16.1.0'
// https://jarcasting.com/artifacts/in.sourceshift.genericmodules/batchjobutils/
implementation ("in.sourceshift.genericmodules:batchjobutils:16.1.0")
'in.sourceshift.genericmodules:batchjobutils:jar:16.1.0'
<dependency org="in.sourceshift.genericmodules" name="batchjobutils" rev="16.1.0">
<artifact name="batchjobutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.sourceshift.genericmodules', module='batchjobutils', version='16.1.0')
)
libraryDependencies += "in.sourceshift.genericmodules" % "batchjobutils" % "16.1.0"
[in.sourceshift.genericmodules/batchjobutils "16.1.0"]