License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.davide-maestroni |
ArtifactId | ArtifactIdjroutine |
Last Version | Last Version5.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjroutine
Parallel programming on the go
|
Filename | Size |
---|---|
jroutine-5.9.0.pom | |
jroutine-5.9.0.jar | 349 KB |
jroutine-5.9.0-sources.jar | 213 KB |
jroutine-5.9.0-javadoc.jar | 510 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine/ -->
<dependency>
<groupId>com.github.davide-maestroni</groupId>
<artifactId>jroutine</artifactId>
<version>5.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine/
implementation 'com.github.davide-maestroni:jroutine:5.9.0'
// https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine/
implementation ("com.github.davide-maestroni:jroutine:5.9.0")
'com.github.davide-maestroni:jroutine:jar:5.9.0'
<dependency org="com.github.davide-maestroni" name="jroutine" rev="5.9.0">
<artifact name="jroutine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davide-maestroni', module='jroutine', version='5.9.0')
)
libraryDependencies += "com.github.davide-maestroni" % "jroutine" % "5.9.0"
[com.github.davide-maestroni/jroutine "5.9.0"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 1.7.1 |