is not current version
Last Version 2.6.5

org.sonatype.gshell:gshell-core 2.2


GroupId

GroupId

org.sonatype.gshell
ArtifactId

ArtifactId

gshell-core
Version

Version

2.2
Type

Type

jar

Download gshell-core 2.2


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