| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.sonatype.gshell.dist |
| Идентификатор | Идентификаторgshell-dist |
| Версия | Версия2.6.5 |
| Тип | Типpom |
| Описание |
ОписаниеGShell Dist
|
| Организация-разработчик |
Организация-разработчикSonatype |
| Имя Файла | Размер |
|---|---|
| gshell-dist-2.6.5.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-dist/ -->
<dependency>
<groupId>org.sonatype.gshell.dist</groupId>
<artifactId>gshell-dist</artifactId>
<version>2.6.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-dist/
implementation 'org.sonatype.gshell.dist:gshell-dist:2.6.5'
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-dist/
implementation ("org.sonatype.gshell.dist:gshell-dist:2.6.5")
'org.sonatype.gshell.dist:gshell-dist:pom:2.6.5'
<dependency org="org.sonatype.gshell.dist" name="gshell-dist" rev="2.6.5">
<artifact name="gshell-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell.dist', module='gshell-dist', version='2.6.5')
)
libraryDependencies += "org.sonatype.gshell.dist" % "gshell-dist" % "2.6.5"
[org.sonatype.gshell.dist/gshell-dist "2.6.5"]