is not current version
Last Version 5.3

io.activej:activej 4.0-beta1

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

4.0-beta1
Type

Type

pom

Download activej 4.0-beta1

Filename Size
activej-4.0-beta1.pom 11 KB
Browse

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