MVN

io.github.vipcxj : jasync-test

Maven & Gradle

Oct 08, 2022
126 stars

JAsync Test · JAsync implements Async-Await fashion for Java just like es and c#. This library include the unit tests.

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

Latest Version

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

  • Latest Stable: 0.1.14

All Versions

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

Version Vulnerabilities Updated
1.0.x
jasync-test-1.0.13
jasync-test-1.0.12
jasync-test-1.0.11
jasync-test-1.0.10
jasync-test-1.0.9
jasync-test-1.0.8
jasync-test-1.0.7
jasync-test-1.0.6
jasync-test-1.0.5
jasync-test-1.0.4
jasync-test-1.0.3
jasync-test-1.0.2
jasync-test-1.0.1
jasync-test-1.0.0
0.1.x
jasync-test-0.1.14
jasync-test-0.1.13
jasync-test-0.1.12
jasync-test-0.1.11
jasync-test-0.1.10
jasync-test-0.1.9
jasync-test-0.1.8
jasync-test-0.1.7
jasync-test-0.1.6
jasync-test-0.1.5
jasync-test-0.1.4
jasync-test-0.1.3
jasync-test-0.1.2
jasync-test-0.1.1
jasync-test-0.1.0
0.0.x
jasync-test-0.0.2
jasync-test-0.0.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement