MVN

org.springframework.cloud : spring-cloud-stream-docs

Maven & Gradle

Jul 27, 2023
912 stars

spring-cloud-stream-docs · Spring Cloud Stream Core Documentation

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-stream-docs</artifactId>
    <version>4.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.cloud : spring-cloud-stream-docs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.4

All Versions

Choose a version of org.springframework.cloud : spring-cloud-stream-docs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
spring-cloud-stream-docs-4.0.4
spring-cloud-stream-docs-4.0.3
spring-cloud-stream-docs-4.0.2
spring-cloud-stream-docs-4.0.1
spring-cloud-stream-docs-4.0.0
3.2.x
spring-cloud-stream-docs-3.2.9
spring-cloud-stream-docs-3.2.8
spring-cloud-stream-docs-3.2.7
spring-cloud-stream-docs-3.2.6
spring-cloud-stream-docs-3.2.5
spring-cloud-stream-docs-3.2.4
spring-cloud-stream-docs-3.2.3
spring-cloud-stream-docs-3.2.2
spring-cloud-stream-docs-3.2.1
spring-cloud-stream-docs-3.2.0
3.1.x
spring-cloud-stream-docs-3.1.6
spring-cloud-stream-docs-3.1.5
spring-cloud-stream-docs-3.1.4
spring-cloud-stream-docs-3.1.3
spring-cloud-stream-docs-3.1.2
spring-cloud-stream-docs-3.1.1
spring-cloud-stream-docs-3.1.0
1.0.x
spring-cloud-stream-docs-1.0.3.RELEASE
spring-cloud-stream-docs-1.0.2.RELEASE
spring-cloud-stream-docs-1.0.1.RELEASE
spring-cloud-stream-docs-1.0.0.RELEASE
Elmhurst.SR3
spring-cloud-stream-docs-Elmhurst.SR3
Ditmars.SR5
spring-cloud-stream-docs-Ditmars.SR5
Elmhurst.SR2
spring-cloud-stream-docs-Elmhurst.SR2
Elmhurst.SR1
spring-cloud-stream-docs-Elmhurst.SR1
Ditmars.SR4
spring-cloud-stream-docs-Ditmars.SR4
Elmhurst.RELEASE
spring-cloud-stream-docs-Elmhurst.RELEASE
Ditmars.SR3
spring-cloud-stream-docs-Ditmars.SR3
Ditmars.SR2
spring-cloud-stream-docs-Ditmars.SR2
Ditmars.SR1
spring-cloud-stream-docs-Ditmars.SR1
Ditmars.RELEASE
spring-cloud-stream-docs-Ditmars.RELEASE
Chelsea.SR2
spring-cloud-stream-docs-Chelsea.SR2
Chelsea.SR1
spring-cloud-stream-docs-Chelsea.SR1
Chelsea.RELEASE
spring-cloud-stream-docs-Chelsea.RELEASE
Brooklyn.SR3
spring-cloud-stream-docs-Brooklyn.SR3
Brooklyn.SR2
spring-cloud-stream-docs-Brooklyn.SR2
Brooklyn.SR1
spring-cloud-stream-docs-Brooklyn.SR1
Brooklyn.RELEASE
spring-cloud-stream-docs-Brooklyn.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-stream-docs</artifactId>
    <version>4.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.cloud : spring-cloud-stream-docs gradle dependency to your build.gradle file:

implementation 'org.springframework.cloud:spring-cloud-stream-docs:4.0.4'

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

implementation("org.springframework.cloud:spring-cloud-stream-docs:4.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.cloud : spring-cloud-stream-docs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-docs" % "4.0.4"