is not current version
Last Version 0.9.0

net.sourceforge.argparse4j:argparse4j 0.7.0

The command-line parser library based on Python's argparse

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.argparse4j
ArtifactId

ArtifactId

argparse4j
Version

Version

0.7.0
Type

Type

jar

Download argparse4j 0.7.0


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