is not current version
Last Version 2.3.3

com.landawn:streamex 1.0.1

Enhancing Java 8 Streams

Categories

Categories

StreamEx General Purpose Libraries Functional Programming
GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

streamex
Version

Version

1.0.1
Type

Type

jar

Download streamex 1.0.1


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