is not current version
Last Version 0.3.0

com.github.marschall:empty-streams 0.2.0

Empty implementations of the Stream interface.

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

empty-streams
Version

Version

0.2.0
Type

Type

jar

Download empty-streams 0.2.0


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