License |
License |
---|---|
GroupId | GroupIddev.mccue |
ArtifactId | ArtifactIdasync |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionAsync Utilities
A few helpers for async code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
async-0.1.0.pom | |
async-0.1.0-sources.jar | 2 KB |
async-0.1.0-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.mccue/async/ -->
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>async</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.mccue/async/
implementation 'dev.mccue:async:0.1.0'
// https://jarcasting.com/artifacts/dev.mccue/async/
implementation ("dev.mccue:async:0.1.0")
'dev.mccue:async:jar:0.1.0'
<dependency org="dev.mccue" name="async" rev="0.1.0">
<artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.mccue', module='async', version='0.1.0')
)
libraryDependencies += "dev.mccue" % "async" % "0.1.0"
[dev.mccue/async "0.1.0"]