MVN

io.github.shanqiang-sq : jstream

Maven & Gradle

Nov 10, 2022
3 stars
<dependency>
    <groupId>io.github.shanqiang-sq</groupId>
    <artifactId>jstream</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shanqiang-sq : jstream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of io.github.shanqiang-sq : jstream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jstream-2.0.6
jstream-2.0.5
jstream-2.0.4
jstream-2.0.3
jstream-2.0.2
jstream-2.0.1
jstream-2.0.0
1.0.x
jstream-1.0.36
jstream-1.0.35
jstream-1.0.34
jstream-1.0.33
jstream-1.0.32
jstream-1.0.31
jstream-1.0.30
jstream-1.0.29
jstream-1.0.28
jstream-1.0.27
jstream-1.0.26
jstream-1.0.25
jstream-1.0.24
jstream-1.0.23
jstream-1.0.22
jstream-1.0.20
jstream-1.0.18
jstream-1.0.17
jstream-1.0.16
jstream-1.0.15
jstream-1.0.14
jstream-1.0.11
jstream-1.0.10
jstream-1.0.9
jstream-1.0.8
jstream-1.0.2

How to add a dependency to Maven

Add the following io.github.shanqiang-sq : jstream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shanqiang-sq</groupId>
    <artifactId>jstream</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shanqiang-sq : jstream gradle dependency to your build.gradle file:

implementation 'io.github.shanqiang-sq:jstream:2.0.6'

Gradle Kotlin DSL: Add the following io.github.shanqiang-sq : jstream gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shanqiang-sq:jstream:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shanqiang-sq : jstream sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shanqiang-sq" % "jstream" % "2.0.6"