<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-cli</artifactId>
<version>1.5.10.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-cli', version='1.5.10.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-cli" rev="1.5.10.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>1.5.10.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-loader-tools
|-- com.vaadin.external.google:android-json
|-- jline:jline
|-- net.sf.jopt-simple:jopt-simple
|-- org.codehaus.groovy:groovy
|-- org.springframework:spring-core
|-- org.apache.maven:maven-aether-provider
|-- org.apache.maven:maven-settings-builder
|-- org.codehaus.plexus:plexus-component-api
|-- org.eclipse.aether:aether-api
|-- org.eclipse.aether:aether-connector-basic
|-- org.eclipse.aether:aether-impl
|-- org.eclipse.aether:aether-spi
|-- org.eclipse.aether:aether-transport-file
|-- org.eclipse.aether:aether-transport-http
|-- org.eclipse.aether:aether-util
provided
|-- org.codehaus.groovy:groovy-templates
|-- org.springframework.boot:spring-boot
|-- org.springframework:spring-web
|-- javax.servlet:javax.servlet-api
|-- junit:junit
test