g

gshell-vfs

VFS support.
Files download
File Operation
gshell-vfs-1.0-alpha-2.jar download
gshell-vfs-1.0-alpha-2.pom download
gshell-vfs-1.0-alpha-2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.gshell.support</groupId>
  <artifactId>gshell-vfs</artifactId>
  <version>1.0-alpha-2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.gshell.support:gshell-vfs:1.0-alpha-2'
Gradle Kotlin
implementation("org.apache.geronimo.gshell.support:gshell-vfs:1.0-alpha-2")
Scala SBT
libraryDependencies += "org.apache.geronimo.gshell.support" % "gshell-vfs" % "1.0-alpha-2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.gshell.support', module='gshell-vfs', version='1.0-alpha-2')
)
Apache Ivy
<dependency org="org.apache.geronimo.gshell.support" name="gshell-vfs" rev="1.0-alpha-2" />
Leiningen
[org.apache.geronimo.gshell.support/gshell-vfs "1.0-alpha-2"]
Apache Buildr
'org.apache.geronimo.gshell.support:gshell-vfs:jar:1.0-alpha-2'