AspectJ runtime.
The runtime needed to execute a program using AspectJ.
Here is the list of declaration for aspectjrt. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.6.12</version> </dependency>
If you think this Maven repository POM file listing for aspectjrt is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Eclipse Public License - v 1.0
URL: http://www.eclipse.org/legal/epl-v10.html.
The following table lists the most popular artifacts which are depending on aspectjrt-1.6.12. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-data-jpa 1.2.0.RELEASE Spring Data module to provide sophisticated support for JPA repositories | 6 |
The following packages are defined in the aspectjrt-1.6.12.jar
org.aspectj.internal.lang.annotation org.aspectj.internal.lang.reflect org.aspectj.lang org.aspectj.lang.annotation org.aspectj.lang.internal.lang org.aspectj.lang.reflect org.aspectj.runtime org.aspectj.runtime.internal org.aspectj.runtime.internal.cflowstack org.aspectj.runtime.reflect
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <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.aspectj</groupId> <artifactId>aspectjrt</artifactId> <packaging>jar</packaging> <version>1.6.12</version> <name>AspectJ runtime</name> <description>The runtime needed to execute a program using AspectJ</description> <url>http://www.aspectj.org</url> <licenses> <license> <name>Eclipse Public License - v 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project</url> </scm> </project>