MVN

de.schlichtherle.glassfish : deployment-client

Maven & Gradle

Oct 21, 2013

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.

<dependency>
    <groupId>de.schlichtherle.glassfish</groupId>
    <artifactId>deployment-client</artifactId>
    <version>4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.schlichtherle.glassfish : deployment-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0

All Versions

Choose a version of de.schlichtherle.glassfish : deployment-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
deployment-client-4.0

How to add a dependency to Maven

Add the following de.schlichtherle.glassfish : deployment-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.schlichtherle.glassfish</groupId>
    <artifactId>deployment-client</artifactId>
    <version>4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.schlichtherle.glassfish : deployment-client gradle dependency to your build.gradle file:

implementation 'de.schlichtherle.glassfish:deployment-client:4.0'

Gradle Kotlin DSL: Add the following de.schlichtherle.glassfish : deployment-client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.schlichtherle.glassfish:deployment-client:4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.schlichtherle.glassfish : deployment-client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.schlichtherle.glassfish" % "deployment-client" % "4.0"