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