From e427c7a3e1cc79aca2cf02052ed1f7b3f62e5739 Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Sat, 25 May 2019 03:23:59 +0900 Subject: [PATCH] DOC add pom.xml for GitHub dependency graph --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..cf94056b --- /dev/null +++ b/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + info.picocli + picocli + 4.0.0-alpha-3 + jar + 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. + http://picocli.info + 2017 + + + The Apache Software License, version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rpopma + Remko Popma + rpopma@apache.org + + + + https://github.com/remkop/picocli/tree/master + scm:git:https://github.com/remkop/picocli.git + scm:git:ssh://github.com:remkop/picocli.git + +