is not current version
Last Version 1.0-alpha-2

org.apache.geronimo.gshell:gshell-parser 1.0-alpha-1

Provides the command-line syntax parsing muck.

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

org.apache.geronimo.gshell
ArtifactId

ArtifactId

gshell-parser
Version

Version

1.0-alpha-1
Type

Type

jar

Download gshell-parser 1.0-alpha-1


<!-- https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-parser/ -->
<dependency>
    <groupId>org.apache.geronimo.gshell</groupId>
    <artifactId>gshell-parser</artifactId>
    <version>1.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-parser/
implementation 'org.apache.geronimo.gshell:gshell-parser:1.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-parser/
implementation ("org.apache.geronimo.gshell:gshell-parser:1.0-alpha-1")
'org.apache.geronimo.gshell:gshell-parser:jar:1.0-alpha-1'
<dependency org="org.apache.geronimo.gshell" name="gshell-parser" rev="1.0-alpha-1">
  <artifact name="gshell-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.gshell', module='gshell-parser', version='1.0-alpha-1')
)
libraryDependencies += "org.apache.geronimo.gshell" % "gshell-parser" % "1.0-alpha-1"
[org.apache.geronimo.gshell/gshell-parser "1.0-alpha-1"]