License |
License |
---|---|
GroupId | GroupIdcom.sproutigy.commons |
ArtifactId | ArtifactIdasync |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionSproutigy Java Commons Async
Async Programming Toolkit for Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
async-2.0.pom | |
async-2.0.jar | 61 KB |
async-2.0-sources.jar | 17 KB |
async-2.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sproutigy.commons/async/ -->
<dependency>
<groupId>com.sproutigy.commons</groupId>
<artifactId>async</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sproutigy.commons/async/
implementation 'com.sproutigy.commons:async:2.0'
// https://jarcasting.com/artifacts/com.sproutigy.commons/async/
implementation ("com.sproutigy.commons:async:2.0")
'com.sproutigy.commons:async:jar:2.0'
<dependency org="com.sproutigy.commons" name="async" rev="2.0">
<artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sproutigy.commons', module='async', version='2.0')
)
libraryDependencies += "com.sproutigy.commons" % "async" % "2.0"
[com.sproutigy.commons/async "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.reactivestreams : reactive-streams | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.25 |
com.google.guava : guava Optional | jar | 15.0 |
io.netty : netty-common Optional | jar | 4.1.11.Final |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
junit : junit | jar | 4.12 |