MVN

org.openldap : fortress

Maven & Gradle

Aug 10, 2014
3 usages

Fortress Core · Fortress is a standards-based Identity and Access Management SDK that implements ANSI RBAC INCITS 359.

<dependency>
    <groupId>org.openldap</groupId>
    <artifactId>fortress</artifactId>
    <version>1.0-RC39</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openldap : fortress to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-RC39
  • Latest Release Candidate: 1.0-RC39

All Versions

Choose a version of org.openldap : fortress to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
fortress-1.0-RC39
fortress-1.0-RC38
fortress-1.0-RC37
fortress-1.0-RC36

How to add a dependency to Maven

Add the following org.openldap : fortress maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openldap</groupId>
    <artifactId>fortress</artifactId>
    <version>1.0-RC39</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openldap : fortress gradle dependency to your build.gradle file:

implementation 'org.openldap:fortress:1.0-RC39'

Gradle Kotlin DSL: Add the following org.openldap : fortress gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openldap:fortress:1.0-RC39")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openldap : fortress sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openldap" % "fortress" % "1.0-RC39"