| License |
License
GLPv3 with Classpath Exception
|
|---|---|
| GroupId | GroupIdcom.cedarsoft.db |
| ArtifactId | ArtifactIdasync |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAsynchronous Utils
cedarsoft Open Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| async-1.0.1.pom | |
| async-1.0.1.jar | 9 KB |
| async-1.0.1-tests.jar | 15 KB |
| async-1.0.1-sources.jar | 6 KB |
| async-1.0.1-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.db/async/ -->
<dependency>
<groupId>com.cedarsoft.db</groupId>
<artifactId>async</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.db/async/
implementation 'com.cedarsoft.db:async:1.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.db/async/
implementation ("com.cedarsoft.db:async:1.0.1")
'com.cedarsoft.db:async:jar:1.0.1'
<dependency org="com.cedarsoft.db" name="async" rev="1.0.1">
<artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.db', module='async', version='1.0.1')
)
libraryDependencies += "com.cedarsoft.db" % "async" % "1.0.1"
[com.cedarsoft.db/async "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |
| log4j : log4j | jar | 1.2.16 |
| net.sourceforge.findbugs : jsr305 | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.commons : test-utils | jar | 4.0.0 |
| org.testng : testng | jar | 6.0.1 |