Skip to content

Latest commit

 

History

History

jcommander-utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

jCommander utils

A collection of utility classes for jCommander.

Add to your pom.xml:

<repository>
    <id>alka-repo</id>
    <url>https://repo.alka.dev/repository/maven-public/</url>
</repository>

<dependency>
    <groupId>dev.alka.javautils</groupId>
    <artifactId>jcommander-utils</artifactId>
    <version>VERSION</version>
</dependency>