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