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