GroupId | GroupIdcom.cedarsoft.commons.old.db |
---|---|
ArtifactId | ArtifactIdasync |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
async-1.5.1.pom | |
async-1.5.1.jar | 9 KB |
async-1.5.1-tests.jar | 14 KB |
async-1.5.1-sources.jar | 4 KB |
async-1.5.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old.db/async/ -->
<dependency>
<groupId>com.cedarsoft.commons.old.db</groupId>
<artifactId>async</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.db/async/
implementation 'com.cedarsoft.commons.old.db:async:1.5.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.db/async/
implementation ("com.cedarsoft.commons.old.db:async:1.5.1")
'com.cedarsoft.commons.old.db:async:jar:1.5.1'
<dependency org="com.cedarsoft.commons.old.db" name="async" rev="1.5.1">
<artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old.db', module='async', version='1.5.1')
)
libraryDependencies += "com.cedarsoft.commons.old.db" % "async" % "1.5.1"
[com.cedarsoft.commons.old.db/async "1.5.1"]