| Категории |
КатегорииGlassFish Контейнер Application Servers Realm Данные Базы данных |
|---|---|
| Группа | Группаorg.wamblee.glassfish |
| Идентификатор | Идентификаторflexiblejdbcrealm-impl |
| Версия | Версия0.5.2 |
| Тип | Типjar |
<!-- 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"]