Download deployment-client-4.0-b90.jar file - Jar d

Jar examples for d:deployment-client

Description

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.

You can download jar file deployment-client 4.0-b90 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

You can use the following script to add deployment-client-4.0-b90.jar to your project.

<dependency>
   <groupId>org.glassfish.main.deployment</groupId>
   <artifactId>deployment-client</artifactId>
   <version>4.0-b90</version>
</dependency>
compile group: 'org.glassfish.main.deployment', name: 'deployment-client', version: '4.0-b90'
libraryDependencies += "org.glassfish.main.deployment" % "deployment-client" % "4.0-b90"
<dependency org="org.glassfish.main.deployment" name="deployment-client" rev="4.0-b90"/>
@Grapes(@Grab(group='org.glassfish.main.deployment', module='deployment-client', version='4.0-b90'))
'org.glassfish.main.deployment:deployment-client:jar:4.0-b90'

Download

Click the following link to download the jar file.

deployment-client-4.0-b90-javadoc.jar
deployment-client-4.0-b90-sources.jar
deployment-client-4.0-b90.jar
deployment-client-4.0-b90.pom



Related Tutorials