MVN

com.github.davide-maestroni : jroutine

Maven & Gradle

Nov 27, 2015
4 usages
1 stars

jroutine · Parallel programming on the go

<dependency>
    <groupId>com.github.davide-maestroni</groupId>
    <artifactId>jroutine</artifactId>
    <version>5.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.davide-maestroni : jroutine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.9.0

All Versions

Choose a version of com.github.davide-maestroni : jroutine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.9.x
jroutine-5.9.0
5.8.x
jroutine-5.8.0
5.7.x
jroutine-5.7.1
jroutine-5.7.0
5.6.x
jroutine-5.6.0
5.5.x
jroutine-5.5.1
jroutine-5.5.0
5.4.x
jroutine-5.4.1
jroutine-5.4.0
5.3.x
jroutine-5.3.0
5.2.x
jroutine-5.2.0
5.1.x
jroutine-5.1.0
5.0.x
jroutine-5.0.0
4.2.x
jroutine-4.2.2
jroutine-4.2.1
jroutine-4.2.0
4.1.x
jroutine-4.1.0
4.0.x
jroutine-4.0.2
jroutine-4.0.1
jroutine-4.0.0
3.1.x
jroutine-3.1.0
3.0.x
jroutine-3.0.0
2.2.x
jroutine-2.2.0
2.1.x
jroutine-2.1.0
2.0.x
jroutine-2.0.0
1.3.x
jroutine-1.3.1
jroutine-1.3.0
1.2.x
jroutine-1.2.2
jroutine-1.2.1
jroutine-1.2.0
1.1.x
jroutine-1.1.0
1.0.x
jroutine-1.0.0

How to add a dependency to Maven

Add the following com.github.davide-maestroni : jroutine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.davide-maestroni</groupId>
    <artifactId>jroutine</artifactId>
    <version>5.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.davide-maestroni : jroutine gradle dependency to your build.gradle file:

implementation 'com.github.davide-maestroni:jroutine:5.9.0'

Gradle Kotlin DSL: Add the following com.github.davide-maestroni : jroutine gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.davide-maestroni:jroutine:5.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.davide-maestroni : jroutine sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.davide-maestroni" % "jroutine" % "5.9.0"

Advertisement