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