| Группа | Группаorg.sonatype.gshell.dist |
|---|---|
| Идентификатор | Идентификаторgshell-assembly |
| Версия | Версия2.6.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-assembly/ -->
<dependency>
<groupId>org.sonatype.gshell.dist</groupId>
<artifactId>gshell-assembly</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-assembly/
implementation 'org.sonatype.gshell.dist:gshell-assembly:2.6.4'
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-assembly/
implementation ("org.sonatype.gshell.dist:gshell-assembly:2.6.4")
'org.sonatype.gshell.dist:gshell-assembly:jar:2.6.4'
<dependency org="org.sonatype.gshell.dist" name="gshell-assembly" rev="2.6.4">
<artifact name="gshell-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell.dist', module='gshell-assembly', version='2.6.4')
)
libraryDependencies += "org.sonatype.gshell.dist" % "gshell-assembly" % "2.6.4"
[org.sonatype.gshell.dist/gshell-assembly "2.6.4"]