f

fortress

Fortress is a standards-based Identity and Access Management SDK.
http://jts.us
BSD
Shawn McKinney
文件下载
文件名 操作
fortress-1.0-RC25.jar 下载
fortress-1.0-RC25.pom 下载
fortress-1.0-RC25-sources.jar 下载
Apache Maven
<dependency>
  <groupId>us.joshuatreesoftware</groupId>
  <artifactId>fortress</artifactId>
  <version>1.0-RC25</version>
</dependency>
Gradle Groovy
implementation 'us.joshuatreesoftware:fortress:1.0-RC25'
Gradle Kotlin
implementation("us.joshuatreesoftware:fortress:1.0-RC25")
Scala SBT
libraryDependencies += "us.joshuatreesoftware" % "fortress" % "1.0-RC25"
Groovy Grape
@Grapes(
  @Grab(group='us.joshuatreesoftware', module='fortress', version='1.0-RC25')
)
Apache Ivy
<dependency org="us.joshuatreesoftware" name="fortress" rev="1.0-RC25" />
Leiningen
[us.joshuatreesoftware/fortress "1.0-RC25"]
Apache Buildr
'us.joshuatreesoftware:fortress:jar:1.0-RC25'