| Категории |
КатегорииGlassFish Контейнер Application Servers Realm Данные Базы данных |
|---|---|
| Группа | Группаorg.wamblee.glassfish |
| Идентификатор | Идентификаторflexiblejdbcrealm-impl |
| Версия | Версия1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| flexiblejdbcrealm-impl-1.1.pom | |
| flexiblejdbcrealm-impl-1.1.jar | 20 KB |
| flexiblejdbcrealm-impl-1.1-tests.jar | 10 KB |
| flexiblejdbcrealm-impl-1.1-sources.jar | 17 KB |
| flexiblejdbcrealm-impl-1.1-javadoc.jar | 79 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm-impl/ -->
<dependency>
<groupId>org.wamblee.glassfish</groupId>
<artifactId>flexiblejdbcrealm-impl</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm-impl/
implementation 'org.wamblee.glassfish:flexiblejdbcrealm-impl:1.1'
// https://jarcasting.com/artifacts/org.wamblee.glassfish/flexiblejdbcrealm-impl/
implementation ("org.wamblee.glassfish:flexiblejdbcrealm-impl:1.1")
'org.wamblee.glassfish:flexiblejdbcrealm-impl:jar:1.1'
<dependency org="org.wamblee.glassfish" name="flexiblejdbcrealm-impl" rev="1.1">
<artifact name="flexiblejdbcrealm-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wamblee.glassfish', module='flexiblejdbcrealm-impl', version='1.1')
)
libraryDependencies += "org.wamblee.glassfish" % "flexiblejdbcrealm-impl" % "1.1"
[org.wamblee.glassfish/flexiblejdbcrealm-impl "1.1"]