j

jroutine-android

Parallel programming on the go
http://davide-maestroni.github.io/jroutine/
The Apache Software License, Version 2.0
Davide Maestroni
Files download
File Operation
jroutine-android-5.2.0.pom download
jroutine-android-5.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davide-maestroni</groupId>
  <artifactId>jroutine-android</artifactId>
  <version>5.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.davide-maestroni:jroutine-android:5.2.0'
Gradle Kotlin
implementation("com.github.davide-maestroni:jroutine-android:5.2.0")
Scala SBT
libraryDependencies += "com.github.davide-maestroni" % "jroutine-android" % "5.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davide-maestroni', module='jroutine-android', version='5.2.0')
)
Apache Ivy
<dependency org="com.github.davide-maestroni" name="jroutine-android" rev="5.2.0" />
Leiningen
[com.github.davide-maestroni/jroutine-android "5.2.0"]
Apache Buildr
'com.github.davide-maestroni:jroutine-android:jar:5.2.0'