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