MVN

org.springframework.cloud.stream.app : throughput-sink

Maven & Gradle

Jun 01, 2022
3 usages

throughput-sink · throughput sink apps

<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>throughput-sink</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.cloud.stream.app : throughput-sink to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of org.springframework.cloud.stream.app : throughput-sink to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
throughput-sink-3.2.1
throughput-sink-3.2.0
3.1.x
throughput-sink-3.1.1
throughput-sink-3.1.0
3.0.x
throughput-sink-3.0.2
throughput-sink-3.0.1
throughput-sink-3.0.0

How to add a dependency to Maven

Add the following org.springframework.cloud.stream.app : throughput-sink maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>throughput-sink</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.cloud.stream.app : throughput-sink gradle dependency to your build.gradle file:

implementation 'org.springframework.cloud.stream.app:throughput-sink:3.2.1'

Gradle Kotlin DSL: Add the following org.springframework.cloud.stream.app : throughput-sink gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.cloud.stream.app:throughput-sink:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.cloud.stream.app : throughput-sink sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.cloud.stream.app" % "throughput-sink" % "3.2.1"