is not current version
Last Version 1.4.1

com.stumbleupon:async 1.3.1

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

GroupId

GroupId

com.stumbleupon
ArtifactId

ArtifactId

async
Version

Version

1.3.1
Type

Type

jar

Download async 1.3.1


<!-- https://jarcasting.com/artifacts/com.stumbleupon/async/ -->
<dependency>
    <groupId>com.stumbleupon</groupId>
    <artifactId>async</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stumbleupon/async/
implementation 'com.stumbleupon:async:1.3.1'
// https://jarcasting.com/artifacts/com.stumbleupon/async/
implementation ("com.stumbleupon:async:1.3.1")
'com.stumbleupon:async:jar:1.3.1'
<dependency org="com.stumbleupon" name="async" rev="1.3.1">
  <artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stumbleupon', module='async', version='1.3.1')
)
libraryDependencies += "com.stumbleupon" % "async" % "1.3.1"
[com.stumbleupon/async "1.3.1"]