is not current version
Last Version 1.0.1

com.landawn:stream-lite 0.8.6

Enhancing Java 8 Streams

GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

stream-lite
Version

Version

0.8.6
Type

Type

jar

Download stream-lite 0.8.6


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