Categories |
CategoriesGlassFish Container Application Servers Realm Data Databases |
---|---|
GroupId | GroupIdorg.wamblee.glassfish |
ArtifactId | ArtifactIdflexiblejdbcrealm |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
flexiblejdbcrealm-0.5.4.pom | 10 KB |
flexiblejdbcrealm-0.5.4-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm/ -->
<dependency>
<groupId>org.wamblee.glassfish</groupId>
<artifactId>flexiblejdbcrealm</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm/
implementation 'org.wamblee.glassfish:flexiblejdbcrealm:0.5.4'
// https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm/
implementation ("org.wamblee.glassfish:flexiblejdbcrealm:0.5.4")
'org.wamblee.glassfish:flexiblejdbcrealm:jar:0.5.4'
<dependency org="org.wamblee.glassfish" name="flexiblejdbcrealm" rev="0.5.4">
<artifact name="flexiblejdbcrealm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wamblee.glassfish', module='flexiblejdbcrealm', version='0.5.4')
)
libraryDependencies += "org.wamblee.glassfish" % "flexiblejdbcrealm" % "0.5.4"
[org.wamblee.glassfish/flexiblejdbcrealm "0.5.4"]