moar-concurrent

This module contains a collection of useful builders and concurrency classes to assist in modeling complex or overly tweakable concurrent processing pipelines.

License

License

Categories

Categories

MOA Business Logic Libraries Machine Learning
GroupId

GroupId

com.github.rholder
ArtifactId

ArtifactId

moar-concurrent
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

moar-concurrent
This module contains a collection of useful builders and concurrency classes to assist in modeling complex or overly tweakable concurrent processing pipelines.

Download moar-concurrent

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rholder/moar-concurrent/ -->
<dependency>
    <groupId>com.github.rholder</groupId>
    <artifactId>moar-concurrent</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rholder/moar-concurrent/
implementation 'com.github.rholder:moar-concurrent:1.0.3'
// https://jarcasting.com/artifacts/com.github.rholder/moar-concurrent/
implementation ("com.github.rholder:moar-concurrent:1.0.3")
'com.github.rholder:moar-concurrent:jar:1.0.3'
<dependency org="com.github.rholder" name="moar-concurrent" rev="1.0.3">
  <artifact name="moar-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rholder', module='moar-concurrent', version='1.0.3')
)
libraryDependencies += "com.github.rholder" % "moar-concurrent" % "1.0.3"
[com.github.rholder/moar-concurrent "1.0.3"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.codehaus.jsr166-mirror : jsr166 jar 1.7.0
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0