is not current version
Last Version 5.3

io.activej:activej 3.1-rc1

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

3.1-rc1
Type

Type

pom

Download activej 3.1-rc1

Filename Size
activej-3.1-rc1.pom 11 KB
Browse

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