is not current version
Last Version 2.6.5

org.sonatype.gshell:gshell-launcher 2.5


GroupId

GroupId

org.sonatype.gshell
ArtifactId

ArtifactId

gshell-launcher
Version

Version

2.5
Type

Type

jar

Download gshell-launcher 2.5


<!-- https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-launcher/ -->
<dependency>
    <groupId>org.sonatype.gshell</groupId>
    <artifactId>gshell-launcher</artifactId>
    <version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-launcher/
implementation 'org.sonatype.gshell:gshell-launcher:2.5'
// https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-launcher/
implementation ("org.sonatype.gshell:gshell-launcher:2.5")
'org.sonatype.gshell:gshell-launcher:jar:2.5'
<dependency org="org.sonatype.gshell" name="gshell-launcher" rev="2.5">
  <artifact name="gshell-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell', module='gshell-launcher', version='2.5')
)
libraryDependencies += "org.sonatype.gshell" % "gshell-launcher" % "2.5"
[org.sonatype.gshell/gshell-launcher "2.5"]