MVN

com.github.vincentrussell : nexus3-x509-dn-security-plugin

Maven & Gradle

Apr 02, 2018
0 stars

nexus3-x509-dn-security-plugin · Nexus 3 plugin for getting auth to work with x509 and a config file that defines roles

<dependency>
    <groupId>com.github.vincentrussell</groupId>
    <artifactId>nexus3-x509-dn-security-plugin</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vincentrussell : nexus3-x509-dn-security-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.vincentrussell : nexus3-x509-dn-security-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
nexus3-x509-dn-security-plugin-1.1
1.0
nexus3-x509-dn-security-plugin-1.0

How to add a dependency to Maven

Add the following com.github.vincentrussell : nexus3-x509-dn-security-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vincentrussell</groupId>
    <artifactId>nexus3-x509-dn-security-plugin</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vincentrussell : nexus3-x509-dn-security-plugin gradle dependency to your build.gradle file:

implementation 'com.github.vincentrussell:nexus3-x509-dn-security-plugin:1.1'

Gradle Kotlin DSL: Add the following com.github.vincentrussell : nexus3-x509-dn-security-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vincentrussell:nexus3-x509-dn-security-plugin:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vincentrussell : nexus3-x509-dn-security-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vincentrussell" % "nexus3-x509-dn-security-plugin" % "1.1"