Skip to content

Maven Repository

Endi S. Dewata edited this page Jul 10, 2024 · 3 revisions

Overview

LDAP SDK artifacts are available from this Maven repository: https://github.com/dogtagpki/repo/tree/maven

Warning
This is still under construction.

Repository

To use the repository, add the repository into pom.xml:

<repository>
    <id>dogtagpki</id>
    <url>https://raw.githubusercontent.com/dogtagpki/repo/maven</url>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>

Modules

To use LDAP SDK modules, add the following dependencies as needed:

<dependency>
    <groupId>org.dogtagpki.ldap-sdk</groupId>
    <artifactId>ldapjdk</artifactId>
    <version>5.6.0-SNAPSHOT</version>
</dependency>
Clone this wiki locally