is not current version
Last Version 2.3.3

com.landawn:streamex 0.8.6

Enhancing Java 8 Streams

Categories

Categories

StreamEx General Purpose Libraries Functional Programming
GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

streamex
Version

Version

0.8.6
Type

Type

jar

Download streamex 0.8.6


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