Last Version

Async Await 1.0.0-alpha.2

Async/Await for the java project, which implements an actor architecture with message exchange, paralleling the execution of tasks

License

License

GroupId

GroupId

io.github.jeffersono7
ArtifactId

ArtifactId

async-await
Version

Version

1.0.0-alpha.2
Type

Type

jar
Description

Description

Async Await
Async/Await for the java project, which implements an actor architecture with message exchange, paralleling the execution of tasks
Project URL

Project URL

https://github.com/jeffersono7/async-await
Source Code Management

Source Code Management

https://github.com/jeffersono7/async-await/tree/main

Download async-await 1.0.0-alpha.2


<!-- https://jarcasting.com/artifacts/io.github.jeffersono7/async-await/ -->
<dependency>
    <groupId>io.github.jeffersono7</groupId>
    <artifactId>async-await</artifactId>
    <version>1.0.0-alpha.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeffersono7/async-await/
implementation 'io.github.jeffersono7:async-await:1.0.0-alpha.2'
// https://jarcasting.com/artifacts/io.github.jeffersono7/async-await/
implementation ("io.github.jeffersono7:async-await:1.0.0-alpha.2")
'io.github.jeffersono7:async-await:jar:1.0.0-alpha.2'
<dependency org="io.github.jeffersono7" name="async-await" rev="1.0.0-alpha.2">
  <artifact name="async-await" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeffersono7', module='async-await', version='1.0.0-alpha.2')
)
libraryDependencies += "io.github.jeffersono7" % "async-await" % "1.0.0-alpha.2"
[io.github.jeffersono7/async-await "1.0.0-alpha.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (3)

Group / Artifact Type Version
org.spockframework : spock-core jar 2.0-M5-groovy-3.0
org.spockframework : spock-junit4 jar 2.0-M5-groovy-3.0
net.bytebuddy : byte-buddy jar 1.10.15

Project Modules

There are no modules declared in this project.