| 组织ID: |
com.android.tools.lint |
| 项目ID: |
lint |
| 版本: |
r16 |
| 最后修改时间: |
2019-10-22 19:50:58 |
| 包类型: |
jar |
| 标题: |
Google Android Tools lint |
| 描述: |
The lint tool for Android development. |
| 相关URL: |
http://tools.android.com/ |
| 大小: |
33.08KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.android.tools.lint</groupId>
<artifactId>lint</artifactId>
<version>r16</version>
</dependency>
|
| Gradle引入代码: |
com.android.tools.lint:lint:r16
|
| 下载Jar包: |
|
| POM文件内容: |
<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>com.android.tools.lint</groupId>
<artifactId>lint</artifactId>
<version>r16</version>
<packaging>jar</packaging>
<!--
Package was created and published to the Central repository by the
developers of the Android4Maven project at https://sourceforge.net/projects/android4maven/
-->
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<name>Google Android Tools lint</name>
<description>The lint tool for Android development.</description>
<url>http://tools.android.com/</url>
<inceptionYear>2008</inceptionYear>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
While the EULA for the Android SDK restricts distribution of those binaries, the source code
is licensed under Apache 2.0 which allows compiling binaries from source and then distributing
those versions.
</comments>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://android.googlesource.com/</url>
<connection>https://android.googlesource.com/platform/manifest.git</connection>
</scm>
<developers>
<developer>
<name>The Android Open Source Projects</name>
</developer>
</developers>
<properties>
<branch>ics-mr0</branch>
<commit>fa8fa3cb242095a83542292da9a17881b664e92a</commit>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<target>1.5</target>
<debug>false</debug>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.android.tools.lint</groupId>
<artifactId>lint_api</artifactId>
<version>r16</version>
</dependency>
<dependency>
<groupId>com.android.tools.lint.checks</groupId>
<artifactId>lint_checks</artifactId>
<version>r16</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.android.tools.lint.HtmlReporter$1.class
com.android.tools.lint.HtmlReporter.class
com.android.tools.lint.Main$1.class
com.android.tools.lint.Main$2.class
com.android.tools.lint.Main$CliConfiguration.class
com.android.tools.lint.Main$ProgressPrinter.class
com.android.tools.lint.Main.class
com.android.tools.lint.PositionXmlParser$1.class
com.android.tools.lint.PositionXmlParser$DomBuilder.class
com.android.tools.lint.PositionXmlParser$OffsetPosition.class
com.android.tools.lint.PositionXmlParser.class
com.android.tools.lint.Reporter.class
com.android.tools.lint.TextReporter.class
com.android.tools.lint.Warning.class
com.android.tools.lint.XmlReporter.class
META-INF/maven/com.android.tools.lint/lint/pom.xml
META-INF/maven/com.android.tools.lint/lint/pom.properties
|
| 依赖Jar: |
lint_api-r16.jar
/com.android.tools.lint/lint_api/r16
查看lint_api所有版本文件
lint_checks-r16.jar
/com.android.tools.lint.checks/lint_checks/r16
查看lint_checks所有版本文件
|