is not current version
Last Version 1.0.11

io.github.vipcxj:jasync-test 1.0.2

JAsync implements Async-Await fashion for Java just like es and c#. This library include the unit tests.

GroupId

GroupId

io.github.vipcxj
ArtifactId

ArtifactId

jasync-test
Version

Version

1.0.2
Type

Type

jar

Download jasync-test 1.0.2


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