t

throughput-app-dependencies

Spring Cloud Stream Throughput App Dependencies
Files download
File Operation
throughput-app-dependencies-2.1.4.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.cloud.stream.app</groupId>
  <artifactId>throughput-app-dependencies</artifactId>
  <version>2.1.4.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud.stream.app:throughput-app-dependencies:2.1.4.RELEASE'
Gradle Kotlin
implementation("org.springframework.cloud.stream.app:throughput-app-dependencies:2.1.4.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.cloud.stream.app" % "throughput-app-dependencies" % "2.1.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud.stream.app', module='throughput-app-dependencies', version='2.1.4.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.cloud.stream.app" name="throughput-app-dependencies" rev="2.1.4.RELEASE" />
Leiningen
[org.springframework.cloud.stream.app/throughput-app-dependencies "2.1.4.RELEASE"]
Apache Buildr
'org.springframework.cloud.stream.app:throughput-app-dependencies:jar:2.1.4.RELEASE'