MVN

com.landawn : streamex

Maven & Gradle

Oct 13, 2018
7 stars

StreamEx · Enhancing Java 8 Streams

<dependency>
    <groupId>com.landawn</groupId>
    <artifactId>streamex</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.landawn : streamex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3

All Versions

Choose a version of com.landawn : streamex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
streamex-2.3.3
streamex-2.3.2
streamex-2.3.1
2.3
streamex-2.3
2.2.x
streamex-2.2.2
streamex-2.2.1
2.2
streamex-2.2
2.1.x
streamex-2.1.9
streamex-2.1.8
streamex-2.1.7
streamex-2.1.6
streamex-2.1.5
streamex-2.1.4
streamex-2.1.3
streamex-2.1.2
streamex-2.1.1
2.1
streamex-2.1
2.0.x
streamex-2.0.3
streamex-2.0.2
streamex-2.0.1
streamex-2.0.0
1.0.x
streamex-1.0.1
1.0
streamex-1.0
0.8.x
streamex-0.8.13
streamex-0.8.12
streamex-0.8.11
streamex-0.8.10
streamex-0.8.9
streamex-0.8.8
streamex-0.8.7
streamex-0.8.6
streamex-0.8.5
streamex-0.8.4
streamex-0.8.3
streamex-0.8.2
streamex-0.8.1
0.8
streamex-0.8

How to add a dependency to Maven

Add the following com.landawn : streamex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.landawn</groupId>
    <artifactId>streamex</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.landawn : streamex gradle dependency to your build.gradle file:

implementation 'com.landawn:streamex:2.3.3'

Gradle Kotlin DSL: Add the following com.landawn : streamex gradle kotlin dependency to your build.gradle.kts file:

implementation("com.landawn:streamex:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.landawn : streamex sbt scala dependency to your build.sbt file:

libraryDependencies += "com.landawn" % "streamex" % "2.3.3"

Advertisement

Dependencies from Group

Aug 27, 2023
7 usages
17 stars
Jan 19, 2021
4 usages
16 stars
Aug 18, 2023
3 usages
0 stars
Aug 19, 2023
2 usages
12 stars
Jul 25, 2019
1 usages
77 stars

Discover Dependencies