Last Version

Async Utilities 0.1.0

A few helpers for async code.

License

License

GroupId

GroupId

dev.mccue
ArtifactId

ArtifactId

async
Version

Version

0.1.0
Type

Type

jar
Description

Description

Async Utilities
A few helpers for async code.
Project URL

Project URL

https://github.com/bowbahdoe/java-async-utils
Source Code Management

Source Code Management

https://github.com/bowbahdoe/java-async-utils/tree/main

Download async 0.1.0


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.