| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ferstl |
| ArtifactId | ArtifactIdparallel-stream-support |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
DescriptionParallel Stream Support
Parallel streams in Java with a custom ForkJoinPool.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- 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"]
| 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 |