<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plancreator-console-jetty</artifactId>
<version>2.2</version>
<type>car</type>
</dependency>
libraryDependencies += "org.apache.geronimo.plugins" % "plancreator-console-jetty" % "2.2"
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='plancreator-console-jetty', version='2.2')
)
<dependency org="org.apache.geronimo.plugins" name="plancreator-console-jetty" rev="2.2" />
<parent> <groupId>org.apache.geronimo.plugins</groupId> <artifactId>plancreator</artifactId> <version>2.2</version> </parent>
compile
|-- org.apache.geronimo.plugins:console-jetty
|-- org.apache.geronimo.configs:connector-deployer
|-- org.apache.geronimo.framework:plugin
|-- org.apache.geronimo.configs:openejb-deployer
|-- org.apache.geronimo.framework:geronimo-deploy-jsr88
|-- org.apache.geronimo.configs:jasper
provided
|-- org.apache.geronimo.configs:${jetty}-deployer