GroupId | GroupIdorg.sonatype.gshell |
---|---|
ArtifactId | ArtifactIdgshell-launcher |
Version | Version2.6.2 |
Type | Typejar |
Filename | Size |
---|---|
gshell-launcher-2.6.2.pom | |
gshell-launcher-2.6.2.jar | 15 KB |
gshell-launcher-2.6.2-sources.jar | 11 KB |
gshell-launcher-2.6.2-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-launcher/ -->
<dependency>
<groupId>org.sonatype.gshell</groupId>
<artifactId>gshell-launcher</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-launcher/
implementation 'org.sonatype.gshell:gshell-launcher:2.6.2'
// https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-launcher/
implementation ("org.sonatype.gshell:gshell-launcher:2.6.2")
'org.sonatype.gshell:gshell-launcher:jar:2.6.2'
<dependency org="org.sonatype.gshell" name="gshell-launcher" rev="2.6.2">
<artifact name="gshell-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell', module='gshell-launcher', version='2.6.2')
)
libraryDependencies += "org.sonatype.gshell" % "gshell-launcher" % "2.6.2"
[org.sonatype.gshell/gshell-launcher "2.6.2"]