MVN

com.expediagroup.streamplatform : stream-registry-notifications-support

Maven & Gradle

Jun 24, 2020
1 usages
103 stars
<dependency>
    <groupId>com.expediagroup.streamplatform</groupId>
    <artifactId>stream-registry-notifications-support</artifactId>
    <version>0.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expediagroup.streamplatform : stream-registry-notifications-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.3

All Versions

Choose a version of com.expediagroup.streamplatform : stream-registry-notifications-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
stream-registry-notifications-support-0.12.3
stream-registry-notifications-support-0.12.2
stream-registry-notifications-support-0.12.1
stream-registry-notifications-support-0.12.0
0.11.x
stream-registry-notifications-support-0.11.1
stream-registry-notifications-support-0.11.0
0.10.x
stream-registry-notifications-support-0.10.6
stream-registry-notifications-support-0.10.5
stream-registry-notifications-support-0.10.4
stream-registry-notifications-support-0.10.3
stream-registry-notifications-support-0.10.2
stream-registry-notifications-support-0.10.1
stream-registry-notifications-support-0.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.expediagroup.streamplatform</groupId>
    <artifactId>stream-registry-notifications-support</artifactId>
    <version>0.12.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.expediagroup.streamplatform:stream-registry-notifications-support:0.12.3'

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

implementation("com.expediagroup.streamplatform:stream-registry-notifications-support:0.12.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.expediagroup.streamplatform" % "stream-registry-notifications-support" % "0.12.3"