MVN

co.macrometa.c8streams.handlers : mop

Maven & Gradle

Mar 22, 2021
2 stars

Macrometa :: Pulsar Protocol Handler :: MQTT · MQTT on Pulsar implemented using Pulsar Protocol Handler

<dependency>
    <groupId>co.macrometa.c8streams.handlers</groupId>
    <artifactId>mop</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.macrometa.c8streams.handlers : mop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of co.macrometa.c8streams.handlers : mop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
mop-0.3.1
mop-0.3.0
0.2.x
mop-0.2.0

How to add a dependency to Maven

Add the following co.macrometa.c8streams.handlers : mop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.macrometa.c8streams.handlers</groupId>
    <artifactId>mop</artifactId>
    <version>0.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.macrometa.c8streams.handlers : mop gradle dependency to your build.gradle file:

implementation 'co.macrometa.c8streams.handlers:mop:0.3.1'

Gradle Kotlin DSL: Add the following co.macrometa.c8streams.handlers : mop gradle kotlin dependency to your build.gradle.kts file:

implementation("co.macrometa.c8streams.handlers:mop:0.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.macrometa.c8streams.handlers : mop sbt scala dependency to your build.sbt file:

libraryDependencies += "co.macrometa.c8streams.handlers" % "mop" % "0.3.1"

Advertisement