Last Version

Parallel Stream Support 2.0.0

Parallel streams in Java with a custom ForkJoinPool.

License

License

MIT
GroupId

GroupId

com.github.ferstl
ArtifactId

ArtifactId

parallel-stream-support
Version

Version

2.0.0
Type

Type

jar
Description

Description

Parallel Stream Support
Parallel streams in Java with a custom ForkJoinPool.
Project URL

Project URL

https://github.com/ferstl/parallel-stream-support
Source Code Management

Source Code Management

https://github.com/ferstl/parallel-stream-support

Download parallel-stream-support 2.0.0


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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.hamcrest : java-hamcrest jar 2.0.0.0
org.mockito : mockito-core jar 3.0.0

Project Modules

There are no modules declared in this project.