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