| 组织ID: |
com.android.tools.build |
| 项目ID: |
builder-model |
| 版本: |
0.4 |
| 最后修改时间: |
2018-07-28 09:11:05 |
| 包类型: |
jar |
| 标题: |
Android Builder Model library |
| 描述: |
Model for the Builder library. |
| 相关URL: |
http://tools.android.com |
| 大小: |
3.05KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>builder-model</artifactId>
<version>0.4</version>
</dependency>
|
| Gradle引入代码: |
com.android.tools.build:builder-model:0.4
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.tools.build</groupId>
<artifactId>builder-model</artifactId>
<version>0.4</version>
<name>Android Builder Model library</name>
<description>Model for the Builder library.</description>
<url>http://tools.android.com</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>git://android.googlesource.com/platform/tools/build.git</connection>
<url>https://android.googlesource.com/platform/tools/build</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.tools</groupId>
<artifactId>common</artifactId>
<version>22.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.android.builder.model.AndroidLibrary.class
com.android.builder.model.BuildConfig.class
com.android.builder.model.BuildType.class
com.android.builder.model.ProductFlavor.class
com.android.builder.model.SourceProvider.class
|
| 依赖Jar: |
common-22.0.jar
/com.android.tools/common/22.0
查看common所有版本文件
|