is not current version
Last Version 5.3

ActiveJ : Promises 4.4-rc1

A convenient way to organize asynchronous code. Promises are a faster and more efficient version of JavaScript's Promise and Java's CompletionStage's.

License

License

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-promise
Version

Version

4.4-rc1
Type

Type

jar
Description

Description

ActiveJ : Promises
A convenient way to organize asynchronous code. Promises are a faster and more efficient version of JavaScript's Promise and Java's CompletionStage's.

Download activej-promise 4.4-rc1


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

Dependencies

compile (5)

Group / Artifact Type Version
io.activej : activej-eventloop jar 4.4-rc1
io.activej : activej-jmx-stats jar 4.4-rc1
io.activej : activej-jmxapi Optional jar 4.4-rc1
org.jetbrains : annotations jar 17.0.0
org.slf4j : slf4j-api jar 1.7.29

test (4)

Group / Artifact Type Version
io.activej : activej-test jar 4.4-rc1
junit : junit jar 4.13.1
ch.qos.logback : logback-classic jar 1.2.3
org.jmock : jmock-junit4 jar 2.8.1

Project Modules

There are no modules declared in this project.