a

activej-workers

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