is not current version
Last Version 1.0.1

com.landawn:abacus-stream-lite 0.8.4

Enhancing Java 8 Streams

GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

abacus-stream-lite
Version

Version

0.8.4
Type

Type

jar

Download abacus-stream-lite 0.8.4


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