is not current version
Last Version 2.6.5

org.sonatype.gshell.commands:gshell-file 2.6


GroupId

GroupId

org.sonatype.gshell.commands
ArtifactId

ArtifactId

gshell-file
Version

Version

2.6
Type

Type

jar

Download gshell-file 2.6


<!-- https://jarcasting.com/artifacts/org.sonatype.gshell.commands/gshell-file/ -->
<dependency>
    <groupId>org.sonatype.gshell.commands</groupId>
    <artifactId>gshell-file</artifactId>
    <version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell.commands/gshell-file/
implementation 'org.sonatype.gshell.commands:gshell-file:2.6'
// https://jarcasting.com/artifacts/org.sonatype.gshell.commands/gshell-file/
implementation ("org.sonatype.gshell.commands:gshell-file:2.6")
'org.sonatype.gshell.commands:gshell-file:jar:2.6'
<dependency org="org.sonatype.gshell.commands" name="gshell-file" rev="2.6">
  <artifact name="gshell-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell.commands', module='gshell-file', version='2.6')
)
libraryDependencies += "org.sonatype.gshell.commands" % "gshell-file" % "2.6"
[org.sonatype.gshell.commands/gshell-file "2.6"]