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