| 组织ID: |
com.jakewharton |
| 项目ID: |
butterknife-compiler |
| 版本: |
10.2.0 |
| 最后修改时间: |
2019-09-13 13:44:29 |
| 包类型: |
jar |
| 标题: |
Butterknife Compiler |
| 描述: |
Field and method binding for Android views. |
| 相关URL: |
https://github.com/JakeWharton/butterknife/ |
| 大小: |
56.03KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-compiler</artifactId>
<version>10.2.0</version>
</dependency>
|
| Gradle引入代码: |
com.jakewharton:butterknife-compiler:10.2.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>10.2.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.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.10.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ltgt.gradle.incap</groupId>
<artifactId>incap</artifactId>
<version>0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-annotations</artifactId>
<version>10.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
<version>0.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>24.0-jre</version>
<scope>runtime</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.42</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/gradle/incremental.annotation.processors
META-INF/services/javax.annotation.processing.Processor
butterknife.compiler.ClasspathBindingSet.class
butterknife.compiler.Id.class
butterknife.compiler.FieldDrawableBinding.class
butterknife.compiler.FieldAnimationBinding.class
butterknife.compiler.FieldResourceBinding$ResourceMethod.class
butterknife.compiler.ViewBinding$Builder.class
butterknife.compiler.FieldCollectionViewBinding.class
butterknife.compiler.MemberViewBinding.class
butterknife.compiler.Parameter.class
butterknife.compiler.BindingSet$1.class
butterknife.compiler.ButterKnifeProcessor$RScanner.class
butterknife.compiler.ButterKnifeProcessor.class
butterknife.compiler.BindingSet$Builder.class
butterknife.compiler.FieldResourceBinding.class
butterknife.compiler.ResourceBinding.class
butterknife.compiler.ViewBinding.class
butterknife.compiler.FieldViewBinding.class
butterknife.compiler.ButterKnifeProcessor$1.class
butterknife.compiler.FieldResourceBinding$Type.class
butterknife.compiler.FieldTypefaceBinding.class
butterknife.compiler.BindingSet.class
butterknife.compiler.FieldCollectionViewBinding$Kind.class
butterknife.compiler.FieldTypefaceBinding$TypefaceStyles.class
butterknife.compiler.MethodViewBinding.class
butterknife.compiler.BindingInformationProvider.class
|
| 依赖Jar: |
javapoet-1.10.0.jar
/com.squareup/javapoet/1.10.0
查看javapoet所有版本文件
incap-0.2.jar
/net.ltgt.gradle.incap/incap/0.2
查看incap所有版本文件
butterknife-annotations-10.2.0.jar
/com.jakewharton/butterknife-annotations/10.2.0
查看butterknife-annotations所有版本文件
auto-common-0.10.jar
/com.google.auto/auto-common/0.10
查看auto-common所有版本文件
guava-24.0-jre.jar
/com.google.guava/guava/24.0-jre
查看guava所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
truth-0.42.jar
/com.google.truth/truth/0.42
查看truth所有版本文件
|