You can download spring-aspects-3.2.3.release.jar in this page.
The Apache Software License, Version 2.0
spring-aspects-3.2.3.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/aop.xml META-INF/license.txt META-INF/notice.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.beans.factory.aspectj.GenericInterfaceDrivenDependencyInjectionAspect.class org.springframework.cache.aspectj.AbstractCacheAspect.class org.springframework.cache.aspectj.AnnotationCacheAspect.class org.springframework.cache.aspectj.AspectJCachingConfiguration.class org.springframework.context.annotation.aspectj.EnableSpringConfigured.class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration.class org.springframework.mock.staticmock.AbstractMethodMockingControl.class org.springframework.mock.staticmock.AnnotationDrivenStaticEntityMockingControl.class org.springframework.mock.staticmock.MockStaticEntityMethods.class org.springframework.orm.jpa.aspectj.JpaExceptionTranslatorAspect.class org.springframework.scheduling.aspectj.AbstractAsyncExecutionAspect.class org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.class org.springframework.scheduling.aspectj.AspectJAsyncConfiguration.class org.springframework.transaction.aspectj.AbstractTransactionAspect.class org.springframework.transaction.aspectj.AnnotationTransactionAspect.class org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration.class overview.html
spring-aspects-3.2.3.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-aspects</artifactId> <version>3.2.3.RELEASE</version> <name>Spring Aspects</name> <description>Spring Aspects</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>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.7.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> <version>3.2.3.release</version> </dependency>
If you think the following spring-aspects-3.2.3.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-aspects-3.2.3.release.jar file