组织ID: |
org.springframework |
项目ID: |
spring-aspects |
版本: |
5.1.6.RELEASE |
最后修改时间: |
2019-03-31 21:13:29 |
包类型: |
jar |
标题: |
Spring Aspects |
描述: |
Spring Aspects |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
46.30KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>5.1.6.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-aspects:5.1.6.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?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/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>5.1.6.RELEASE</version>
<name>Spring Aspects</name>
<description>Spring Aspects</description>
<url>https://github.com/spring-projects/spring-framework</url>
<organization>
<name>Spring IO</name>
<url>https://projects.spring.io/spring-framework</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhoeller</id>
<name>Juergen Hoeller</name>
<email>jhoeller@pivotal.io</email>
</developer>
</developers>
<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>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/spring-projects/spring-framework/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.beans.factory.aspectj.GenericInterfaceDrivenDependencyInjectionAspect.class
org.springframework.beans.factory.aspectj.AbstractInterfaceDrivenDependencyInjectionAspect.class
org.springframework.beans.factory.aspectj.AbstractDependencyInjectionAspect.class
org.springframework.beans.factory.aspectj.AbstractInterfaceDrivenDependencyInjectionAspect$ConfigurableDeserializationSupport.class
org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect.class
org.springframework.beans.factory.aspectj.ConfigurableObject.class
org.springframework.scheduling.aspectj.AbstractAsyncExecutionAspect.class
org.springframework.scheduling.aspectj.AbstractAsyncExecutionAspect$AbstractAsyncExecutionAspect$1.class
org.springframework.scheduling.aspectj.AspectJAsyncConfiguration.class
org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.class
org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration.class
org.springframework.context.annotation.aspectj.EnableSpringConfigured.class
org.springframework.cache.aspectj.AspectJCachingConfiguration.class
org.springframework.cache.aspectj.AbstractCacheAspect$AbstractCacheAspect$1.class
org.springframework.cache.aspectj.AnnotationCacheAspect.class
org.springframework.cache.aspectj.JCacheCacheAspect$JCacheCacheAspect$1.class
org.springframework.cache.aspectj.JCacheCacheAspect.class
org.springframework.cache.aspectj.AbstractCacheAspect.class
org.springframework.cache.aspectj.AspectJJCacheConfiguration.class
org.springframework.cache.aspectj.AnyThrow.class
org.springframework.transaction.aspectj.AnnotationTransactionAspect.class
org.springframework.transaction.aspectj.AbstractTransactionAspect$AbstractTransactionAspect$1.class
org.springframework.transaction.aspectj.AspectJJtaTransactionManagementConfiguration.class
org.springframework.transaction.aspectj.AbstractTransactionAspect.class
org.springframework.transaction.aspectj.AbstractTransactionAspect$Rethrower.class
org.springframework.transaction.aspectj.AbstractTransactionAspect$Rethrower$1CheckedExceptionRethrower.class
org.springframework.transaction.aspectj.JtaAnnotationTransactionAspect.class
org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration.class
overview.html
META-INF/aop.xml
META-INF/notice.txt
META-INF/license.txt
|
依赖Jar: |
aspectjweaver-1.9.2.jar
/org.aspectj/aspectjweaver/1.9.2
查看aspectjweaver所有版本文件
cache-api-1.1.0.jar
/javax.cache/cache-api/1.1.0
查看cache-api所有版本文件
javax.transaction-api-1.3.jar
/javax.transaction/javax.transaction-api/1.3
查看javax.transaction-api所有版本文件
spring-aop-5.1.6.RELEASE.jar
/org.springframework/spring-aop/5.1.6.RELEASE
查看spring-aop所有版本文件
spring-beans-5.1.6.RELEASE.jar
/org.springframework/spring-beans/5.1.6.RELEASE
查看spring-beans所有版本文件
spring-context-5.1.6.RELEASE.jar
/org.springframework/spring-context/5.1.6.RELEASE
查看spring-context所有版本文件
spring-context-support-5.1.6.RELEASE.jar
/org.springframework/spring-context-support/5.1.6.RELEASE
查看spring-context-support所有版本文件
spring-orm-5.1.6.RELEASE.jar
/org.springframework/spring-orm/5.1.6.RELEASE
查看spring-orm所有版本文件
spring-tx-5.1.6.RELEASE.jar
/org.springframework/spring-tx/5.1.6.RELEASE
查看spring-tx所有版本文件
|