a

activej

Java components for building high-performance scalable applications with asynchronous I/O, ranging from standalone applications to global solutions.
https://activej.io/
The Apache Software License, Version 2.0
Dmitry Volvach
文件下载
文件名 操作
activej-5.3.pom 下载
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej</artifactId>
  <version>5.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.activej:activej:5.3'
Gradle Kotlin
implementation("io.activej:activej:5.3")
Scala SBT
libraryDependencies += "io.activej" % "activej" % "5.3"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej', version='5.3')
)
Apache Ivy
<dependency org="io.activej" name="activej" rev="5.3" />
Leiningen
[io.activej/activej "5.3"]
Apache Buildr
'io.activej:activej:jar:5.3'