is not current version
Last Version 1.0.11

JAsync Parent 0.1.11

JAsync implements Async-Await fashion for Java just like es and c#.

License

License

GroupId

GroupId

io.github.vipcxj
ArtifactId

ArtifactId

jasync-parent
Version

Version

0.1.11
Type

Type

pom
Description

Description

JAsync Parent
JAsync implements Async-Await fashion for Java just like es and c#.
Project URL

Project URL

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

Source Code Management

https://github.com/vipcxj/jasync

Download jasync-parent 0.1.11

Filename Size
jasync-parent-0.1.11.pom 6 KB
Browse

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.17.1
org.apache.logging.log4j : log4j-core jar 2.17.1

provided (1)

Group / Artifact Type Version
com.github.spotbugs : spotbugs jar 4.2.0

Project Modules

  • jasync-core
  • jasync-reactive
  • jasync-test
  • jasync-spec
  • jasync-runtime
  • jasync-core-java9
  • jasync-core-java17
  • jasync-utils