Download geronimo-deploy-jsr88-3.0.1.jar file - Jar g

Jar examples for g:geronimo-deploy-jsr88

Description

The deployment module contains basic infrastructure and base classes for module builders/deployer. The deploy-config module contains basic infrastructure and base classes for JSR-88 DConfigBeans. The deploy-tool module contains a command-line deployment tool. This module contains the master JSR-88 plugin used by third-party configuration and deployment tools.

You can download jar file geronimo-deploy-jsr88 3.0.1 in this page.

License

Apache License

Build File

You can use the following script to add geronimo-deploy-jsr88-3.0.1.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.framework</groupId>
   <artifactId>geronimo-deploy-jsr88</artifactId>
   <version>3.0.1</version>
</dependency>
compile group: 'org.apache.geronimo.framework', name: 'geronimo-deploy-jsr88', version: '3.0.1'
libraryDependencies += "org.apache.geronimo.framework" % "geronimo-deploy-jsr88" % "3.0.1"
<dependency org="org.apache.geronimo.framework" name="geronimo-deploy-jsr88" rev="3.0.1"/>
@Grapes(@Grab(group='org.apache.geronimo.framework', module='geronimo-deploy-jsr88', version='3.0.1'))
'org.apache.geronimo.framework:geronimo-deploy-jsr88:jar:3.0.1'

Download

Click the following link to download the jar file.

geronimo-deploy-jsr88-3.0.1-javadoc.jar
geronimo-deploy-jsr88-3.0.1-sources.jar
geronimo-deploy-jsr88-3.0.1.jar
geronimo-deploy-jsr88-3.0.1.pom



Related Tutorials