License |
License |
---|---|
GroupId | GroupIdcom.github.workerframework |
ArtifactId | ArtifactIdworker-api |
Last Version | Last Version5.1.0-919 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProvides a foundation for building cross-platform, cloud-ready, distributed data-processing microservices.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
worker-api-5.1.0-919.pom | |
worker-api-5.1.0-919.jar | 24 KB |
worker-api-5.1.0-919-sources.jar | 38 KB |
worker-api-5.1.0-919-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.workerframework/worker-api/ -->
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>5.1.0-919</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.workerframework/worker-api/
implementation 'com.github.workerframework:worker-api:5.1.0-919'
// https://jarcasting.com/artifacts/com.github.workerframework/worker-api/
implementation ("com.github.workerframework:worker-api:5.1.0-919")
'com.github.workerframework:worker-api:jar:5.1.0-919'
<dependency org="com.github.workerframework" name="worker-api" rev="5.1.0-919">
<artifact name="worker-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.workerframework', module='worker-api', version='5.1.0-919')
)
libraryDependencies += "com.github.workerframework" % "worker-api" % "5.1.0-919"
[com.github.workerframework/worker-api "5.1.0-919"]
Group / Artifact | Type | Version |
---|---|---|
com.github.cafapi : caf-api | jar | |
com.github.cafapi.util : util-ref | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar |