组织ID: |
org.springframework |
项目ID: |
spring-aop |
版本: |
1.2.9 |
最后修改时间: |
2018-08-04 13:28:02 |
包类型: |
jar |
标题: |
Spring Framework: AOP |
描述: |
Spring Framework: AOP |
相关URL: |
http://www.springframework.org |
大小: |
157.49KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>1.2.9</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-aop:1.2.9
|
下载Jar包: |
|
POM文件内容: |
<?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-aop</artifactId>
<packaging>jar</packaging>
<name>Spring Framework: AOP</name>
<version>1.2.9</version>
<description>Spring Framework: AOP</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</connection>
<developerConnection>scm:cvs:ext:username@springframework.cvs.sourceforge.net:/cvsroot/springframework</developerConnection>
<tag>1.2.9</tag>
<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>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-api</artifactId>
<version>2.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-compiler</artifactId>
<version>2.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jamonapi</groupId>
<artifactId>jamon</artifactId>
<version>1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
<optional>true</optional>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-beans</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.aop.Advisor.class
org.springframework.aop.AfterReturningAdvice.class
org.springframework.aop.BeforeAdvice.class
org.springframework.aop.ClassFilter.class
org.springframework.aop.DynamicIntroductionAdvice.class
org.springframework.aop.IntroductionAdvisor.class
org.springframework.aop.IntroductionInfo.class
org.springframework.aop.IntroductionInterceptor.class
org.springframework.aop.MethodBeforeAdvice.class
org.springframework.aop.MethodMatcher.class
org.springframework.aop.Pointcut.class
org.springframework.aop.PointcutAdvisor.class
org.springframework.aop.ProxyMethodInvocation.class
org.springframework.aop.TargetSource.class
org.springframework.aop.ThrowsAdvice.class
org.springframework.aop.TrueClassFilter.class
org.springframework.aop.TrueMethodMatcher.class
org.springframework.aop.TruePointcut.class
org.springframework.aop.framework.Advised.class
org.springframework.aop.framework.AdvisedSupport.class
org.springframework.aop.framework.AdvisedSupportListener.class
org.springframework.aop.framework.AdvisorChainFactory.class
org.springframework.aop.framework.AdvisorChainFactoryUtils$1.class
org.springframework.aop.framework.AdvisorChainFactoryUtils.class
org.springframework.aop.framework.AopConfigException.class
org.springframework.aop.framework.AopContext.class
org.springframework.aop.framework.AopProxy.class
org.springframework.aop.framework.AopProxyFactory.class
org.springframework.aop.framework.AopProxyUtils.class
org.springframework.aop.framework.Cglib2AopProxy$1.class
org.springframework.aop.framework.Cglib2AopProxy$AdvisedDispatcher.class
org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.class
org.springframework.aop.framework.Cglib2AopProxy$CglibUtils.class
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$DynamicUnadvisedExposedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$DynamicUnadvisedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$EqualsInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$FixedChainStaticTargetInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$HashCodeInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$ProxyCallbackFilter.class
org.springframework.aop.framework.Cglib2AopProxy$SerializableNoOp.class
org.springframework.aop.framework.Cglib2AopProxy$StaticDispatcher.class
org.springframework.aop.framework.Cglib2AopProxy$StaticUnadvisedExposedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$StaticUnadvisedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy.class
org.springframework.aop.framework.DefaultAopProxyFactory$CglibProxyFactory.class
org.springframework.aop.framework.DefaultAopProxyFactory.class
org.springframework.aop.framework.HashMapCachingAdvisorChainFactory.class
org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher.class
org.springframework.aop.framework.JdkDynamicAopProxy.class
org.springframework.aop.framework.ProxyConfig.class
org.springframework.aop.framework.ProxyFactory.class
org.springframework.aop.framework.ProxyFactoryBean$PrototypePlaceholderAdvisor.class
org.springframework.aop.framework.ProxyFactoryBean.class
org.springframework.aop.framework.ReflectiveMethodInvocation.class
org.springframework.aop.framework.adapter.AdvisorAdapter.class
org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager.class
org.springframework.aop.framework.adapter.AdvisorAdapterRegistry.class
org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter.class
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.class
org.springframework.aop.framework.adapter.BeforeAdviceAdapter.class
org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry.class
org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry.class
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.class
org.springframework.aop.framework.adapter.ThrowsAdviceAdapter.class
org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor.class
org.springframework.aop.framework.adapter.UnknownAdviceTypeException.class
org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.TargetSourceCreator.class
org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.metadata.PrototypeAttribute.class
org.springframework.aop.framework.autoproxy.metadata.ThreadLocalAttribute.class
org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.PoolingAttribute.class
org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator.class
org.springframework.aop.interceptor.AbstractMonitoringInterceptor.class
org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor.class
org.springframework.aop.interceptor.AbstractTraceInterceptor.class
org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor.class
org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor.class
org.springframework.aop.interceptor.CustomizableTraceInterceptor.class
org.springframework.aop.interceptor.DebugInterceptor.class
org.springframework.aop.interceptor.ExposeInvocationInterceptor.class
org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor.class
org.springframework.aop.interceptor.PerformanceMonitorInterceptor.class
org.springframework.aop.interceptor.SimpleTraceInterceptor.class
org.springframework.aop.interceptor.TraceInterceptor.class
org.springframework.aop.support.AbstractPointcutAdvisor.class
org.springframework.aop.support.AbstractRegexpMethodPointcut.class
org.springframework.aop.support.AopUtils.class
org.springframework.aop.support.ClassFilters$IntersectionClassFilter.class
org.springframework.aop.support.ClassFilters$UnionClassFilter.class
org.springframework.aop.support.ClassFilters.class
org.springframework.aop.support.ComposablePointcut.class
org.springframework.aop.support.ControlFlowPointcut.class
org.springframework.aop.support.DefaultIntroductionAdvisor.class
org.springframework.aop.support.DefaultPointcutAdvisor.class
org.springframework.aop.support.DelegatingIntroductionInterceptor.class
org.springframework.aop.support.DynamicMethodMatcher.class
org.springframework.aop.support.DynamicMethodMatcherPointcut.class
org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor.class
org.springframework.aop.support.IntroductionInfoSupport.class
org.springframework.aop.support.JdkRegexpMethodPointcut.class
org.springframework.aop.support.MethodMatchers$1.class
org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher.class
org.springframework.aop.support.MethodMatchers$UnionMethodMatcher.class
org.springframework.aop.support.MethodMatchers.class
org.springframework.aop.support.NameMatchMethodPointcut.class
org.springframework.aop.support.NameMatchMethodPointcutAdvisor.class
org.springframework.aop.support.Perl5RegexpMethodPointcut.class
org.springframework.aop.support.Pointcuts$GetterPointcut.class
org.springframework.aop.support.Pointcuts$SetterPointcut.class
org.springframework.aop.support.Pointcuts.class
org.springframework.aop.support.RegexpMethodPointcutAdvisor$Perl5RegexpPointcutFactory.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
cglib-nodep-2.1_3.jar
/cglib/cglib-nodep/2.1_3
查看cglib-nodep所有版本文件
commons-attributes-api-2.1.jar
/commons-attributes/commons-attributes-api/2.1
查看commons-attributes-api所有版本文件
commons-attributes-compiler-2.1.jar
/commons-attributes/commons-attributes-compiler/2.1
查看commons-attributes-compiler所有版本文件
commons-logging-1.0.4.jar
/commons-logging/commons-logging/1.0.4
查看commons-logging所有版本文件
commons-pool-1.2.jar
/commons-pool/commons-pool/1.2
查看commons-pool所有版本文件
jamon-1.0.jar
/com.jamonapi/jamon/1.0
查看jamon所有版本文件
oro-2.0.8.jar
/oro/oro/2.0.8
查看oro所有版本文件
spring-beans-${project.version}.jar
/${project.groupId}/spring-beans/${project.version}
查看spring-beans所有版本文件
spring-core-${project.version}.jar
/${project.groupId}/spring-core/${project.version}
查看spring-core所有版本文件
|