MVN

nl.psek.fitnesse : psek-fitnesse-fixtures-ldap

Maven & Gradle

Jan 20, 2022
<dependency>
    <groupId>nl.psek.fitnesse</groupId>
    <artifactId>psek-fitnesse-fixtures-ldap</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.psek.fitnesse : psek-fitnesse-fixtures-ldap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0
  • Latest Release Candidate: 2.2.1-RC1

All Versions

Choose a version of nl.psek.fitnesse : psek-fitnesse-fixtures-ldap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
psek-fitnesse-fixtures-ldap-2.5.0
2.3.x
psek-fitnesse-fixtures-ldap-2.3.0
2.2.x
psek-fitnesse-fixtures-ldap-2.2.1-RC1
2.1.x
psek-fitnesse-fixtures-ldap-2.1.0
2.0.x
psek-fitnesse-fixtures-ldap-2.0.3
psek-fitnesse-fixtures-ldap-2.0.2
psek-fitnesse-fixtures-ldap-2.0.1
psek-fitnesse-fixtures-ldap-2.0.0
1.2.x
psek-fitnesse-fixtures-ldap-1.2.2-rc1
psek-fitnesse-fixtures-ldap-1.2.1
psek-fitnesse-fixtures-ldap-1.2.1-rc6
psek-fitnesse-fixtures-ldap-1.2.1-rc5
psek-fitnesse-fixtures-ldap-1.2.1-RC4
psek-fitnesse-fixtures-ldap-1.2.1-rc3
psek-fitnesse-fixtures-ldap-1.2.1-rc2
psek-fitnesse-fixtures-ldap-1.2.1-rc1
psek-fitnesse-fixtures-ldap-1.2.0
1.1.x
psek-fitnesse-fixtures-ldap-1.1.11
psek-fitnesse-fixtures-ldap-1.1.10
psek-fitnesse-fixtures-ldap-1.1.9
psek-fitnesse-fixtures-ldap-1.1.8
psek-fitnesse-fixtures-ldap-1.1.7

How to add a dependency to Maven

Add the following nl.psek.fitnesse : psek-fitnesse-fixtures-ldap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.psek.fitnesse</groupId>
    <artifactId>psek-fitnesse-fixtures-ldap</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.psek.fitnesse : psek-fitnesse-fixtures-ldap gradle dependency to your build.gradle file:

implementation 'nl.psek.fitnesse:psek-fitnesse-fixtures-ldap:2.5.0'

Gradle Kotlin DSL: Add the following nl.psek.fitnesse : psek-fitnesse-fixtures-ldap gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.psek.fitnesse:psek-fitnesse-fixtures-ldap:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.psek.fitnesse : psek-fitnesse-fixtures-ldap sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.psek.fitnesse" % "psek-fitnesse-fixtures-ldap" % "2.5.0"

Advertisement