Add JCommander parameter resolver

This commit is contained in:
Eric Bottard
2015-12-15 16:31:47 +01:00
parent 938bd7cfa2
commit c8bfff226f
5 changed files with 175 additions and 0 deletions

View File

@@ -39,6 +39,12 @@
<artifactId>spring-shell</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.48</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>