is not current version
Last Version 5.3

io.activej:activej 5.0-beta2

Java components for building high-performance scalable applications with asynchronous I/O, ranging from standalone applications to global solutions.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej
Version

Version

5.0-beta2
Type

Type

pom

Download activej 5.0-beta2

Filename Size
activej-5.0-beta2.pom 12 KB
Browse

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