Maven Repository - POM file for Data Structure commons-attributes-api 2.2 2.2

Summary

Jakarta Commons Attributes API.

A precompiler for java that enables the use of attributes as seen in C#..

Declaration

Here is the list of declaration for commons-attributes-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>commons-attributes</groupId>
   <artifactId>commons-attributes-api</artifactId>
   <version>2.2</version>
</dependency>

If you think this Maven repository POM file listing for commons-attributes-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depended by

The following table lists the most popular artifacts which are depending on commons-attributes-api-2.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-aop 2.5.6
Spring Framework: AOP
31
Springspring-webmvc 2.5.1
Spring Framework: Web MVC
14
Springspring-webmvc 2.5.6.SEC01
Spring Framework: Web MVC
6
Springspring-webmvc 2.5.6.SEC02
Spring Framework: Web MVC
16
Springspring-aop 2.5
Spring Framework: AOP
81
Springspring-webmvc 2.5.4
Spring Framework: Web MVC
9
Springspring-aop 2.0.6
Spring Framework: AOP
8
Springspring 2.5.5
Spring Framework
11
Springspring-aop 2.5.4
Spring Framework: AOP
9
Springspring-webmvc 2.5.6
Spring Framework: Web MVC
7
Springspring 2.5.2
Spring Framework
8
Springspring 2.5.6.SEC03
Spring Framework
12
Springspring-webmvc 2.0.6
Spring Framework: WebMVC
7
Springspring 2.5.4
Spring Framework
8
Springspring 2.5.6
Spring Framework
51
Springspring 2.0
Spring Framework
11
Springspring-webmvc 2.5
Spring Framework: Web MVC
18
Springspring-aop 2.5.6.SEC01
Spring Framework: AOP
18
Springspring 2.5.6.SEC01
Spring Framework
5
Parsercommons-attributes-compiler 2.2
An Ant task that will precompile Java source.
38




Packages

The following packages are defined in the commons-attributes-api-2.2.jar

org.apache.commons.attributes

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>commons-attributes</groupId>
  <artifactId>commons-attributes-api</artifactId>
  <name>Jakarta Commons Attributes API</name>
  <version>2.2</version>
  <description>A precompiler for java that enables the use of attributes as seen in C#.</description>
  <dependencies>
    <dependency>
      <groupId>ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.5</version>
    </dependency>
    <dependency>
      <groupId>qdox</groupId>
      <artifactId>qdox</artifactId>
      <version>1.5</version>
    </dependency>
  </dependencies>
</project>