GroupId | GroupIdcom.github.workerframework |
---|---|
ArtifactId | ArtifactIdworker-example |
Version | Version1.4.0-142 |
Type | Typejar |
Filename | Size |
---|---|
worker-example-1.4.0-142.pom | |
worker-example-1.4.0-142.jar | 9 KB |
worker-example-1.4.0-142-sources.jar | 10 KB |
worker-example-1.4.0-142-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.workerframework/worker-example/ -->
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example</artifactId>
<version>1.4.0-142</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.workerframework/worker-example/
implementation 'com.github.workerframework:worker-example:1.4.0-142'
// https://jarcasting.com/artifacts/com.github.workerframework/worker-example/
implementation ("com.github.workerframework:worker-example:1.4.0-142")
'com.github.workerframework:worker-example:jar:1.4.0-142'
<dependency org="com.github.workerframework" name="worker-example" rev="1.4.0-142">
<artifact name="worker-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.workerframework', module='worker-example', version='1.4.0-142')
)
libraryDependencies += "com.github.workerframework" % "worker-example" % "1.4.0-142"
[com.github.workerframework/worker-example "1.4.0-142"]