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