MVN

com.zmannotes.stream : pull-stream

Maven & Gradle

Dec 09, 2019
5 usages
0 stars

java pull-stream · Pull-stream implementation in java.

<dependency>
    <groupId>com.zmannotes.stream</groupId>
    <artifactId>pull-stream</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zmannotes.stream : pull-stream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.5

All Versions

Choose a version of com.zmannotes.stream : pull-stream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
pull-stream-2.1.5
pull-stream-2.1.3
pull-stream-2.1.2
pull-stream-2.1.1
pull-stream-2.1.0
2.0.x
pull-stream-2.0.0
1.0.x
pull-stream-1.0.0
0.0.x
pull-stream-0.0.13
pull-stream-0.0.12
pull-stream-0.0.11
pull-stream-0.0.9
pull-stream-0.0.8
pull-stream-0.0.7
pull-stream-0.0.6
pull-stream-0.0.5
pull-stream-0.0.4

How to add a dependency to Maven

Add the following com.zmannotes.stream : pull-stream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zmannotes.stream</groupId>
    <artifactId>pull-stream</artifactId>
    <version>2.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zmannotes.stream : pull-stream gradle dependency to your build.gradle file:

implementation 'com.zmannotes.stream:pull-stream:2.1.5'

Gradle Kotlin DSL: Add the following com.zmannotes.stream : pull-stream gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zmannotes.stream:pull-stream:2.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zmannotes.stream : pull-stream sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zmannotes.stream" % "pull-stream" % "2.1.5"

Advertisement