is not current version
Last Version 5.3

io.activej:activej-workers 3.0-rc2

Simple to use, high-abstraction level I/O async programming model

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-workers
Version

Version

3.0-rc2
Type

Type

jar

Download activej-workers 3.0-rc2


<!-- https://jarcasting.com/artifacts/io.activej/activej-workers/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-workers</artifactId>
    <version>3.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-workers/
implementation 'io.activej:activej-workers:3.0-rc2'
// https://jarcasting.com/artifacts/io.activej/activej-workers/
implementation ("io.activej:activej-workers:3.0-rc2")
'io.activej:activej-workers:jar:3.0-rc2'
<dependency org="io.activej" name="activej-workers" rev="3.0-rc2">
  <artifact name="activej-workers" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-workers', version='3.0-rc2')
)
libraryDependencies += "io.activej" % "activej-workers" % "3.0-rc2"
[io.activej/activej-workers "3.0-rc2"]