Last Version

LineArgs 1.1.0

LineArgs is a simple implementation of command line arguments parser based on annotations/metadata. A .NET version with the same API is also available.

License

License

Apache License 2.0
GroupId

GroupId

org.lineargs
ArtifactId

ArtifactId

LineArgs
Version

Version

1.1.0
Type

Type

jar
Description

Description

LineArgs
LineArgs is a simple implementation of command line arguments parser based on annotations/metadata. A .NET version with the same API is also available.

Download LineArgs 1.1.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.