License |
License |
---|---|
GroupId | GroupIdorg.sonatype.gshell.dist |
ArtifactId | ArtifactIdgshell-resources |
Version | Version2.6 |
Type | Typejar |
Description |
DescriptionGShell Dist :: Scripts
|
Project Organization |
Project OrganizationSonatype |
Filename | Size |
---|---|
gshell-resources-2.6.pom | |
gshell-resources-2.6.jar | 14 KB |
gshell-resources-2.6-sources.jar | 13 KB |
gshell-resources-2.6-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-resources/ -->
<dependency>
<groupId>org.sonatype.gshell.dist</groupId>
<artifactId>gshell-resources</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-resources/
implementation 'org.sonatype.gshell.dist:gshell-resources:2.6'
// https://jarcasting.com/artifacts/org.sonatype.gshell.dist/gshell-resources/
implementation ("org.sonatype.gshell.dist:gshell-resources:2.6")
'org.sonatype.gshell.dist:gshell-resources:jar:2.6'
<dependency org="org.sonatype.gshell.dist" name="gshell-resources" rev="2.6">
<artifact name="gshell-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell.dist', module='gshell-resources', version='2.6')
)
libraryDependencies += "org.sonatype.gshell.dist" % "gshell-resources" % "2.6"
[org.sonatype.gshell.dist/gshell-resources "2.6"]