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