Jakarta Commons Attributes API.
A precompiler for java that enables the use of attributes as seen in C#..
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.
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.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-aop 2.5.6 Spring Framework: AOP | 31 |
Spring | spring-webmvc 2.5.1 Spring Framework: Web MVC | 14 |
Spring | spring-webmvc 2.5.6.SEC01 Spring Framework: Web MVC | 6 |
Spring | spring-webmvc 2.5.6.SEC02 Spring Framework: Web MVC | 16 |
Spring | spring-aop 2.5 Spring Framework: AOP | 81 |
Spring | spring-webmvc 2.5.4 Spring Framework: Web MVC | 9 |
Spring | spring-aop 2.0.6 Spring Framework: AOP | 8 |
Spring | spring 2.5.5 Spring Framework | 11 |
Spring | spring-aop 2.5.4 Spring Framework: AOP | 9 |
Spring | spring-webmvc 2.5.6 Spring Framework: Web MVC | 7 |
Spring | spring 2.5.2 Spring Framework | 8 |
Spring | spring 2.5.6.SEC03 Spring Framework | 12 |
Spring | spring-webmvc 2.0.6 Spring Framework: WebMVC | 7 |
Spring | spring 2.5.4 Spring Framework | 8 |
Spring | spring 2.5.6 Spring Framework | 51 |
Spring | spring 2.0 Spring Framework | 11 |
Spring | spring-webmvc 2.5 Spring Framework: Web MVC | 18 |
Spring | spring-aop 2.5.6.SEC01 Spring Framework: AOP | 18 |
Spring | spring 2.5.6.SEC01 Spring Framework | 5 |
Parser | commons-attributes-compiler 2.2 An Ant task that will precompile Java source. | 38 |
The following packages are defined in the commons-attributes-api-2.2.jar
org.apache.commons.attributes
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>