MVN

org.beiter.michael.authn.jaas : loginmodules

Maven & Gradle

Sep 07, 2015
0 stars

loginmodules · This module is part of a JAAS library, provoding login modules (JAAS modules). This partiuclar Maven module is a container for JAAS module implementations. Some of the provided default implementations may not intended for production, and may have to be adjusted to meet deployment specific requirements.

<dependency>
    <groupId>org.beiter.michael.authn.jaas</groupId>
    <artifactId>loginmodules</artifactId>
    <version>password</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beiter.michael.authn.jaas : loginmodules to add to Maven - Latest Versions:

  • Latest Stable: password

All Versions

Choose a version of org.beiter.michael.authn.jaas : loginmodules to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
loginmodules-2.0
password
loginmodules-password

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.beiter.michael.authn.jaas</groupId>
    <artifactId>loginmodules</artifactId>
    <version>password</version>
</dependency>

Advertisement