j

jasync-asm

JAsync implements Async-Await fashion for Java just like es and c#. This is the ASM transformer for the library.
https://github.com/vipcxj/jasync
Apache 2.0
XiaoJing Chen
Files download
File Operation
jasync-asm-1.0.17.jar download
jasync-asm-1.0.17.pom download
jasync-asm-1.0.17-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.vipcxj</groupId>
  <artifactId>jasync-asm</artifactId>
  <version>1.0.17</version>
</dependency>
Gradle Groovy
implementation 'io.github.vipcxj:jasync-asm:1.0.17'
Gradle Kotlin
implementation("io.github.vipcxj:jasync-asm:1.0.17")
Scala SBT
libraryDependencies += "io.github.vipcxj" % "jasync-asm" % "1.0.17"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vipcxj', module='jasync-asm', version='1.0.17')
)
Apache Ivy
<dependency org="io.github.vipcxj" name="jasync-asm" rev="1.0.17" />
Leiningen
[io.github.vipcxj/jasync-asm "1.0.17"]
Apache Buildr
'io.github.vipcxj:jasync-asm:jar:1.0.17'