s

sentry

Java EE Security Plug-in uses Fortress IAM.
https://jts.us
BSD
Shawn McKinney
Files download
File Operation
sentry-1.0-RC27.jar download
sentry-1.0-RC27.pom download
sentry-1.0-RC27-sources.jar download
Apache Maven
<dependency>
  <groupId>us.joshuatreesoftware</groupId>
  <artifactId>sentry</artifactId>
  <version>1.0-RC27</version>
</dependency>
Gradle Groovy
implementation 'us.joshuatreesoftware:sentry:1.0-RC27'
Gradle Kotlin
implementation("us.joshuatreesoftware:sentry:1.0-RC27")
Scala SBT
libraryDependencies += "us.joshuatreesoftware" % "sentry" % "1.0-RC27"
Groovy Grape
@Grapes(
  @Grab(group='us.joshuatreesoftware', module='sentry', version='1.0-RC27')
)
Apache Ivy
<dependency org="us.joshuatreesoftware" name="sentry" rev="1.0-RC27" />
Leiningen
[us.joshuatreesoftware/sentry "1.0-RC27"]
Apache Buildr
'us.joshuatreesoftware:sentry:jar:1.0-RC27'