g

geronimo-deploy-jsr88

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.
http://incubator.apache.org/projects/geronimo/deployment/
Apache Software Foundation
Jan Bartel David Blevins Simone Bordet Jeremy Boynes Alan D. Cabrera Remigio Chirino Gianny Damour Jason Dillon Jeff Genender Jules Golsnell Matt Hogstrom Jim Jagielski David Jencks Jacek Laskowski Geir Magnusson Jr. Kevan Miller Richard Monson-Haefel Aaron Mulder Srinath Perera John Sisson Bruce Snyder James Strachan Dain Sundstrom Greg Wilkins
Files download
File Operation
geronimo-deploy-jsr88-1.1.1.jar download
geronimo-deploy-jsr88-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>geronimo</groupId>
  <artifactId>geronimo-deploy-jsr88</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'geronimo:geronimo-deploy-jsr88:1.1.1'
Gradle Kotlin
implementation("geronimo:geronimo-deploy-jsr88:1.1.1")
Scala SBT
libraryDependencies += "geronimo" % "geronimo-deploy-jsr88" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='geronimo', module='geronimo-deploy-jsr88', version='1.1.1')
)
Apache Ivy
<dependency org="geronimo" name="geronimo-deploy-jsr88" rev="1.1.1" />
Leiningen
[geronimo/geronimo-deploy-jsr88 "1.1.1"]
Apache Buildr
'geronimo:geronimo-deploy-jsr88:jar:1.1.1'