| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers CLI Взаимодействие с пользователем |
| Группа | Группаde.schlichtherle.glassfish |
| Идентификатор | Идентификаторdeployment-client |
| Последняя версия | Последняя версия4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDeployment Client
This is an endorsed version of the original Deployment Client for
Oracle GlassFish Open Source Edition.
The purpose of the endorsement is to provide a shaded JAR which has the
OSGI meta data removed because it causes the original Deployment Client
to fail when used within a module running within a GlassFish container
due to some class loader configuration conflicts between the container
and the deployed module.
This issue has been reported to the GlassFish project at
https://java.net/jira/browse/GLASSFISH-20856 .
It is hoped that it can get fixed so that this workaround project can
get deprecated soon.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| deployment-client-4.0.pom | |
| deployment-client-4.0.jar | 101 KB |
| deployment-client-4.0-sources.jar | 2 KB |
| deployment-client-4.0-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.schlichtherle.glassfish/deployment-client/ -->
<dependency>
<groupId>de.schlichtherle.glassfish</groupId>
<artifactId>deployment-client</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.glassfish/deployment-client/
implementation 'de.schlichtherle.glassfish:deployment-client:4.0'
// https://jarcasting.com/artifacts/de.schlichtherle.glassfish/deployment-client/
implementation ("de.schlichtherle.glassfish:deployment-client:4.0")
'de.schlichtherle.glassfish:deployment-client:jar:4.0'
<dependency org="de.schlichtherle.glassfish" name="deployment-client" rev="4.0">
<artifact name="deployment-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.glassfish', module='deployment-client', version='4.0')
)
libraryDependencies += "de.schlichtherle.glassfish" % "deployment-client" % "4.0"
[de.schlichtherle.glassfish/deployment-client "4.0"]