<dependency>
<groupId>it.thomasjohansen.weblauncher</groupId>
<artifactId>tomcat-launcher</artifactId>
<version>1.0-RC2</version>
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.weblauncher', module='tomcat-launcher', version='1.0-RC2')
)
<parent> <groupId>it.thomasjohansen.weblauncher</groupId> <artifactId>web-launcher</artifactId> <version>1.0-RC2</version> </parent>
compile
|-- it.thomasjohansen.weblauncher:web-launcher-common:1.0-RC2
|-- org.apache.tomcat.embed:tomcat-embed-core:8.0.32
|-- org.apache.tomcat:tomcat-jasper:8.0.32
|-- org.apache.tomcat:tomcat-jasper-el:8.0.32
|-- org.eclipse.jdt.core.compiler:ecj:4.4.2
|-- org.apache.tomcat:tomcat-servlet-api:8.0.32
|-- org.apache.tomcat:tomcat-jsp-api:8.0.32
|-- org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.32
|-- org.apache.tomcat:tomcat-el-api:8.0.32
test
|-- junit:junit:4.12