is not current version
Last Version 4.6.3

picocli - a mighty tiny Command Line Interface 4.6.1

Java command line parser with both an annotations API and a programmatic API. Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding a dependency.

License

License

Categories

Categories

CLI User Interface picocli
GroupId

GroupId

info.picocli
ArtifactId

ArtifactId

picocli
Version

Version

4.6.1
Type

Type

jar
Description

Description

picocli - a mighty tiny Command Line Interface
Java command line parser with both an annotations API and a programmatic API. Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding a dependency.
Project URL

Project URL

http://picocli.info
Source Code Management

Source Code Management

https://github.com/remkop/picocli/tree/master

Download picocli 4.6.1


<!-- https://jarcasting.com/artifacts/info.picocli/picocli/ -->
<dependency>
    <groupId>info.picocli</groupId>
    <artifactId>picocli</artifactId>
    <version>4.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.picocli/picocli/
implementation 'info.picocli:picocli:4.6.1'
// https://jarcasting.com/artifacts/info.picocli/picocli/
implementation ("info.picocli:picocli:4.6.1")
'info.picocli:picocli:jar:4.6.1'
<dependency org="info.picocli" name="picocli" rev="4.6.1">
  <artifact name="picocli" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.picocli', module='picocli', version='4.6.1')
)
libraryDependencies += "info.picocli" % "picocli" % "4.6.1"
[info.picocli/picocli "4.6.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.