MVN

org.apache.cxf.systests : cxf-systests-ldap

Maven & Gradle

Jun 06, 2023

Apache CXF LDAP Integration System Tests · Apache CXF LDAP Integration System Tests

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-systests-ldap</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf.systests : cxf-systests-ldap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of org.apache.cxf.systests : cxf-systests-ldap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cxf-systests-ldap-4.0.2
cxf-systests-ldap-4.0.1
cxf-systests-ldap-4.0.0
3.6.x
cxf-systests-ldap-3.6.1
cxf-systests-ldap-3.6.0
3.5.x
cxf-systests-ldap-3.5.6
cxf-systests-ldap-3.5.5
cxf-systests-ldap-3.5.4
cxf-systests-ldap-3.5.3
cxf-systests-ldap-3.5.2
cxf-systests-ldap-3.5.1
cxf-systests-ldap-3.5.0
3.4.x
cxf-systests-ldap-3.4.10
cxf-systests-ldap-3.4.9
cxf-systests-ldap-3.4.8
cxf-systests-ldap-3.4.7
cxf-systests-ldap-3.4.6
cxf-systests-ldap-3.4.5
cxf-systests-ldap-3.4.4
cxf-systests-ldap-3.4.3
cxf-systests-ldap-3.4.2
cxf-systests-ldap-3.4.1
cxf-systests-ldap-3.4.0
3.3.x
cxf-systests-ldap-3.3.13
cxf-systests-ldap-3.3.12
cxf-systests-ldap-3.3.11
cxf-systests-ldap-3.3.10
cxf-systests-ldap-3.3.9
cxf-systests-ldap-3.3.8
cxf-systests-ldap-3.3.7
cxf-systests-ldap-3.3.6
cxf-systests-ldap-3.3.5
cxf-systests-ldap-3.3.4
cxf-systests-ldap-3.3.3
cxf-systests-ldap-3.3.2
cxf-systests-ldap-3.3.1
cxf-systests-ldap-3.3.0
3.2.x
cxf-systests-ldap-3.2.14
cxf-systests-ldap-3.2.13
cxf-systests-ldap-3.2.12
cxf-systests-ldap-3.2.11
cxf-systests-ldap-3.2.10
cxf-systests-ldap-3.2.9
cxf-systests-ldap-3.2.8
cxf-systests-ldap-3.2.7
cxf-systests-ldap-3.2.6
cxf-systests-ldap-3.2.5

How to add a dependency to Maven

Add the following org.apache.cxf.systests : cxf-systests-ldap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-systests-ldap</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cxf.systests : cxf-systests-ldap gradle dependency to your build.gradle file:

implementation 'org.apache.cxf.systests:cxf-systests-ldap:4.0.2'

Gradle Kotlin DSL: Add the following org.apache.cxf.systests : cxf-systests-ldap gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.cxf.systests:cxf-systests-ldap:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cxf.systests : cxf-systests-ldap sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-ldap" % "4.0.2"