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-1.3.2.jar download
jroutine-android-1.3.2.pom download
jroutine-android-1.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davide-maestroni</groupId>
  <artifactId>jroutine-android</artifactId>
  <version>1.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.davide-maestroni:jroutine-android:1.3.2'
Gradle Kotlin
implementation("com.github.davide-maestroni:jroutine-android:1.3.2")
Scala SBT
libraryDependencies += "com.github.davide-maestroni" % "jroutine-android" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davide-maestroni', module='jroutine-android', version='1.3.2')
)
Apache Ivy
<dependency org="com.github.davide-maestroni" name="jroutine-android" rev="1.3.2" />
Leiningen
[com.github.davide-maestroni/jroutine-android "1.3.2"]
Apache Buildr
'com.github.davide-maestroni:jroutine-android:jar:1.3.2'