| GroupId | GroupIdorg.sonatype.gshell.dist |
|---|---|
| ArtifactId | ArtifactIdgshell-assembly |
| Version | Version2.6.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-assembly/ -->
<dependency>
<groupId>org.sonatype.gshell.dist</groupId>
<artifactId>gshell-assembly</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-assembly/
implementation 'org.sonatype.gshell.dist:gshell-assembly:2.6.2'
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-assembly/
implementation ("org.sonatype.gshell.dist:gshell-assembly:2.6.2")
'org.sonatype.gshell.dist:gshell-assembly:jar:2.6.2'
<dependency org="org.sonatype.gshell.dist" name="gshell-assembly" rev="2.6.2">
<artifact name="gshell-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell.dist', module='gshell-assembly', version='2.6.2')
)
libraryDependencies += "org.sonatype.gshell.dist" % "gshell-assembly" % "2.6.2"
[org.sonatype.gshell.dist/gshell-assembly "2.6.2"]