组织ID: |
commons-attributes |
项目ID: |
commons-attributes-api |
版本: |
2.2 |
最后修改时间: |
2018-07-29 09:02:47 |
包类型: |
jar |
标题: |
Jakarta Commons Attributes API |
描述: |
A precompiler for java that enables the use of attributes as seen in C#. |
大小: |
35.86KB |
|
Maven引入代码: |
<dependency>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-api</artifactId>
<version>2.2</version>
</dependency>
|
Gradle引入代码: |
commons-attributes:commons-attributes-api:2.2
|
下载Jar包: |
|
POM文件内容: |
<?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>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.attributes.EmptyAttributeRepositoryClass.class
org.apache.commons.attributes.AttributeRepositoryClass.class
org.apache.commons.attributes.SealedAttributeException.class
org.apache.commons.attributes.AttributeUtil.class
org.apache.commons.attributes.CachedRepository.class
org.apache.commons.attributes.RuntimeAttributeRepository.class
org.apache.commons.attributes.DefaultSealable.class
org.apache.commons.attributes.Sealable.class
org.apache.commons.attributes.MultipleAttributesError.class
org.apache.commons.attributes.DefaultCachedRepository$MethodAttributeBundle.class
org.apache.commons.attributes.DefaultCachedRepository.class
org.apache.commons.attributes.CircularDependencyError.class
org.apache.commons.attributes.RepositoryError.class
org.apache.commons.attributes.Util.class
org.apache.commons.attributes.Indexed.class
org.apache.commons.attributes.Inheritable.class
org.apache.commons.attributes.ParameterIndexOutOfBoundsException.class
org.apache.commons.attributes.EmptyCachedRepository.class
org.apache.commons.attributes.Attributes.class
org.apache.commons.attributes.Target.class
org.apache.commons.attributes.InvalidAttributeTargetError.class
org.apache.commons.attributes.AttributeIndex$MethodParameter.class
org.apache.commons.attributes.AttributeIndex$ConstructorParameter.class
org.apache.commons.attributes.AttributeIndex$IndexNode.class
org.apache.commons.attributes.AttributeIndex$1.class
org.apache.commons.attributes.AttributeIndex.class
LICENSE.txt
NOTICE.txt
|
依赖Jar: |
ant-1.5.jar
/ant/ant/1.5
查看ant所有版本文件
qdox-1.5.jar
/qdox/qdox/1.5
查看qdox所有版本文件
|