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
Files download
File Operation
jasync-spec-0.1.5.jar download
jasync-spec-0.1.5.pom download
jasync-spec-0.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.vipcxj</groupId>
  <artifactId>jasync-spec</artifactId>
  <version>0.1.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.vipcxj:jasync-spec:0.1.5'
Gradle Kotlin
implementation("io.github.vipcxj:jasync-spec:0.1.5")
Scala SBT
libraryDependencies += "io.github.vipcxj" % "jasync-spec" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vipcxj', module='jasync-spec', version='0.1.5')
)
Apache Ivy
<dependency org="io.github.vipcxj" name="jasync-spec" rev="0.1.5" />
Leiningen
[io.github.vipcxj/jasync-spec "0.1.5"]
Apache Buildr
'io.github.vipcxj:jasync-spec:jar:0.1.5'