MVN

co.macrometa.c8streams.handlers : kop

Maven & Gradle

Jan 18, 2022
0 stars

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

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

Latest Version

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

  • Latest Stable: 2.8.1.6

All Versions

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

Version Vulnerabilities Updated
2.8.x
kop-2.8.1.6
kop-2.8.1.5
kop-2.8.1.4
kop-2.8.1.3
kop-2.8.1.2
kop-2.8.1.1
kop-2.8.1.0
2.7.x
kop-2.7.1.6
kop-2.7.1.5
kop-2.7.1.3
kop-2.7.1.2
kop-2.7.1.1
kop-2.7.1.0
kop-2.7.0.9
kop-2.7.0.8
kop-2.7.0.7
kop-2.7.0.1
2.6.x
kop-2.6.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>co.macrometa.c8streams.handlers</groupId>
    <artifactId>kop</artifactId>
    <version>2.8.1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.macrometa.c8streams.handlers:kop:2.8.1.6'

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

implementation("co.macrometa.c8streams.handlers:kop:2.8.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.macrometa.c8streams.handlers" % "kop" % "2.8.1.6"

Advertisement