is not current version
Last Version 2.3.3

com.landawn:streamex 0.8.4

Enhancing Java 8 Streams

Categories

Categories

StreamEx General Purpose Libraries Functional Programming
GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

streamex
Version

Version

0.8.4
Type

Type

jar

Download streamex 0.8.4


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