You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnixStream is an extension of the Java 8 Stream API to process data pipelines the Unix way.
@@ -70,11 +70,11 @@ Add the following maven dependency to your project:
70
70
<dependency>
71
71
<groupId>io.github.benas</groupId>
72
72
<artifactId>unix-stream</artifactId>
73
-
<version>0.3</version>
73
+
<version>0.4</version>
74
74
</dependency>
75
75
```
76
76
77
-
Or [download the jar file](https://oss.sonatype.org/content/groups/public/io/github/benas/unix-stream/0.3/unix-stream-0.3.jar) and add it to your application's classpath.
77
+
Or [download the jar file](https://oss.sonatype.org/content/groups/public/io/github/benas/unix-stream/0.4/unix-stream-0.4.jar) and add it to your application's classpath.
0 commit comments