is not current version
Last Version 1.0-RC35

us.joshuatreesoftware:enmasse 1.0-RC25

EnMasse is a web application that implements RESTful Web services to interface with Fortress/OpenLDAP. En Masse was built using established Open Source technologies including Apache CXF (web services stack), Spring Framework (glue), Maven (dependencies) and JAXB (data binding layer) and runs inside any reasonably compliant Java Servlets container. En Masse���s service access decisions are made using declarative Java EE and Spring security policy hooks that are wired to connect back to the Fortress RBAC component itself. There is a one-to-one correspondence between a Fortress API and an En Masse service. The Fortress APIs are organized into 'Managers' each implementing a specific area of functionality within the Identity and Access Management lifecycle.

GroupId

GroupId

us.joshuatreesoftware
ArtifactId

ArtifactId

enmasse
Version

Version

1.0-RC25
Type

Type

war

Download enmasse 1.0-RC25


<!-- https://jarcasting.com/artifacts/us.joshuatreesoftware/enmasse/ -->
<dependency>
    <groupId>us.joshuatreesoftware</groupId>
    <artifactId>enmasse</artifactId>
    <version>1.0-RC25</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/us.joshuatreesoftware/enmasse/
implementation 'us.joshuatreesoftware:enmasse:1.0-RC25'
// https://jarcasting.com/artifacts/us.joshuatreesoftware/enmasse/
implementation ("us.joshuatreesoftware:enmasse:1.0-RC25")
'us.joshuatreesoftware:enmasse:war:1.0-RC25'
<dependency org="us.joshuatreesoftware" name="enmasse" rev="1.0-RC25">
  <artifact name="enmasse" type="war" />
</dependency>
@Grapes(
@Grab(group='us.joshuatreesoftware', module='enmasse', version='1.0-RC25')
)
libraryDependencies += "us.joshuatreesoftware" % "enmasse" % "1.0-RC25"
[us.joshuatreesoftware/enmasse "1.0-RC25"]