is not current version
Last Version 2.4

org.sonatype.gshell.commands:gshell-scm 2.3


GroupId

GroupId

org.sonatype.gshell.commands
ArtifactId

ArtifactId

gshell-scm
Version

Version

2.3
Type

Type

jar

Download gshell-scm 2.3


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