MVN

org.dromara.stream-query : stream-core

Maven & Gradle

Aug 09, 2023

Stream Core · Stream Core

<dependency>
    <groupId>org.dromara.stream-query</groupId>
    <artifactId>stream-core</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dromara.stream-query : stream-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1
  • Latest Beta: 1.5.1-alpha.beta
  • Latest Alpha: 2.0.0-alpha+001

All Versions

Choose a version of org.dromara.stream-query : stream-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
stream-core-2.0.0-alpha+001
1.9.x
stream-core-1.9.1
stream-core-1.9.0
1.8.x
stream-core-1.8.0
1.7.x
stream-core-1.7.0-alpha+001
stream-core-1.7.0-alpha
1.6.x
stream-core-1.6.0-alpha
1.5.x
stream-core-1.5.1-alpha.beta
stream-core-1.5.1-alpha
stream-core-1.5.0-alpha
1.4.x
stream-core-1.4.7
stream-core-1.4.6
stream-core-1.4.5

How to add a dependency to Maven

Add the following org.dromara.stream-query : stream-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dromara.stream-query</groupId>
    <artifactId>stream-core</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dromara.stream-query : stream-core gradle dependency to your build.gradle file:

implementation 'org.dromara.stream-query:stream-core:1.9.1'

Gradle Kotlin DSL: Add the following org.dromara.stream-query : stream-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dromara.stream-query:stream-core:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dromara.stream-query : stream-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dromara.stream-query" % "stream-core" % "1.9.1"