License |
License |
---|---|
GroupId | GroupIdio.github.benas |
ArtifactId | ArtifactIdunix-stream |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnixStream
UnixStream is an extension of the Java 8 Stream API to process data pipelines the Unix way
|
Project URL |
Project URL |
Filename | Size |
---|---|
unix-stream-0.5.pom | |
unix-stream-0.5.jar | 34 KB |
unix-stream-0.5-sources.jar | 21 KB |
unix-stream-0.5-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.benas/unix-stream/ -->
<dependency>
<groupId>io.github.benas</groupId>
<artifactId>unix-stream</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.benas/unix-stream/
implementation 'io.github.benas:unix-stream:0.5'
// https://jarcasting.com/artifacts/io.github.benas/unix-stream/
implementation ("io.github.benas:unix-stream:0.5")
'io.github.benas:unix-stream:jar:0.5'
<dependency org="io.github.benas" name="unix-stream" rev="0.5">
<artifact name="unix-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.benas', module='unix-stream', version='0.5')
)
libraryDependencies += "io.github.benas" % "unix-stream" % "0.5"
[io.github.benas/unix-stream "0.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.5.2 |
org.mockito : mockito-core | jar | 2.2.25 |