We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1594b commit bd48d6fCopy full SHA for bd48d6f
build.gradle
@@ -69,6 +69,7 @@ allprojects {
69
compileTestJava.options.encoding = "UTF-8"
70
71
repositories {
72
+ maven { url 'https://repo.spring.io/libs-snapshot' }
73
mavenCentral()
74
}
75
picocli-spring-boot-starter/README.md
@@ -13,6 +13,8 @@ command line applications with Spring and picocli.
13
14
## Dependency Management
15
16
+Picocli 4.6.2 has been tested with Spring Boot 2.4, 2.5 and 2.6-SNAPSHOT.
17
+
18
Add the following dependency:
19
20
Maven:
0 commit comments