GroupId | GroupIdcom.cedarsoft.commons.old.db |
---|---|
ArtifactId | ArtifactIdasync |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
async-1.6.2.pom | |
async-1.6.2.jar | 9 KB |
async-1.6.2-tests.jar | 15 KB |
async-1.6.2-sources.jar | 4 KB |
async-1.6.2-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.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.db/async/
implementation 'com.cedarsoft.commons.old.db:async:1.6.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.db/async/
implementation ("com.cedarsoft.commons.old.db:async:1.6.2")
'com.cedarsoft.commons.old.db:async:jar:1.6.2'
<dependency org="com.cedarsoft.commons.old.db" name="async" rev="1.6.2">
<artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old.db', module='async', version='1.6.2')
)
libraryDependencies += "com.cedarsoft.commons.old.db" % "async" % "1.6.2"
[com.cedarsoft.commons.old.db/async "1.6.2"]