MVN

org.apache.pulsar : pulsar-discovery-service

Maven & Gradle

2 usages

Pulsar Discovery Service WAR

<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>pulsar-discovery-service</artifactId>
    <version>2.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.pulsar : pulsar-discovery-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.5
  • Latest Release Candidate: 2.0.0-rc1-incubating

All Versions

Choose a version of org.apache.pulsar : pulsar-discovery-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
pulsar-discovery-service-2.8.4
pulsar-discovery-service-2.8.3
pulsar-discovery-service-2.8.2
pulsar-discovery-service-2.8.1
pulsar-discovery-service-2.8.0
2.7.x
pulsar-discovery-service-2.7.5
pulsar-discovery-service-2.7.4
pulsar-discovery-service-2.7.3
pulsar-discovery-service-2.7.2
pulsar-discovery-service-2.7.1
pulsar-discovery-service-2.7.0
2.6.x
pulsar-discovery-service-2.6.4
pulsar-discovery-service-2.6.3
pulsar-discovery-service-2.6.2
pulsar-discovery-service-2.6.1
pulsar-discovery-service-2.6.0
2.5.x
pulsar-discovery-service-2.5.2
pulsar-discovery-service-2.5.1
pulsar-discovery-service-2.5.0
2.4.x
pulsar-discovery-service-2.4.2
pulsar-discovery-service-2.4.1
pulsar-discovery-service-2.4.0
2.3.x
pulsar-discovery-service-2.3.2
pulsar-discovery-service-2.3.1
pulsar-discovery-service-2.3.0
2.2.x
pulsar-discovery-service-2.2.1
pulsar-discovery-service-2.2.0
2.1.x
pulsar-discovery-service-2.1.1-incubating
pulsar-discovery-service-2.1.0-incubating
2.0.x
pulsar-discovery-service-2.0.1-incubating
pulsar-discovery-service-2.0.0-rc1-incubating
1.22.x
pulsar-discovery-service-1.22.1-incubating
pulsar-discovery-service-1.22.0-incubating
1.21.x
pulsar-discovery-service-1.21.0-incubating
1.20.x
pulsar-discovery-service-1.20.0-incubating
1.19.x
pulsar-discovery-service-1.19.0-incubating

How to add a dependency to Maven

Add the following org.apache.pulsar : pulsar-discovery-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>pulsar-discovery-service</artifactId>
    <version>2.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.pulsar : pulsar-discovery-service gradle dependency to your build.gradle file:

implementation 'org.apache.pulsar:pulsar-discovery-service:2.7.5'

Gradle Kotlin DSL: Add the following org.apache.pulsar : pulsar-discovery-service gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.pulsar:pulsar-discovery-service:2.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.pulsar : pulsar-discovery-service sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.pulsar" % "pulsar-discovery-service" % "2.7.5"

Advertisement