| 组织ID: |
commons-attributes |
| 项目ID: |
commons-attributes-compiler |
| 版本: |
2.2 |
| 最后修改时间: |
2018-08-10 22:39:58 |
| 包类型: |
jar |
| 标题: |
Jakarta Commons Attributes Ant Tasks and Utilities |
| 描述: |
An Ant task that will precompile Java source.
|
| 大小: |
29.21KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-compiler</artifactId>
<version>2.2</version>
</dependency>
|
| Gradle引入代码: |
commons-attributes:commons-attributes-compiler:2.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
=
= Copyright 2003-2006 The Apache Software Foundation
=
= Licensed under the Apache License, Version 2.0 (the "License");
= you may not use this file except in compliance with the License.
= You may obtain a copy of the License at
=
= http://www.apache.org/licenses/LICENSE-2.0
=
= Unless required by applicable law or agreed to in writing, software
= distributed under the License is distributed on an "AS IS" BASIS,
= WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
= See the License for the specific language governing permissions and
= limitations under the License.
=
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-compiler</artifactId>
<version>2.2</version>
<name>Jakarta Commons Attributes Ant Tasks and Utilities</name>
<package>org.apache.commons.attributes.compiler</package>
<description>
An Ant task that will precompile Java source.
</description>
<dependencies>
<dependency>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-api</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
<profiles>
<profile>
<!-- NOTE: This will not be activated on OS X, since classes.jar already has the tools in it. -->
<id>default-tools.jar</id>
<activation>
<property>
<name>java.vendor</name>
<value>Sun Microsystems Inc.</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.4.2</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.attributes.javadoc.CATaglet$AttributeTaglet.class
org.apache.commons.attributes.javadoc.CATaglet.class
org.apache.commons.attributes.compiler.AttributeExpressionParser$Argument.class
org.apache.commons.attributes.compiler.AttributeExpressionParser$ParseResult.class
org.apache.commons.attributes.compiler.AttributeExpressionParser.class
org.apache.commons.attributes.compiler.AttributeIndexer.class
org.apache.commons.attributes.compiler.AttributeCompiler.class
org.apache.commons.attributes.validation.AttributeValidatorTask$Validator.class
org.apache.commons.attributes.validation.AttributeValidatorTask.class
org.apache.commons.attributes.validation.AttributeValidator.class
org.apache.commons.attributes.validation.ValidationException.class
org/apache/commons/attributes/anttasks.properties
LICENSE.txt
NOTICE.txt
|
| 依赖Jar: |
commons-attributes-api-2.2.jar
/commons-attributes/commons-attributes-api/2.2
查看commons-attributes-api所有版本文件
|