Last Version

JAsync Core 1.0.11

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.

License

License

GroupId

GroupId

io.github.vipcxj
ArtifactId

ArtifactId

jasync-core
Version

Version

1.0.11
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/vipcxj/jasync
Source Code Management

Source Code Management

https://github.com/vipcxj/jasync

Download jasync-core 1.0.11


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

Dependencies

compile (4)

Group / Artifact Type Version
io.github.vipcxj : jasync-spec jar 1.0.11
io.github.vipcxj : jasync-utils jar 1.0.11
net.bytebuddy : byte-buddy-agent jar 1.12.8
com.google.auto.service : auto-service-annotations jar 1.0-rc7

provided (5)

Group / Artifact Type Version
io.github.vipcxj : jasync-asm jar 1.0.11
org.eclipse.jdt : org.eclipse.jdt.core jar 3.28.0
org.eclipse.jdt : org.eclipse.jdt.apt.core jar 3.7.50
org.eclipse.jdt : org.eclipse.jdt.compiler.tool jar 1.3.50
com.github.spotbugs : spotbugs jar 4.2.0

Project Modules

There are no modules declared in this project.