f

fortress

Fortress is a standards-based Identity and Access Management SDK. It communicates LDAPv3 protocol to directory servers or Representational state transfer over the Web.
https://joshuatreesoftware.us
BSD
Shawn McKinney
Files download
File Operation
fortress-1.0-RC20.jar download
fortress-1.0-RC20.pom download
fortress-1.0-RC20-sources.jar download
Apache Maven
<dependency>
  <groupId>us.joshuatreesoftware</groupId>
  <artifactId>fortress</artifactId>
  <version>1.0-RC20</version>
</dependency>
Gradle Groovy
implementation 'us.joshuatreesoftware:fortress:1.0-RC20'
Gradle Kotlin
implementation("us.joshuatreesoftware:fortress:1.0-RC20")
Scala SBT
libraryDependencies += "us.joshuatreesoftware" % "fortress" % "1.0-RC20"
Groovy Grape
@Grapes(
  @Grab(group='us.joshuatreesoftware', module='fortress', version='1.0-RC20')
)
Apache Ivy
<dependency org="us.joshuatreesoftware" name="fortress" rev="1.0-RC20" />
Leiningen
[us.joshuatreesoftware/fortress "1.0-RC20"]
Apache Buildr
'us.joshuatreesoftware:fortress:jar:1.0-RC20'