MVN

com.zmannotes : multiplex-pull

Maven & Gradle

Dec 08, 2019
1 usages
0 stars

multiplex pull · A multiplex implementation that uses pull-stream .

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

Latest Version

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

  • Latest Stable: 2.1.3

All Versions

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

Version Vulnerabilities Updated
2.1.x
multiplex-pull-2.1.3
multiplex-pull-2.1.2
1.0.x
multiplex-pull-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zmannotes</groupId>
    <artifactId>multiplex-pull</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.zmannotes:multiplex-pull:2.1.3'

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

implementation("com.zmannotes:multiplex-pull:2.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.zmannotes" % "multiplex-pull" % "2.1.3"

Advertisement