MVN

us.joshuatreesoftware : enmasse

Maven & Gradle

Feb 20, 2014

Fortress- EnMasse · EnMasse is a Web application that provides a RESTful implementation of Fortress' ANSI RBAC INCITS 359 engine.

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

Latest Version

Choose a version of us.joshuatreesoftware : enmasse 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 : enmasse to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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