MVN

com.mx.path-facilities : message-broker-nats

Maven & Gradle

Jun 07, 2023
0 stars

message-broker-nats · MX Path Facilities

<dependency>
    <groupId>com.mx.path-facilities</groupId>
    <artifactId>message-broker-nats</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mx.path-facilities : message-broker-nats to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0
  • Latest Release Candidate: 4.1.0-rc.0
  • Latest Alpha: 3.0.0-alpha.2

All Versions

Choose a version of com.mx.path-facilities : message-broker-nats to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
message-broker-nats-5.0.0
4.1.x
message-broker-nats-4.1.0-rc.0
4.0.x
message-broker-nats-4.0.0
message-broker-nats-4.0.0-rc.3
message-broker-nats-4.0.0-rc.2
message-broker-nats-4.0.0-rc.1
message-broker-nats-4.0.0-rc.0
3.0.x
message-broker-nats-3.0.1
message-broker-nats-3.0.0
message-broker-nats-3.0.0-alpha.2
message-broker-nats-3.0.0-alpha.1
2.0.x
message-broker-nats-2.0.0
1.5.x
message-broker-nats-1.5.2
message-broker-nats-1.5.1
message-broker-nats-1.5.0
1.3.x
message-broker-nats-1.3.2
message-broker-nats-1.3.1

How to add a dependency to Maven

Add the following com.mx.path-facilities : message-broker-nats maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mx.path-facilities</groupId>
    <artifactId>message-broker-nats</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mx.path-facilities : message-broker-nats gradle dependency to your build.gradle file:

implementation 'com.mx.path-facilities:message-broker-nats:5.0.0'

Gradle Kotlin DSL: Add the following com.mx.path-facilities : message-broker-nats gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mx.path-facilities:message-broker-nats:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mx.path-facilities : message-broker-nats sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mx.path-facilities" % "message-broker-nats" % "5.0.0"