Maven Repository - POM file for AOP aspectjrt 1.6.11 1.6.11

Summary

AspectJ runtime.

The runtime needed to execute a program using AspectJ.

Declaration

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.11</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.

License

Name:Eclipse Public License - v 1.0
URL: http://www.eclipse.org/legal/epl-v10.html.

Depended by

The following table lists the most popular artifacts which are depending on aspectjrt-1.6.11. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentisoparser 1.0-RC-1
A generic parser and writer for all ISO 14496 based files (MP4, Quicktime, DCF, PDCF, ...)
5




Packages

The following packages are defined in the aspectjrt-1.6.11.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




POM File Source

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.11</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>