is not current version
Last Version 5.3

io.activej:activej 2.0.1

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

2.0.1
Type

Type

pom

Download activej 2.0.1

Filename Size
activej-2.0.1.pom 11 KB
Browse

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