Download spring-struts-3.0.5.release.jar file

Introduction

You can download spring-struts-3.0.5.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-struts-3.0.5.release.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
org.springframework.web.servlet.view.tiles.ComponentControllerSupport.class
org.springframework.web.servlet.view.tiles.TilesConfigurer.class
org.springframework.web.servlet.view.tiles.TilesJstlView.class
org.springframework.web.servlet.view.tiles.TilesView.class
org.springframework.web.servlet.view.tiles.package-info.class
org.springframework.web.struts.ActionServletAwareProcessor.class
org.springframework.web.struts.ActionSupport.class
org.springframework.web.struts.AutowiringRequestProcessor.class
org.springframework.web.struts.AutowiringTilesRequestProcessor.class
org.springframework.web.struts.ContextLoaderPlugIn.class
org.springframework.web.struts.DelegatingActionProxy.class
org.springframework.web.struts.DelegatingActionUtils.class
org.springframework.web.struts.DelegatingRequestProcessor.class
org.springframework.web.struts.DelegatingTilesRequestProcessor.class
org.springframework.web.struts.DispatchActionSupport.class
org.springframework.web.struts.LookupDispatchActionSupport.class
org.springframework.web.struts.MappingDispatchActionSupport.class
org.springframework.web.struts.SpringBindingActionForm.class
org.springframework.web.struts.package-info.class

Pom

spring-struts-3.0.5.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
		 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework</groupId>
  <artifactId>spring-struts</artifactId>
  <packaging>jar</packaging>
  <version>3.0.5.RELEASE</version>
  <parent>
    <groupId>org.springframework</groupId>
    <artifactId>spring-parent</artifactId>
    <relativePath>../org.springframework.spring-parent</relativePath>
    <version>3.0.5.RELEASE</version>
  </parent>
  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet.jsp</groupId>
      <artifactId>jsp-api</artifactId>
      <version>2.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jstl</artifactId>
      <version>1.1.2</version>
      <scope>test</scope>
    </dependency>
	<dependency>
		<groupId>struts</groupId>
		<artifactId>struts</artifactId>
		<version>1.2.9</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>commons-beanutils</groupId>
		<artifactId>commons-beanutils</artifactId>
		<version>1.7.0</version>
		<scope>compile</scope>
	</dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
	  <dependency>
		<groupId>org.springframework</groupId>
		<artifactId>spring-test</artifactId>
		<version>${project.version}</version>
		<scope>test</scope>
	  </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webmvc</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework</groupId>
   <artifactId>spring-struts</artifactId>
   <version>3.0.5.release</version>
</dependency>

Download

If you think the following spring-struts-3.0.5.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-struts-3.0.5.release.jar file




PreviousNext

Related