| License |
License |
|---|---|
| Categories |
CategoriesActiveJ User Interface Web Frameworks |
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej |
| Last Version | Last Version5.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionActiveJ
Java components for building high-performance scalable applications with asynchronous I/O,
ranging from standalone applications to global solutions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| activej-5.3.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej</artifactId>
<version>5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej/
implementation 'io.activej:activej:5.3'
// https://jarcasting.com/artifacts/io.activej/activej/
implementation ("io.activej:activej:5.3")
'io.activej:activej:pom:5.3'
<dependency org="io.activej" name="activej" rev="5.3">
<artifact name="activej" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej', version='5.3')
)
libraryDependencies += "io.activej" % "activej" % "5.3"
[io.activej/activej "5.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 22.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| ch.qos.logback : logback-classic | jar | 1.2.6 |
| org.jmock : jmock-junit4 | jar | 2.12.0 |