MVN

org.sonatype.nexus : nexus-distributed-event-service-api

Maven & Gradle

Aug 09, 2023
4 usages
1.4k stars

org.sonatype.nexus:nexus-distributed-event-service-api

<dependency>
    <groupId>org.sonatype.nexus</groupId>
    <artifactId>nexus-distributed-event-service-api</artifactId>
    <version>3.59.0-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.nexus : nexus-distributed-event-service-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.59.0-01

All Versions

Choose a version of org.sonatype.nexus : nexus-distributed-event-service-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.59.x
nexus-distributed-event-service-api-3.59.0-01
3.58.x
nexus-distributed-event-service-api-3.58.1-02
nexus-distributed-event-service-api-3.58.1-01
nexus-distributed-event-service-api-3.58.0-01
3.57.x
nexus-distributed-event-service-api-3.57.1-03
nexus-distributed-event-service-api-3.57.1-02
nexus-distributed-event-service-api-3.57.0-01
3.56.x
nexus-distributed-event-service-api-3.56.0-01
3.55.x
nexus-distributed-event-service-api-3.55.0-01
3.54.x
nexus-distributed-event-service-api-3.54.1-01
nexus-distributed-event-service-api-3.54.0-01
3.53.x
nexus-distributed-event-service-api-3.53.1-02
nexus-distributed-event-service-api-3.53.0-01
3.52.x
nexus-distributed-event-service-api-3.52.0-01
3.51.x
nexus-distributed-event-service-api-3.51.0-01
3.50.x
nexus-distributed-event-service-api-3.50.0-01
3.49.x
nexus-distributed-event-service-api-3.49.0-02
3.48.x
nexus-distributed-event-service-api-3.48.0-01
3.47.x
nexus-distributed-event-service-api-3.47.1-01
nexus-distributed-event-service-api-3.47.0-01
3.46.x
nexus-distributed-event-service-api-3.46.0-01
3.45.x
nexus-distributed-event-service-api-3.45.1-01
nexus-distributed-event-service-api-3.45.0-01
3.44.x
nexus-distributed-event-service-api-3.44.0-01
3.43.x
nexus-distributed-event-service-api-3.43.0-01
3.42.x
nexus-distributed-event-service-api-3.42.0-01
3.41.x
nexus-distributed-event-service-api-3.41.1-01
nexus-distributed-event-service-api-3.41.0-01
3.40.x
nexus-distributed-event-service-api-3.40.1-01
nexus-distributed-event-service-api-3.40.0-03
3.39.x
nexus-distributed-event-service-api-3.39.0-01
3.38.x
nexus-distributed-event-service-api-3.38.1-01
nexus-distributed-event-service-api-3.38.0-01

How to add a dependency to Maven

Add the following org.sonatype.nexus : nexus-distributed-event-service-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.nexus</groupId>
    <artifactId>nexus-distributed-event-service-api</artifactId>
    <version>3.59.0-01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.nexus : nexus-distributed-event-service-api gradle dependency to your build.gradle file:

implementation 'org.sonatype.nexus:nexus-distributed-event-service-api:3.59.0-01'

Gradle Kotlin DSL: Add the following org.sonatype.nexus : nexus-distributed-event-service-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.nexus:nexus-distributed-event-service-api:3.59.0-01")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.nexus : nexus-distributed-event-service-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.nexus" % "nexus-distributed-event-service-api" % "3.59.0-01"