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