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