Files download
File Operation
async-task-starter-3.0.2.jar download
async-task-starter-3.0.2.pom download
async-task-starter-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.JoeKerouac</groupId>
  <artifactId>async-task-starter</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.JoeKerouac:async-task-starter:3.0.2'
Gradle Kotlin
implementation("com.github.JoeKerouac:async-task-starter:3.0.2")
Scala SBT
libraryDependencies += "com.github.JoeKerouac" % "async-task-starter" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.JoeKerouac', module='async-task-starter', version='3.0.2')
)
Apache Ivy
<dependency org="com.github.JoeKerouac" name="async-task-starter" rev="3.0.2" />
Leiningen
[com.github.JoeKerouac/async-task-starter "3.0.2"]
Apache Buildr
'com.github.JoeKerouac:async-task-starter:jar:3.0.2'