Files download
File Operation
commons-coroutines-test-5.0.3.pom download
commons-coroutines-test-5.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.raxdenstudios</groupId>
  <artifactId>commons-coroutines-test</artifactId>
  <version>5.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.raxdenstudios:commons-coroutines-test:5.0.3'
Gradle Kotlin
implementation("com.raxdenstudios:commons-coroutines-test:5.0.3")
Scala SBT
libraryDependencies += "com.raxdenstudios" % "commons-coroutines-test" % "5.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.raxdenstudios', module='commons-coroutines-test', version='5.0.3')
)
Apache Ivy
<dependency org="com.raxdenstudios" name="commons-coroutines-test" rev="5.0.3" />
Leiningen
[com.raxdenstudios/commons-coroutines-test "5.0.3"]
Apache Buildr
'com.raxdenstudios:commons-coroutines-test:jar:5.0.3'