Download jargs-1.0.jar file - Jar j

Jar examples for j:jargs

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

jargs-1.0-javadoc.jar
jargs-1.0-sources.jar
jargs-1.0.jar
jargs-1.0.pom



Related Tutorials