MVN

io.operatr : kpow-streams-agent

Maven & Gradle

May 27, 2022
11 stars

kpow-streams-agent · kPow's Kafka Streams monitoring agent

<dependency>
    <groupId>io.operatr</groupId>
    <artifactId>kpow-streams-agent</artifactId>
    <version>0.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.operatr : kpow-streams-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.11

All Versions

Choose a version of io.operatr : kpow-streams-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
kpow-streams-agent-0.2.11
kpow-streams-agent-0.2.10
kpow-streams-agent-0.2.9
kpow-streams-agent-0.2.8
kpow-streams-agent-0.2.7
kpow-streams-agent-0.2.6
kpow-streams-agent-0.2.5
kpow-streams-agent-0.2.4
kpow-streams-agent-0.2.3

How to add a dependency to Maven

Add the following io.operatr : kpow-streams-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.operatr</groupId>
    <artifactId>kpow-streams-agent</artifactId>
    <version>0.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.operatr : kpow-streams-agent gradle dependency to your build.gradle file:

implementation 'io.operatr:kpow-streams-agent:0.2.11'

Gradle Kotlin DSL: Add the following io.operatr : kpow-streams-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("io.operatr:kpow-streams-agent:0.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.operatr : kpow-streams-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "io.operatr" % "kpow-streams-agent" % "0.2.11"

Advertisement