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