MVN

io.streamnative.pulsar.handlers : oauth-client-shaded-test

Maven & Gradle

Aug 25, 2023
<dependency>
    <groupId>io.streamnative.pulsar.handlers</groupId>
    <artifactId>oauth-client-shaded-test</artifactId>
    <version>2.11.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.streamnative.pulsar.handlers : oauth-client-shaded-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.2.4

All Versions

Choose a version of io.streamnative.pulsar.handlers : oauth-client-shaded-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
oauth-client-shaded-test-3.1.0.1
3.0.x
oauth-client-shaded-test-3.0.1.1
2.11.x
oauth-client-shaded-test-2.11.2.4
oauth-client-shaded-test-2.11.2.3
2.10.x
oauth-client-shaded-test-2.10.5.1

How to add a dependency to Maven

Add the following io.streamnative.pulsar.handlers : oauth-client-shaded-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.streamnative.pulsar.handlers</groupId>
    <artifactId>oauth-client-shaded-test</artifactId>
    <version>2.11.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.streamnative.pulsar.handlers : oauth-client-shaded-test gradle dependency to your build.gradle file:

implementation 'io.streamnative.pulsar.handlers:oauth-client-shaded-test:2.11.2.4'

Gradle Kotlin DSL: Add the following io.streamnative.pulsar.handlers : oauth-client-shaded-test gradle kotlin dependency to your build.gradle.kts file:

implementation("io.streamnative.pulsar.handlers:oauth-client-shaded-test:2.11.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.streamnative.pulsar.handlers : oauth-client-shaded-test sbt scala dependency to your build.sbt file:

libraryDependencies += "io.streamnative.pulsar.handlers" % "oauth-client-shaded-test" % "2.11.2.4"