Download aclm-0.2.jar file - Jar a

Jar examples for a:aclm

Description

Better command line argument manager for java applications

You can download jar file aclm 0.2 in this page.

Build File

You can use the following script to add aclm-0.2.jar to your project.

<dependency>
   <groupId>net.awired.aclm</groupId>
   <artifactId>aclm</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'net.awired.aclm', name: 'aclm', version: '0.2'
libraryDependencies += "net.awired.aclm" % "aclm" % "0.2"
<dependency org="net.awired.aclm" name="aclm" rev="0.2"/>
@Grapes(@Grab(group='net.awired.aclm', module='aclm', version='0.2'))
'net.awired.aclm:aclm:jar:0.2'

Download

Click the following link to download the jar file.

aclm-0.2-javadoc.jar
aclm-0.2-sources.jar
aclm-0.2.jar
aclm-0.2.pom



Related Tutorials