MVN

com.stumbleupon : async

Maven & Gradle

May 20, 2015
19 usages
22 stars

SUAsync Library · Building blocks for high-performance multi-threaded asynchronous applications. Inspired by Twisted's async library (twisted.internet.defer).

<dependency>
    <groupId>com.stumbleupon</groupId>
    <artifactId>async</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.1

All Versions

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

Version Vulnerabilities Updated
1.4.x
async-1.4.1
async-1.4.0
1.3.x
async-1.3.3
async-1.3.2
async-1.3.1
1.2.x
async-1.2.0
1.1.x
async-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.stumbleupon</groupId>
    <artifactId>async</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.stumbleupon:async:1.4.1'

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

implementation("com.stumbleupon:async:1.4.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.stumbleupon" % "async" % "1.4.1"

Advertisement

Dependencies from Group

May 20, 2015
19 usages
22 stars

Discover Dependencies

Jan 07, 2017
2 usages
616 stars
Jul 23, 2023
19 usages
77 stars
Sep 08, 2015
63 usages
4.2k stars
Dec 17, 2021
3 stars
Sep 22, 2017
946 stars
Nov 25, 2015
254 stars
Apr 04, 2022
2 usages
1k stars
Aug 09, 2023
12 usages
1.4k stars
Jun 08, 2022
31 usages
18 stars