License |
License |
---|---|
GroupId | GroupIdcom.stumbleupon |
ArtifactId | ArtifactIdasync |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSUAsync Library
Building blocks for high-performance multi-threaded asynchronous
applications. Inspired by Twisted's async library (twisted.internet.defer).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
async-1.4.1.pom | |
async-1.4.1.jar | 16 KB |
async-1.4.1-sources.jar | 23 KB |
async-1.4.1-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stumbleupon/async/ -->
<dependency>
<groupId>com.stumbleupon</groupId>
<artifactId>async</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stumbleupon/async/
implementation 'com.stumbleupon:async:1.4.1'
// https://jarcasting.com/artifacts/com.stumbleupon/async/
implementation ("com.stumbleupon:async:1.4.1")
'com.stumbleupon:async:jar:1.4.1'
<dependency org="com.stumbleupon" name="async" rev="1.4.1">
<artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stumbleupon', module='async', version='1.4.1')
)
libraryDependencies += "com.stumbleupon" % "async" % "1.4.1"
[com.stumbleupon/async "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | [1.6.0,) |