MVN

io.streamnative.pulsar : pulsar-broker-auth-oauth2

Maven & Gradle

Dec 21, 2021

StreamNative :: Pulsar Broker Authorization :: OAuth 2.0 · Pulsar Broker authentication and authorization based on the OAuth 2.0 framework

<dependency>
    <groupId>io.streamnative.pulsar</groupId>
    <artifactId>pulsar-broker-auth-oauth2</artifactId>
    <version>2.9.1.0-rc2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.streamnative.pulsar : pulsar-broker-auth-oauth2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.1.0-rc2
  • Latest Release Candidate: 2.9.1.0-rc2

All Versions

Choose a version of io.streamnative.pulsar : pulsar-broker-auth-oauth2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
pulsar-broker-auth-oauth2-2.9.1.0-rc2
2.8.x
pulsar-broker-auth-oauth2-2.8.0.17-rc-5

How to add a dependency to Maven

Add the following io.streamnative.pulsar : pulsar-broker-auth-oauth2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.streamnative.pulsar</groupId>
    <artifactId>pulsar-broker-auth-oauth2</artifactId>
    <version>2.9.1.0-rc2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.streamnative.pulsar : pulsar-broker-auth-oauth2 gradle dependency to your build.gradle file:

implementation 'io.streamnative.pulsar:pulsar-broker-auth-oauth2:2.9.1.0-rc2'

Gradle Kotlin DSL: Add the following io.streamnative.pulsar : pulsar-broker-auth-oauth2 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.streamnative.pulsar:pulsar-broker-auth-oauth2:2.9.1.0-rc2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.streamnative.pulsar : pulsar-broker-auth-oauth2 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.streamnative.pulsar" % "pulsar-broker-auth-oauth2" % "2.9.1.0-rc2"

Advertisement