MVN

io.github.vipcxj : jasync-utils

Maven & Gradle

Oct 08, 2022
3 usages
106 stars

JAsync Utils · JAsync implements Async-Await fashion for Java just like es and c#. This is the utils library.

<dependency>
    <groupId>io.github.vipcxj</groupId>
    <artifactId>jasync-utils</artifactId>
    <version>0.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.vipcxj : jasync-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.14

All Versions

Choose a version of io.github.vipcxj : jasync-utils to add to Maven or Gradle - All Versions:

  • Version Updated
  • jasync-utils-0.1.14

    Oct 08, 2022
  • jasync-utils-0.1.13

    Oct 06, 2022
  • jasync-utils-0.1.12

    Oct 06, 2022
  • jasync-utils-1.0.13

    Aug 30, 2022
  • jasync-utils-1.0.12

    Aug 14, 2022
  • jasync-utils-1.0.11

    May 08, 2022
  • jasync-utils-1.0.10

    May 08, 2022
  • jasync-utils-1.0.9

    May 06, 2022
  • jasync-utils-1.0.8

    May 05, 2022
  • jasync-utils-1.0.7

    May 03, 2022
  • jasync-utils-1.0.6

    May 02, 2022
  • jasync-utils-1.0.5

    Apr 27, 2022
  • jasync-utils-1.0.4

    Apr 24, 2022
  • jasync-utils-1.0.3

    Apr 22, 2022
  • jasync-utils-1.0.2

    Apr 21, 2022
  • jasync-utils-1.0.1

    Apr 18, 2022
  • jasync-utils-1.0.0

    Apr 17, 2022
  • jasync-utils-0.1.11

    Mar 26, 2022
  • jasync-utils-0.1.10

    Feb 09, 2022
  • jasync-utils-0.1.9

    Nov 21, 2021
  • jasync-utils-0.1.8

    Nov 07, 2021
  • jasync-utils-0.1.7

    Nov 05, 2021
  • jasync-utils-0.1.6

    Nov 03, 2021
  • jasync-utils-0.1.5

    Nov 02, 2021
  • jasync-utils-0.1.4

    Nov 02, 2021
  • jasync-utils-0.1.3

    Sep 20, 2021

How to add a dependency to Maven

Add the following io.github.vipcxj : jasync-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.vipcxj</groupId>
    <artifactId>jasync-utils</artifactId>
    <version>0.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.vipcxj : jasync-utils gradle dependency to your build.gradle file:

implementation 'io.github.vipcxj:jasync-utils:0.1.14'

Gradle Kotlin DSL: Add the following io.github.vipcxj : jasync-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.vipcxj:jasync-utils:0.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.vipcxj : jasync-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.vipcxj" % "jasync-utils" % "0.1.14"