is not current version
Last Version 2.0.0

com.github.ferstl:parallel-stream-support 1.0.1

Parallel streams in Java with a custom ForkJoinPool.

GroupId

GroupId

com.github.ferstl
ArtifactId

ArtifactId

parallel-stream-support
Version

Version

1.0.1
Type

Type

jar

Download parallel-stream-support 1.0.1


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