is not current version
Last Version 2.1

com.landawn:stream 2.0

Enhancing Java 8 Streams

GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

stream
Version

Version

2.0
Type

Type

jar

Download stream 2.0


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