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