j

jroutine-android-method

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