is not current version
Last Version 2.0

org.beiter.michael.authn.jaas:jaas-parent 1.0

The JAAS library provides common methods for creating JDBC JAAS modules, and a sample implementation of a JDBC JAAS module.

Categories

Categories

JAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security
GroupId

GroupId

org.beiter.michael.authn.jaas
ArtifactId

ArtifactId

jaas-parent
Version

Version

1.0
Type

Type

pom

Download jaas-parent 1.0

Filename Size
jaas-parent-1.0.pom 39 KB
Browse

<!-- https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas/jaas-parent/ -->
<dependency>
    <groupId>org.beiter.michael.authn.jaas</groupId>
    <artifactId>jaas-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas/jaas-parent/
implementation 'org.beiter.michael.authn.jaas:jaas-parent:1.0'
// https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas/jaas-parent/
implementation ("org.beiter.michael.authn.jaas:jaas-parent:1.0")
'org.beiter.michael.authn.jaas:jaas-parent:pom:1.0'
<dependency org="org.beiter.michael.authn.jaas" name="jaas-parent" rev="1.0">
  <artifact name="jaas-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beiter.michael.authn.jaas', module='jaas-parent', version='1.0')
)
libraryDependencies += "org.beiter.michael.authn.jaas" % "jaas-parent" % "1.0"
[org.beiter.michael.authn.jaas/jaas-parent "1.0"]