g

gshell-io

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