is not current version
Last Version 2.4

org.sonatype.gshell.commands:gshell-shell 2.0


GroupId

GroupId

org.sonatype.gshell.commands
ArtifactId

ArtifactId

gshell-shell
Version

Version

2.0
Type

Type

jar

Download gshell-shell 2.0


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