is not current version
Last Version 1.0.11

io.github.vipcxj:jasync-runtime 1.0.0

JAsync implements Async-Await fashion for Java just like es and c#. This is the library used in runtime.

GroupId

GroupId

io.github.vipcxj
ArtifactId

ArtifactId

jasync-runtime
Version

Version

1.0.0
Type

Type

jar

Download jasync-runtime 1.0.0


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