MVN

us.joshuatreesoftware : sentry

Maven & Gradle

Feb 20, 2014

Fortress Sentry · Sentry is an ANSI RBAC INCITS 359 compliant policy enforcement engine.

<dependency>
    <groupId>us.joshuatreesoftware</groupId>
    <artifactId>sentry</artifactId>
    <version>1.0-RC35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.joshuatreesoftware : sentry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-RC35
  • Latest Release Candidate: 1.0-RC35

All Versions

Choose a version of us.joshuatreesoftware : sentry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
sentry-1.0-RC35
sentry-1.0-RC34
sentry-1.0-RC33
sentry-1.0-RC32
sentry-1.0-RC31
sentry-1.0-RC30
sentry-1.0-RC29
sentry-1.0-RC27
sentry-1.0-RC26
sentry-1.0-RC25
sentry-1.0-RC24
sentry-1.0-RC23
sentry-1.0-RC22
sentry-1.0-RC21
sentry-1.0-RC20
sentry-1.0-RC19
sentry-1.0-RC18

How to add a dependency to Maven

Add the following us.joshuatreesoftware : sentry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.joshuatreesoftware</groupId>
    <artifactId>sentry</artifactId>
    <version>1.0-RC35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.joshuatreesoftware : sentry gradle dependency to your build.gradle file:

implementation 'us.joshuatreesoftware:sentry:1.0-RC35'

Gradle Kotlin DSL: Add the following us.joshuatreesoftware : sentry gradle kotlin dependency to your build.gradle.kts file:

implementation("us.joshuatreesoftware:sentry:1.0-RC35")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.joshuatreesoftware : sentry sbt scala dependency to your build.sbt file:

libraryDependencies += "us.joshuatreesoftware" % "sentry" % "1.0-RC35"

Advertisement