MVN

com.mtvi.plateng.hudson : ldapemail

Maven & Gradle

May 20, 2010

LDAP Email Plugin · Hudson plugin that resolves email addresses through LDAP lookups.

<dependency>
    <groupId>com.mtvi.plateng.hudson</groupId>
    <artifactId>ldapemail</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mtvi.plateng.hudson : ldapemail to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of com.mtvi.plateng.hudson : ldapemail to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
ldapemail-0.6
0.5
ldapemail-0.5
0.4
ldapemail-0.4
0.3
ldapemail-0.3
0.2
ldapemail-0.2
0.1
ldapemail-0.1

How to add a dependency to Maven

Add the following com.mtvi.plateng.hudson : ldapemail maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mtvi.plateng.hudson</groupId>
    <artifactId>ldapemail</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mtvi.plateng.hudson : ldapemail gradle dependency to your build.gradle file:

implementation 'com.mtvi.plateng.hudson:ldapemail:0.6'

Gradle Kotlin DSL: Add the following com.mtvi.plateng.hudson : ldapemail gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mtvi.plateng.hudson:ldapemail:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mtvi.plateng.hudson : ldapemail sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mtvi.plateng.hudson" % "ldapemail" % "0.6"