is not current version
Last Version 2.3.3

com.landawn:streamex 2.1.7

Enhancing Java 8 Streams

Categories

Categories

StreamEx General Purpose Libraries Functional Programming
GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

streamex
Version

Version

2.1.7
Type

Type

jar

Download streamex 2.1.7


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