is not current version
Last Version 2.4

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


GroupId

GroupId

org.sonatype.gshell.commands
ArtifactId

ArtifactId

gshell-shell
Version

Version

2.1
Type

Type

jar

Download gshell-shell 2.1


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