Jar examples for p:picocli
Java command line parser and colorized usage help generator. In a single file, to be included in source form, so users can run picocli-based applications without requiring picocli as an external dependency. Generates easily customizable usage help messages with ANSI styles and colors.
You can download jar file picocli 3.0.1 in this page.
The Apache Software License, version 2.0
You can use the following script to add picocli-3.0.1.jar to your project.
<dependency> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> <version>3.0.1</version> </dependency>
compile group: 'info.picocli', name: 'picocli', version: '3.0.1'
libraryDependencies += "info.picocli" % "picocli" % "3.0.1"
<dependency org="info.picocli" name="picocli" rev="3.0.1"/>
@Grapes(@Grab(group='info.picocli', module='picocli', version='3.0.1'))
'info.picocli:picocli:jar:3.0.1'
Click the following link to download the jar file.
picocli-3.0.1-javadoc.jar