is not current version
Last Version 5.0.3

com.codetaco:argument 5.0.1

A command line parser for Java

GroupId

GroupId

com.codetaco
ArtifactId

ArtifactId

argument
Version

Version

5.0.1
Type

Type

jar

Download argument 5.0.1


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