License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Realm Data Databases |
GroupId | GroupIdorg.wamblee.glassfish |
ArtifactId | ArtifactIdflexiblejdbcrealm |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description/realm
A JDBC based security realm for Glassfish Application Server
|
Project URL |
Project URL |
Filename | Size |
---|---|
flexiblejdbcrealm-1.3.pom | 10 KB |
flexiblejdbcrealm-1.3-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm/ -->
<dependency>
<groupId>org.wamblee.glassfish</groupId>
<artifactId>flexiblejdbcrealm</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm/
implementation 'org.wamblee.glassfish:flexiblejdbcrealm:1.3'
// https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm/
implementation ("org.wamblee.glassfish:flexiblejdbcrealm:1.3")
'org.wamblee.glassfish:flexiblejdbcrealm:jar:1.3'
<dependency org="org.wamblee.glassfish" name="flexiblejdbcrealm" rev="1.3">
<artifact name="flexiblejdbcrealm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wamblee.glassfish', module='flexiblejdbcrealm', version='1.3')
)
libraryDependencies += "org.wamblee.glassfish" % "flexiblejdbcrealm" % "1.3"
[org.wamblee.glassfish/flexiblejdbcrealm "1.3"]