is not current version
Last Version 1.0-RC39

org.openldap:fortress 1.0-RC38

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

GroupId

GroupId

org.openldap
ArtifactId

ArtifactId

fortress
Version

Version

1.0-RC38
Type

Type

jar

Download fortress 1.0-RC38


<!-- https://jarcasting.com/artifacts/org.openldap/fortress/ -->
<dependency>
    <groupId>org.openldap</groupId>
    <artifactId>fortress</artifactId>
    <version>1.0-RC38</version>
</dependency>
// https://jarcasting.com/artifacts/org.openldap/fortress/
implementation 'org.openldap:fortress:1.0-RC38'
// https://jarcasting.com/artifacts/org.openldap/fortress/
implementation ("org.openldap:fortress:1.0-RC38")
'org.openldap:fortress:jar:1.0-RC38'
<dependency org="org.openldap" name="fortress" rev="1.0-RC38">
  <artifact name="fortress" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openldap', module='fortress', version='1.0-RC38')
)
libraryDependencies += "org.openldap" % "fortress" % "1.0-RC38"
[org.openldap/fortress "1.0-RC38"]