j

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