| 组织ID: |
com.jakewharton |
| 项目ID: |
butterknife-compiler |
| 版本: |
8.0.0 |
| 最后修改时间: |
2018-08-17 15:32:23 |
| 包类型: |
jar |
| 标题: |
Butterknife Compiler |
| 描述: |
Field and method binding for Android views. |
| 相关URL: |
https://github.com/JakeWharton/butterknife/ |
| 大小: |
37.96KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-compiler</artifactId>
<version>8.0.0</version>
</dependency>
|
| Gradle引入代码: |
com.jakewharton:butterknife-compiler:8.0.0
|
| 下载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.jakewharton</groupId>
<artifactId>butterknife-compiler</artifactId>
<version>8.0.0</version>
<name>Butterknife Compiler</name>
<description>Field and method binding for Android views.</description>
<url>https://github.com/JakeWharton/butterknife/</url>
<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>
<id>jakewharton</id>
<name>Jake Wharton</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/JakeWharton/butterknife.git</connection>
<developerConnection>scm:git:ssh://git@github.com/JakeWharton/butterknife.git</developerConnection>
<url>https://github.com/JakeWharton/butterknife/</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.28</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>robolectric</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-annotations</artifactId>
<version>8.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.9</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
butterknife.compiler.BindingClass$1.class
butterknife.compiler.BindingClass.class
butterknife.compiler.ButterKnifeProcessor$1.class
butterknife.compiler.ButterKnifeProcessor$2.class
butterknife.compiler.ButterKnifeProcessor.class
butterknife.compiler.FieldBitmapBinding.class
butterknife.compiler.FieldCollectionViewBinding$Kind.class
butterknife.compiler.FieldCollectionViewBinding.class
butterknife.compiler.FieldDrawableBinding.class
butterknife.compiler.FieldResourceBinding.class
butterknife.compiler.FieldViewBinding.class
butterknife.compiler.MethodViewBinding.class
butterknife.compiler.Parameter.class
butterknife.compiler.ViewBinding.class
butterknife.compiler.ViewBindings.class
META-INF/services/javax.annotation.processing.Processor
|
| 依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
rxjava-1.1.3.jar
/io.reactivex/rxjava/1.1.3
查看rxjava所有版本文件
auto-common-0.6.jar
/com.google.auto/auto-common/0.6
查看auto-common所有版本文件
truth-0.28.jar
/com.google.truth/truth/0.28
查看truth所有版本文件
auto-service-1.0-rc2.jar
/com.google.auto.service/auto-service/1.0-rc2
查看auto-service所有版本文件
robolectric-2.2.jar
/org.robolectric/robolectric/2.2
查看robolectric所有版本文件
butterknife-annotations-8.0.0.jar
/com.jakewharton/butterknife-annotations/8.0.0
查看butterknife-annotations所有版本文件
javapoet-1.6.1.jar
/com.squareup/javapoet/1.6.1
查看javapoet所有版本文件
compile-testing-0.9.jar
/com.google.testing.compile/compile-testing/0.9
查看compile-testing所有版本文件
|