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