Jar examples for a:args4j
args4j : Java command line arguments parser
You can download jar file args4j 2.0.22 in this page.
You can use the following script to add args4j-2.0.22.jar to your project.
<dependency> <groupId>args4j</groupId> <artifactId>args4j</artifactId> <version>2.0.22</version> </dependency>
compile group: 'args4j', name: 'args4j', version: '2.0.22'
libraryDependencies += "args4j" % "args4j" % "2.0.22"
<dependency org="args4j" name="args4j" rev="2.0.22"/>
@Grapes(@Grab(group='args4j', module='args4j', version='2.0.22'))
'args4j:args4j:jar:2.0.22'
Click the following link to download the jar file.
args4j-2.0.22-javadoc.jar