is not current version
Last Version 2.5.1

org.sonatype.gshell:gshell-assembly 2.2


GroupId

GroupId

org.sonatype.gshell
ArtifactId

ArtifactId

gshell-assembly
Version

Version

2.2
Type

Type

jar

Download gshell-assembly 2.2


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