| 组织ID: |
com.jakewharton |
| 项目ID: |
butterknife-compiler |
| 版本: |
8.6.0 |
| 最后修改时间: |
2018-08-01 15:59:01 |
| 包类型: |
jar |
| 标题: |
Butterknife Compiler |
| 描述: |
Field and method binding for Android views. |
| 相关URL: |
https://github.com/JakeWharton/butterknife/ |
| 大小: |
52.21KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-compiler</artifactId>
<version>8.6.0</version>
</dependency>
|
| Gradle引入代码: |
com.jakewharton:butterknife-compiler:8.6.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.6.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>com.jakewharton</groupId>
<artifactId>butterknife-annotations</artifactId>
<version>8.6.0</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.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.28</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
butterknife.compiler.BindingSet$1.class
butterknife.compiler.BindingSet$Builder.class
butterknife.compiler.BindingSet.class
butterknife.compiler.ButterKnifeProcessor$1.class
butterknife.compiler.ButterKnifeProcessor$IdScanner.class
butterknife.compiler.ButterKnifeProcessor$RClassScanner.class
butterknife.compiler.ButterKnifeProcessor$VarScanner.class
butterknife.compiler.ButterKnifeProcessor.class
butterknife.compiler.FieldCollectionViewBinding$Kind.class
butterknife.compiler.FieldCollectionViewBinding.class
butterknife.compiler.FieldDrawableBinding.class
butterknife.compiler.FieldResourceBinding$ResourceMethod.class
butterknife.compiler.FieldResourceBinding$Type.class
butterknife.compiler.FieldResourceBinding.class
butterknife.compiler.FieldViewBinding.class
butterknife.compiler.Id.class
butterknife.compiler.MemberViewBinding.class
butterknife.compiler.MethodViewBinding.class
butterknife.compiler.Parameter.class
butterknife.compiler.QualifiedId.class
butterknife.compiler.ResourceBinding.class
butterknife.compiler.ViewBinding$Builder.class
butterknife.compiler.ViewBinding.class
META-INF/services/javax.annotation.processing.Processor
|
| 依赖Jar: |
butterknife-annotations-8.6.0.jar
/com.jakewharton/butterknife-annotations/8.6.0
查看butterknife-annotations所有版本文件
auto-common-0.6.jar
/com.google.auto/auto-common/0.6
查看auto-common所有版本文件
javapoet-1.8.0.jar
/com.squareup/javapoet/1.8.0
查看javapoet所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
truth-0.28.jar
/com.google.truth/truth/0.28
查看truth所有版本文件
|