не последняя версия
Последняя версия 2.6.5

org.sonatype.gshell:gshell 2.3


Группа

Группа

org.sonatype.gshell
Идентификатор

Идентификатор

gshell
Версия

Версия

2.3
Тип

Тип

pom

Скачать gshell 2.3

Имя Файла Размер
gshell-2.3.pom 17 KB
Обзор

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