<dependency>
<groupId>org.apache.geronimo.gshell.support</groupId>
<artifactId>gshell-vfs</artifactId>
<version>1.0-alpha-2</version>
</dependency>
libraryDependencies += "org.apache.geronimo.gshell.support" % "gshell-vfs" % "1.0-alpha-2"
@Grapes(
@Grab(group='org.apache.geronimo.gshell.support', module='gshell-vfs', version='1.0-alpha-2')
)
<dependency org="org.apache.geronimo.gshell.support" name="gshell-vfs" rev="1.0-alpha-2" />
<parent> <groupId>org.apache.geronimo.gshell.support</groupId> <artifactId>gshell-support</artifactId> <version>1.0-alpha-2</version> </parent>
compile
|-- org.apache.geronimo.gshell.support:gshell-spring
|-- org.apache.geronimo.gshell:gshell-application
|-- commons-vfs:commons-vfs:1.0
|-- oro:oro:2.0.8