<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.3.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-web', version='4.3.4.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.8.4
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.8.4
|-- com.google.code.gson:gson:2.8.0
|-- com.google.protobuf:protobuf-java:2.6.1
|-- com.googlecode.protobuf-java-format:protobuf-java-format:1.4
|-- com.squareup.okhttp3:okhttp:3.4.2
|-- com.squareup.okhttp:okhttp:2.7.5
|-- commons-fileupload:commons-fileupload:1.3.2
|-- io.netty:netty-all:4.1.6.Final
|-- javax.el:javax.el-api:2.2.5
|-- javax.faces:javax.faces-api:2.2
|-- javax.mail:javax.mail-api:1.5.6
|-- javax.portlet:portlet-api:2.0
|-- javax.servlet.jsp:javax.servlet.jsp-api:2.2.1
|-- javax.validation:validation-api:1.0.0.GA
|-- org.apache.httpcomponents:httpasyncclient:4.1.2
|-- org.apache.httpcomponents:httpclient:4.5.2
|-- org.codehaus.groovy:groovy-all:2.4.7
|-- org.eclipse.jetty:jetty-server:9.3.13.v20161014
|-- org.eclipse.jetty:jetty-servlet:9.3.13.v20161014
|-- org.springframework:spring-aop:4.3.4.RELEASE
|-- org.springframework:spring-beans:4.3.4.RELEASE
|-- org.springframework:spring-context:4.3.4.RELEASE
|-- org.springframework:spring-core:4.3.4.RELEASE
|-- org.springframework:spring-oxm:4.3.4.RELEASE
provided