j

jasync-core

JAsync implements Async-Await fashion for Java just like es and c#. This is the core library, including a annotation processor to transform the ast tree.
https://github.com/vipcxj/jasync
Apache 2.0
XiaoJing Chen
文件下载
文件名 操作
jasync-core-0.1.12.jar 下载
jasync-core-0.1.12.pom 下载
jasync-core-0.1.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.vipcxj</groupId>
  <artifactId>jasync-core</artifactId>
  <version>0.1.12</version>
</dependency>
Gradle Groovy
implementation 'io.github.vipcxj:jasync-core:0.1.12'
Gradle Kotlin
implementation("io.github.vipcxj:jasync-core:0.1.12")
Scala SBT
libraryDependencies += "io.github.vipcxj" % "jasync-core" % "0.1.12"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vipcxj', module='jasync-core', version='0.1.12')
)
Apache Ivy
<dependency org="io.github.vipcxj" name="jasync-core" rev="0.1.12" />
Leiningen
[io.github.vipcxj/jasync-core "0.1.12"]
Apache Buildr
'io.github.vipcxj:jasync-core:jar:0.1.12'