a

activej-workers

A convenient way to create and manage multiple similar instances.
文件下载
文件名 操作
activej-workers-5.5.jar 下载
activej-workers-5.5.pom 下载
activej-workers-5.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-workers</artifactId>
  <version>5.5</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-workers:5.5'
Gradle Kotlin
implementation("io.activej:activej-workers:5.5")
Scala SBT
libraryDependencies += "io.activej" % "activej-workers" % "5.5"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-workers', version='5.5')
)
Apache Ivy
<dependency org="io.activej" name="activej-workers" rev="5.5" />
Leiningen
[io.activej/activej-workers "5.5"]
Apache Buildr
'io.activej:activej-workers:jar:5.5'