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