MVN

org.finos.legend.depot : legend-depot-store-notifications-queue

Maven & Gradle

Aug 22, 2023

Legend Depot - Store - Notifications - Queue

<dependency>
    <groupId>org.finos.legend.depot</groupId>
    <artifactId>legend-depot-store-notifications-queue</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.legend.depot : legend-depot-store-notifications-queue to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of org.finos.legend.depot : legend-depot-store-notifications-queue to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
legend-depot-store-notifications-queue-2.1.0
2.0.x
legend-depot-store-notifications-queue-2.0.4
legend-depot-store-notifications-queue-2.0.3
legend-depot-store-notifications-queue-2.0.2
legend-depot-store-notifications-queue-2.0.1
legend-depot-store-notifications-queue-2.0.0
1.25.x
legend-depot-store-notifications-queue-1.25.0
1.24.x
legend-depot-store-notifications-queue-1.24.1
legend-depot-store-notifications-queue-1.24.0
1.23.x
legend-depot-store-notifications-queue-1.23.0
1.22.x
legend-depot-store-notifications-queue-1.22.6
legend-depot-store-notifications-queue-1.22.4
legend-depot-store-notifications-queue-1.22.0
1.21.x
legend-depot-store-notifications-queue-1.21.5
legend-depot-store-notifications-queue-1.21.4
legend-depot-store-notifications-queue-1.21.3
legend-depot-store-notifications-queue-1.21.2
legend-depot-store-notifications-queue-1.21.1
legend-depot-store-notifications-queue-1.21.0
1.20.x
legend-depot-store-notifications-queue-1.20.2
legend-depot-store-notifications-queue-1.20.1
legend-depot-store-notifications-queue-1.20.0
1.19.x
legend-depot-store-notifications-queue-1.19.3
legend-depot-store-notifications-queue-1.19.2
legend-depot-store-notifications-queue-1.19.1
legend-depot-store-notifications-queue-1.19.0
1.18.x
legend-depot-store-notifications-queue-1.18.2
legend-depot-store-notifications-queue-1.18.1
legend-depot-store-notifications-queue-1.18.0
1.17.x
legend-depot-store-notifications-queue-1.17.1
legend-depot-store-notifications-queue-1.17.0
1.16.x
legend-depot-store-notifications-queue-1.16.8
legend-depot-store-notifications-queue-1.16.7
legend-depot-store-notifications-queue-1.16.6
legend-depot-store-notifications-queue-1.16.4
legend-depot-store-notifications-queue-1.16.3
legend-depot-store-notifications-queue-1.16.2
legend-depot-store-notifications-queue-1.16.1
legend-depot-store-notifications-queue-1.16.0
1.15.x
legend-depot-store-notifications-queue-1.15.2
legend-depot-store-notifications-queue-1.15.1
legend-depot-store-notifications-queue-1.15.0
1.14.x
legend-depot-store-notifications-queue-1.14.1
legend-depot-store-notifications-queue-1.14.0

How to add a dependency to Maven

Add the following org.finos.legend.depot : legend-depot-store-notifications-queue maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.legend.depot</groupId>
    <artifactId>legend-depot-store-notifications-queue</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.legend.depot : legend-depot-store-notifications-queue gradle dependency to your build.gradle file:

implementation 'org.finos.legend.depot:legend-depot-store-notifications-queue:2.1.0'

Gradle Kotlin DSL: Add the following org.finos.legend.depot : legend-depot-store-notifications-queue gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.legend.depot:legend-depot-store-notifications-queue:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.legend.depot : legend-depot-store-notifications-queue sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.legend.depot" % "legend-depot-store-notifications-queue" % "2.1.0"