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