MVN

com.expediagroup.streamplatform : stream-registry-spring-boot-starter

Maven & Gradle

Mar 20, 2023
1 usages
111 stars
<dependency>
    <groupId>com.expediagroup.streamplatform</groupId>
    <artifactId>stream-registry-spring-boot-starter</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expediagroup.streamplatform : stream-registry-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.expediagroup.streamplatform : stream-registry-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
stream-registry-spring-boot-starter-1.4.0
1.3.x
stream-registry-spring-boot-starter-1.3.1
stream-registry-spring-boot-starter-1.3.0
1.2.x
stream-registry-spring-boot-starter-1.2.1
1.1.x
stream-registry-spring-boot-starter-1.1.4
stream-registry-spring-boot-starter-1.1.2
stream-registry-spring-boot-starter-1.1.1
stream-registry-spring-boot-starter-1.1.0
1.0.x
stream-registry-spring-boot-starter-1.0.2
stream-registry-spring-boot-starter-1.0.1
stream-registry-spring-boot-starter-1.0.0
0.20.x
stream-registry-spring-boot-starter-0.20.6
stream-registry-spring-boot-starter-0.20.5
stream-registry-spring-boot-starter-0.20.4
stream-registry-spring-boot-starter-0.20.3
stream-registry-spring-boot-starter-0.20.2
stream-registry-spring-boot-starter-0.20.1
stream-registry-spring-boot-starter-0.20.0
0.19.x
stream-registry-spring-boot-starter-0.19.1
stream-registry-spring-boot-starter-0.19.0
0.18.x
stream-registry-spring-boot-starter-0.18.0
0.17.x
stream-registry-spring-boot-starter-0.17.1
stream-registry-spring-boot-starter-0.17.0
0.16.x
stream-registry-spring-boot-starter-0.16.0
0.15.x
stream-registry-spring-boot-starter-0.15.1
stream-registry-spring-boot-starter-0.15.0
0.14.x
stream-registry-spring-boot-starter-0.14.5
stream-registry-spring-boot-starter-0.14.4
stream-registry-spring-boot-starter-0.14.3
stream-registry-spring-boot-starter-0.14.2
stream-registry-spring-boot-starter-0.14.1
stream-registry-spring-boot-starter-0.14.0
0.13.x
stream-registry-spring-boot-starter-0.13.0
0.12.x
stream-registry-spring-boot-starter-0.12.3
stream-registry-spring-boot-starter-0.12.2
stream-registry-spring-boot-starter-0.12.1
stream-registry-spring-boot-starter-0.12.0
0.11.x
stream-registry-spring-boot-starter-0.11.1
stream-registry-spring-boot-starter-0.11.0
0.10.x
stream-registry-spring-boot-starter-0.10.6
stream-registry-spring-boot-starter-0.10.5
stream-registry-spring-boot-starter-0.10.4
stream-registry-spring-boot-starter-0.10.3
stream-registry-spring-boot-starter-0.10.2
stream-registry-spring-boot-starter-0.10.1
stream-registry-spring-boot-starter-0.10.0
0.9.x
stream-registry-spring-boot-starter-0.9.4
stream-registry-spring-boot-starter-0.9.3
stream-registry-spring-boot-starter-0.9.2
stream-registry-spring-boot-starter-0.9.1
stream-registry-spring-boot-starter-0.9.0
0.8.x
stream-registry-spring-boot-starter-0.8.2
stream-registry-spring-boot-starter-0.8.1
stream-registry-spring-boot-starter-0.8.0
0.7.x
stream-registry-spring-boot-starter-0.7.1
stream-registry-spring-boot-starter-0.7.0

How to add a dependency to Maven

Add the following com.expediagroup.streamplatform : stream-registry-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.expediagroup.streamplatform</groupId>
    <artifactId>stream-registry-spring-boot-starter</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.expediagroup.streamplatform : stream-registry-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.expediagroup.streamplatform:stream-registry-spring-boot-starter:1.4.0'

Gradle Kotlin DSL: Add the following com.expediagroup.streamplatform : stream-registry-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.expediagroup.streamplatform:stream-registry-spring-boot-starter:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.expediagroup.streamplatform : stream-registry-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.expediagroup.streamplatform" % "stream-registry-spring-boot-starter" % "1.4.0"

Advertisement