s

sentry

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