Jar examples for j:jargs
An application that reads command line arguments for a Java app directly into a user defined bean
You can download jar file jargs 1.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jargs-1.0.jar to your project.
<dependency> <groupId>com.calincosma</groupId> <artifactId>jargs</artifactId> <version>1.0</version> </dependency>
compile group: 'com.calincosma', name: 'jargs', version: '1.0'
libraryDependencies += "com.calincosma" % "jargs" % "1.0"
<dependency org="com.calincosma" name="jargs" rev="1.0"/>
@Grapes(@Grab(group='com.calincosma', module='jargs', version='1.0'))
'com.calincosma:jargs:jar:1.0'
Click the following link to download the jar file.
jargs-1.0-javadoc.jar