w

worker-framework-aggregator

Provides a foundation for building cross-platform, cloud-ready, distributed data-processing microservices.
https://workerframework.github.io/worker-framework/
Apache License, Version 2.0
Andy Reid Adam Rogan Dermot Hardy Gregory Lucy Philip Crooks Zara McKeown
文件下载
文件名 操作
worker-framework-aggregator-3.2.0-684.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.workerframework</groupId>
  <artifactId>worker-framework-aggregator</artifactId>
  <version>3.2.0-684</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.workerframework:worker-framework-aggregator:3.2.0-684'
Gradle Kotlin
implementation("com.github.workerframework:worker-framework-aggregator:3.2.0-684")
Scala SBT
libraryDependencies += "com.github.workerframework" % "worker-framework-aggregator" % "3.2.0-684"
Groovy Grape
@Grapes(
  @Grab(group='com.github.workerframework', module='worker-framework-aggregator', version='3.2.0-684')
)
Apache Ivy
<dependency org="com.github.workerframework" name="worker-framework-aggregator" rev="3.2.0-684" />
Leiningen
[com.github.workerframework/worker-framework-aggregator "3.2.0-684"]
Apache Buildr
'com.github.workerframework:worker-framework-aggregator:jar:3.2.0-684'