Spring Web.
Here is the list of declaration for spring-web. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.0.6.RELEASE</version> </dependency>
If you think this Maven repository POM file listing for spring-web is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The spring-web-4.0.6.RELEASE has 21 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
AOP | aopalliance 1.0 AOP Alliance | 464 |
Network | hessian 4.0.7 The Hessian binary web service protocol destribution pack | 12 |
JEE | jackson-databind 2.3.3 General data-binding functionality for Jackson: works on core streaming API | 36 |
Servlet | commons-fileupload 1.3.1 The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. | 31 |
JSF | javax.faces-api 2.2 This is the master POM file for Oracle's Implementation of the JSF 2.2 Specification. | 18 |
Log | log4j 1.2.17 Apache Log4j 1.2 | 440 |
Http | httpasyncclient 4.0.1 HttpComponents AsyncClient | 13 |
Http | httpclient 4.3.4 HttpComponents Client | 30 |
JSON | jackson-mapper-asl 1.9.13 Data Mapper package is a high-performance data binding package built on Jackson JSON processor | 55 |
Jetty | jetty-server 9.1.5.v20140505 The core jetty server artifact. | 7 |
Jetty | jetty-servlet 9.1.5.v20140505 Jetty Servlet Container | 8 |
Spring | spring-aop 4.0.6.RELEASE Spring AOP | 43 |
Spring | spring-beans 4.0.6.RELEASE Spring Beans | 14 |
Spring | spring-context 4.0.6.RELEASE Spring Context | 52 |
Spring | spring-core 4.0.6.RELEASE Spring Core | 16 |
Parser | rome 1.0 All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes a set of parsers and generators for the... | 71 |
The following packages are defined in the spring-web-4.0.6.RELEASE.jar
org.springframework.http org.springframework.http.client org.springframework.http.client.support org.springframework.http.converter org.springframework.http.converter.feed org.springframework.http.converter.json org.springframework.http.converter.support org.springframework.http.converter.xml org.springframework.http.server org.springframework.remoting.caucho org.springframework.remoting.httpinvoker org.springframework.remoting.jaxws org.springframework.web org.springframework.web.accept org.springframework.web.bind org.springframework.web.bind.annotation org.springframework.web.bind.annotation.support org.springframework.web.bind.support org.springframework.web.client org.springframework.web.client.support org.springframework.web.context org.springframework.web.context.request org.springframework.web.context.request.async org.springframework.web.context.support org.springframework.web.filter org.springframework.web.jsf org.springframework.web.jsf.el org.springframework.web.method org.springframework.web.method.annotation org.springframework.web.method.support org.springframework.web.multipart org.springframework.web.multipart.commons org.springframework.web.multipart.support org.springframework.web.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.0.6.RELEASE</version> <name>Spring Web</name> <description>Spring Web</description> <url>https://github.com/spring-projects/spring-framework</url> <organization> <name>Spring IO</name> <url>http://projects.spring.io/spring-framework</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>Jira</system> <url>https://jira.springsource.org/browse/SPR</url> </issueManagement> <scm> <connection>scm:git:git://github.com/spring-projects/spring-framework</connection> <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection> <url>https://github.com/spring-projects/spring-framework</url> </scm> <dependencies> <dependency> <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> <version>1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.caucho</groupId> <artifactId>hessian</artifactId> <version>4.0.7</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.3.3</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.3.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>javax.el</groupId> <artifactId>javax.el-api</artifactId> <version>2.2.5</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>javax.faces</groupId> <artifactId>javax.faces-api</artifactId> <version>2.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>javax.portlet</groupId> <artifactId>portlet-api</artifactId> <version>2.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>javax.servlet.jsp-api</artifactId> <version>2.2.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> <version>4.0.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.4</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.9.13</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>9.1.5.v20140505</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>javax.servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>9.1.5.v20140505</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>javax.servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>4.0.6.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>4.0.6.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.0.6.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.0.6.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId> <version>4.0.6.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>rome</groupId> <artifactId>rome</artifactId> <version>1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> <scope>provided</scope> </dependency> </dependencies> </project>