| License |
License
Apache License 2.0
|
|---|---|
| GroupId | GroupIdorg.lineargs |
| ArtifactId | ArtifactIdLineArgs |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLineArgs
LineArgs is a simple implementation of command line arguments parser based on annotations/metadata.
A .NET version with the same API is also available.
|
| Filename | Size |
|---|---|
| LineArgs-1.1.0.pom | |
| LineArgs-1.1.0.jar | 9 KB |
| LineArgs-1.1.0-sources.jar | 7 KB |
| LineArgs-1.1.0-javadoc.jar | 61 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |