License |
License |
---|---|
Categories |
CategoriesJAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security ASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.logiclander.jaasmine |
ArtifactId | ArtifactIdjaasmine-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjaasmine
The JAASmine library is based in Java and implements functionality
of Java Authentication and Authorization Services (JAAS), and applies
JAAS to common scenarios.
|
Filename | Size |
---|---|
jaasmine-parent-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.logiclander.jaasmine/jaasmine-parent/ -->
<dependency>
<groupId>com.logiclander.jaasmine</groupId>
<artifactId>jaasmine-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.logiclander.jaasmine/jaasmine-parent/
implementation 'com.logiclander.jaasmine:jaasmine-parent:1.0.0'
// https://jarcasting.com/artifacts/com.logiclander.jaasmine/jaasmine-parent/
implementation ("com.logiclander.jaasmine:jaasmine-parent:1.0.0")
'com.logiclander.jaasmine:jaasmine-parent:pom:1.0.0'
<dependency org="com.logiclander.jaasmine" name="jaasmine-parent" rev="1.0.0">
<artifact name="jaasmine-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.logiclander.jaasmine', module='jaasmine-parent', version='1.0.0')
)
libraryDependencies += "com.logiclander.jaasmine" % "jaasmine-parent" % "1.0.0"
[com.logiclander.jaasmine/jaasmine-parent "1.0.0"]