j

jasync-spec

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