is not current version
Last Version 2.4

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


GroupId

GroupId

org.sonatype.gshell.commands
ArtifactId

ArtifactId

gshell-artifact
Version

Version

2.3
Type

Type

jar

Download gshell-artifact 2.3


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