Download spring-aspects-2.5.6.sec02.jar file

Introduction

You can download spring-aspects-2.5.6.sec02.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-aspects-2.5.6.sec02.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/aop.xml
META-INF/license.txt
org.springframework.beans.factory.aspectj.AbstractBeanConfigurerAspect.class
org.springframework.beans.factory.aspectj.AbstractDependencyInjectionAspect.class
org.springframework.beans.factory.aspectj.AbstractInterfaceDrivenDependencyInjectionAspect.class
org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect.class
org.springframework.beans.factory.aspectj.ConfigurableObject.class
org.springframework.transaction.aspectj.AbstractTransactionAspect.class
org.springframework.transaction.aspectj.AnnotationTransactionAspect.class

Pom

spring-aspects-2.5.6.sec02.pom file content.

<?xml version="1.0"?>
<project
		xmlns="http://maven.apache.org/POM/4.0.0"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>
	<groupId>org.springframework</groupId>
	<artifactId>spring-aspects</artifactId>
	<packaging>jar</packaging>
	<name>Spring Framework: Aspects</name>
	<version>2.5.6.SEC02</version>
	<description>Spring Framework: Aspects</description>
	<url>http://www.springframework.org</url>
	<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>
	<scm>
		<connection>scm:cvs:pserver:anonymous:@springframework.cvs.sourceforge.net:/cvsroot/springframework:spring</connection>
		<developerConnection>scm:cvs:ext:username@springframework.cvs.sourceforge.net:/cvsroot/springframework:spring</developerConnection>
		<url>http://springframework.cvs.sourceforge.net/springframework/</url>
	</scm>
	<organization>
		<name>Spring Framework</name>
		<url>http://www.springframework.org/</url>
	</organization>
	<dependencies>
<!-- External Dependencies -->
		<dependency>
			<groupId>org.aspectj</groupId>
			<artifactId>aspectjrt</artifactId>
			<version>1.6.1</version>
		</dependency>
		<dependency>
			<groupId>org.aspectj</groupId>
			<artifactId>aspectjweaver</artifactId>
			<version>1.6.1</version>
		</dependency>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>1.1.1</version>
		</dependency>
<!-- Spring Dependencies -->
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>spring-beans</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>spring-tx</artifactId>
			<version>${project.version}</version>
			<optional>true</optional>
		</dependency>
	</dependencies>
	<distributionManagement>
		<repository>
			<id>spring-milestone</id>
			<name>Spring Milestone Repository</name>
			<url>s3://maven.springframework.org/milestone</url>
		</repository>
		<snapshotRepository>
			<id>spring-snapshot</id>
			<name>Spring Snapshot Repository</name>
			<url>s3://maven.springframework.org/snapshot</url>
		</snapshotRepository>
	</distributionManagement>
</project>

POM Entry

<dependency>
   <groupId>org.springframework</groupId>
   <artifactId>spring-aspects</artifactId>
   <version>2.5.6.sec02</version>
</dependency>

Download

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



Download spring-aspects-2.5.6.sec02.jar file




PreviousNext

Related