MVN

org.sonatype.nexus.plugins.ldap : nexus-ldap-realm-plugin

Maven & Gradle

Jun 28, 2013
8 usages
<dependency>
    <groupId>org.sonatype.nexus.plugins.ldap</groupId>
    <artifactId>nexus-ldap-realm-plugin</artifactId>
    <version>2.5.1-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.nexus.plugins.ldap : nexus-ldap-realm-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1-01
  • Latest Release Candidate: 2.1-RC1

All Versions

Choose a version of org.sonatype.nexus.plugins.ldap : nexus-ldap-realm-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
nexus-ldap-realm-plugin-2.5.1-01
nexus-ldap-realm-plugin-2.5.0-04
nexus-ldap-realm-plugin-2.5.0-03
nexus-ldap-realm-plugin-2.5.0-02
nexus-ldap-realm-plugin-2.5.0-01
2.4.x
nexus-ldap-realm-plugin-2.4.0-09
nexus-ldap-realm-plugin-2.4.0-08
nexus-ldap-realm-plugin-2.4.0-07
nexus-ldap-realm-plugin-2.4.0-06
nexus-ldap-realm-plugin-2.4.0-05
nexus-ldap-realm-plugin-2.4.0-04
nexus-ldap-realm-plugin-2.4.0-03
nexus-ldap-realm-plugin-2.4.0-1
2.3.x
nexus-ldap-realm-plugin-2.3.1-01
nexus-ldap-realm-plugin-2.3.1
nexus-ldap-realm-plugin-2.3.0-04
nexus-ldap-realm-plugin-2.3.0-02
nexus-ldap-realm-plugin-2.3.0-01
nexus-ldap-realm-plugin-2.3.0
2.2.x
nexus-ldap-realm-plugin-2.2.1
2.2
nexus-ldap-realm-plugin-2.2
nexus-ldap-realm-plugin-2.2-01
2.1.x
nexus-ldap-realm-plugin-2.1.2
nexus-ldap-realm-plugin-2.1.1
2.1
nexus-ldap-realm-plugin-2.1
nexus-ldap-realm-plugin-2.1-RC1
2.0.x
nexus-ldap-realm-plugin-2.0.6
nexus-ldap-realm-plugin-2.0.5
nexus-ldap-realm-plugin-2.0.4-1
nexus-ldap-realm-plugin-2.0.4
nexus-ldap-realm-plugin-2.0.3
nexus-ldap-realm-plugin-2.0.2
nexus-ldap-realm-plugin-2.0.1
2.0
nexus-ldap-realm-plugin-2.0
1.9.x
nexus-ldap-realm-plugin-1.9.2.4
nexus-ldap-realm-plugin-1.9.2.3
nexus-ldap-realm-plugin-1.9.2.2
nexus-ldap-realm-plugin-1.9.2.1
nexus-ldap-realm-plugin-1.9.2
nexus-ldap-realm-plugin-1.9.2-RC3
nexus-ldap-realm-plugin-1.9.1.1
nexus-ldap-realm-plugin-1.9.1
nexus-ldap-realm-plugin-1.9.1-RC1
nexus-ldap-realm-plugin-1.9.0.2
nexus-ldap-realm-plugin-1.9.0.1
1.9
nexus-ldap-realm-plugin-1.9
nexus-ldap-realm-plugin-1.9-M1
1.8.x
nexus-ldap-realm-plugin-1.8.0.1
nexus-ldap-realm-plugin-1.8.0
1.7.x
nexus-ldap-realm-plugin-1.7.2
nexus-ldap-realm-plugin-1.7.1
nexus-ldap-realm-plugin-1.7.0
1.6.x
nexus-ldap-realm-plugin-1.6.1.1
nexus-ldap-realm-plugin-1.6.1
nexus-ldap-realm-plugin-1.6.0
1.5.x
nexus-ldap-realm-plugin-1.5.0

How to add a dependency to Maven

Add the following org.sonatype.nexus.plugins.ldap : nexus-ldap-realm-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.nexus.plugins.ldap</groupId>
    <artifactId>nexus-ldap-realm-plugin</artifactId>
    <version>2.5.1-01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.nexus.plugins.ldap : nexus-ldap-realm-plugin gradle dependency to your build.gradle file:

implementation 'org.sonatype.nexus.plugins.ldap:nexus-ldap-realm-plugin:2.5.1-01'

Gradle Kotlin DSL: Add the following org.sonatype.nexus.plugins.ldap : nexus-ldap-realm-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.nexus.plugins.ldap:nexus-ldap-realm-plugin:2.5.1-01")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.nexus.plugins.ldap : nexus-ldap-realm-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.nexus.plugins.ldap" % "nexus-ldap-realm-plugin" % "2.5.1-01"