| GroupId | GroupIdorg.sonatype.gshell.dist |
|---|---|
| ArtifactId | ArtifactIdgshell-dist |
| Version | Version2.6.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| gshell-dist-2.6.4.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-dist/ -->
<dependency>
<groupId>org.sonatype.gshell.dist</groupId>
<artifactId>gshell-dist</artifactId>
<version>2.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-dist/
implementation 'org.sonatype.gshell.dist:gshell-dist:2.6.4'
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-dist/
implementation ("org.sonatype.gshell.dist:gshell-dist:2.6.4")
'org.sonatype.gshell.dist:gshell-dist:pom:2.6.4'
<dependency org="org.sonatype.gshell.dist" name="gshell-dist" rev="2.6.4">
<artifact name="gshell-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell.dist', module='gshell-dist', version='2.6.4')
)
libraryDependencies += "org.sonatype.gshell.dist" % "gshell-dist" % "2.6.4"
[org.sonatype.gshell.dist/gshell-dist "2.6.4"]