组织ID: |
aspectj |
项目ID: |
aspectjrt |
版本: |
1.2.1rc1 |
最后修改时间: |
2018-08-01 16:52:04 |
包类型: |
jar |
标题: |
AspectJ runtime |
描述: |
|
相关URL: |
http://www.eclipse.org/aspectj |
大小: |
40.57KB |
|
Maven引入代码: |
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.2.1rc1</version>
</dependency>
|
Gradle引入代码: |
aspectj:aspectjrt:1.2.1rc1
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<name>AspectJ runtime</name>
<version>1.2.1rc1</version>
<description></description>
<url>http://www.eclipse.org/aspectj</url>
<issueManagement>
<url>http://bugs.eclipse.org/</url>
</issueManagement>
<inceptionYear>1997</inceptionYear>
<mailingLists>
<mailingList>
<name>AspectJ User List</name>
<subscribe>https://dev.eclipse.org/mailman/listinfo/aspectj-users</subscribe>
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/aspectj-users</unsubscribe>
<archive>http://dev.eclipse.org/mhonarc/lists/aspectj-users/maillist.html</archive>
</mailingList>
<mailingList>
<name>AspectJ Developer List</name>
<subscribe>https://dev.eclipse.org/mailman/listinfo/aspectj-dev</subscribe>
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/aspectj-dev</unsubscribe>
<archive>http://dev.eclipse.org/mhonarc/lists/aspectj-dev/maillist.html</archive>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>Common Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/cpl-v10.html</url>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anonymous@dev.eclipse.org:/home/technology:org.aspectj</connection>
<url>http://dev.eclipse.org/viewcvs/index.cgi?cvsroot=Technology_Project</url>
</scm>
<organization>
<name>Eclipse.org</name>
<url>http://www.eclipse.org/</url>
</organization>
<build>
<sourceDirectory>src/</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<resources>
<resource>
<directory>${basedir}/src/</directory>
<includes>
<include>*.jar</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/RepositoryTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>default</id>
<name>Default Repository</name>
<url>file:///aspectj/</url>
</repository>
<site>
<id>default</id>
<name>Default Site</name>
<url>scp://www.eclipse.org//aspectj/</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.aspectj.lang.JoinPoint$StaticPart.class
org.aspectj.lang.JoinPoint.class
org.aspectj.lang.NoAspectBoundException.class
org.aspectj.lang.reflect.AdviceSignature.class
org.aspectj.lang.reflect.CatchClauseSignature.class
org.aspectj.lang.reflect.CodeSignature.class
org.aspectj.lang.reflect.ConstructorSignature.class
org.aspectj.lang.reflect.FieldSignature.class
org.aspectj.lang.reflect.InitializerSignature.class
org.aspectj.lang.reflect.MemberSignature.class
org.aspectj.lang.reflect.MethodSignature.class
org.aspectj.lang.reflect.SourceLocation.class
org.aspectj.lang.Signature.class
org.aspectj.lang.SoftException.class
org.aspectj.runtime.CFlow.class
org.aspectj.runtime.internal.AroundClosure.class
org.aspectj.runtime.internal.CFlowCounter.class
org.aspectj.runtime.internal.CFlowPlusState.class
org.aspectj.runtime.internal.cflowstack.ThreadCounter.class
org.aspectj.runtime.internal.cflowstack.ThreadCounterImpl11$Counter.class
org.aspectj.runtime.internal.cflowstack.ThreadCounterImpl11.class
org.aspectj.runtime.internal.cflowstack.ThreadStack.class
org.aspectj.runtime.internal.cflowstack.ThreadStackFactory.class
org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$1.class
org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl$Counter.class
org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl.class
org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadStackImpl.class
org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.class
org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl11.class
org.aspectj.runtime.internal.cflowstack.ThreadStackImpl11.class
org.aspectj.runtime.internal.CFlowStack.class
org.aspectj.runtime.internal.Conversions.class
org.aspectj.runtime.internal.PerObjectMap.class
org.aspectj.runtime.reflect.AdviceSignatureImpl.class
org.aspectj.runtime.reflect.CatchClauseSignatureImpl.class
org.aspectj.runtime.reflect.CodeSignatureImpl.class
org.aspectj.runtime.reflect.ConstructorSignatureImpl.class
org.aspectj.runtime.reflect.Factory.class
org.aspectj.runtime.reflect.FieldSignatureImpl.class
org.aspectj.runtime.reflect.InitializerSignatureImpl.class
org.aspectj.runtime.reflect.JoinPointImpl$StaticPartImpl.class
org.aspectj.runtime.reflect.JoinPointImpl.class
org.aspectj.runtime.reflect.MemberSignatureImpl.class
org.aspectj.runtime.reflect.MethodSignatureImpl.class
org.aspectj.runtime.reflect.SignatureImpl.class
org.aspectj.runtime.reflect.SourceLocationImpl.class
org.aspectj.runtime.reflect.StringMaker.class
|
依赖Jar: |
无
|