GroupId | GroupIdorg.sonatype.gshell.dist |
---|---|
ArtifactId | ArtifactIdgshell-scripts |
Version | Version2.6.1 |
Type | Typejar |
Filename | Size |
---|---|
gshell-scripts-2.6.1.pom | |
gshell-scripts-2.6.1.jar | 10 KB |
gshell-scripts-2.6.1-sources.jar | 9 KB |
gshell-scripts-2.6.1-p2Content.xml | 13 KB |
gshell-scripts-2.6.1-p2Artifacts.xml | 3 KB |
gshell-scripts-2.6.1-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-scripts/ -->
<dependency>
<groupId>org.sonatype.gshell.dist</groupId>
<artifactId>gshell-scripts</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-scripts/
implementation 'org.sonatype.gshell.dist:gshell-scripts:2.6.1'
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-scripts/
implementation ("org.sonatype.gshell.dist:gshell-scripts:2.6.1")
'org.sonatype.gshell.dist:gshell-scripts:jar:2.6.1'
<dependency org="org.sonatype.gshell.dist" name="gshell-scripts" rev="2.6.1">
<artifact name="gshell-scripts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell.dist', module='gshell-scripts', version='2.6.1')
)
libraryDependencies += "org.sonatype.gshell.dist" % "gshell-scripts" % "2.6.1"
[org.sonatype.gshell.dist/gshell-scripts "2.6.1"]