<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<version>2.0.RC1</version>
</dependency>
<parent> <groupId>io.bootique</groupId> <artifactId>bootique-framework-parent</artifactId> <version>2.0.RC1</version> </parent>
compile
|-- io.bootique.di:bootique-di
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
|-- net.sf.jopt-simple:jopt-simple
test
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.eclipse.jetty:jetty-server