GroupId | GroupIdcom.github.jobservice |
---|---|
ArtifactId | ArtifactIdworker-batch-shared |
Version | Version2.0.0-9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jobservice/worker-batch-shared/ -->
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-shared</artifactId>
<version>2.0.0-9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jobservice/worker-batch-shared/
implementation 'com.github.jobservice:worker-batch-shared:2.0.0-9'
// https://jarcasting.com/artifacts/com.github.jobservice/worker-batch-shared/
implementation ("com.github.jobservice:worker-batch-shared:2.0.0-9")
'com.github.jobservice:worker-batch-shared:jar:2.0.0-9'
<dependency org="com.github.jobservice" name="worker-batch-shared" rev="2.0.0-9">
<artifact name="worker-batch-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jobservice', module='worker-batch-shared', version='2.0.0-9')
)
libraryDependencies += "com.github.jobservice" % "worker-batch-shared" % "2.0.0-9"
[com.github.jobservice/worker-batch-shared "2.0.0-9"]