MVN

com.ea.async : ea-async

Maven & Gradle

May 29, 2019
17 usages
1.2k stars

EA Async-Await

<dependency>
    <groupId>com.ea.async</groupId>
    <artifactId>ea-async</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ea.async : ea-async to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.ea.async : ea-async to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ea-async-1.2.3
ea-async-1.2.2
ea-async-1.2.1
ea-async-1.2.0
1.1.x
ea-async-1.1.1
ea-async-1.1.0
1.0.x
ea-async-1.0.6
ea-async-1.0.5
ea-async-1.0.4
ea-async-1.0.3
ea-async-1.0.2
ea-async-1.0.1
ea-async-1.0.0
0.9.x
ea-async-0.9.1
ea-async-0.9.0

How to add a dependency to Maven

Add the following com.ea.async : ea-async maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ea.async</groupId>
    <artifactId>ea-async</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ea.async : ea-async gradle dependency to your build.gradle file:

implementation 'com.ea.async:ea-async:1.2.3'

Gradle Kotlin DSL: Add the following com.ea.async : ea-async gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ea.async:ea-async:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ea.async : ea-async sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ea.async" % "ea-async" % "1.2.3"

Advertisement