Download spring-struts-3.2.4.release.jar file

Introduction

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

License

The Apache Software License, Version 2.0

Type List

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

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
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.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.2.4.release.pom file content.

<?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-struts</artifactId>
  <version>3.2.4.RELEASE</version>
  <name>Spring Struts</name>
  <description>Spring Struts</description>
  <url>https://github.com/SpringSource/spring-framework</url>
  <organization>
    <name>SpringSource</name>
    <url>http://springsource.org/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>
  <developers>
    <developer>
      <id>jhoeller</id>
      <name>Juergen Hoeller</name>
      <email>jhoeller@vmware.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
    <url>https://github.com/SpringSource/spring-framework</url>
  </scm>
  <dependencies>
    <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>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webmvc</artifactId>
      <version>3.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>struts</groupId>
      <artifactId>struts</artifactId>
      <version>1.2.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jstl</artifactId>
      <version>1.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following spring-struts-3.2.4.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.2.4.release.jar file




PreviousNext

Related