| 组织ID: |
com.jakewharton |
| 项目ID: |
butterknife-annotations |
| 版本: |
9.0.0-rc1 |
| 最后修改时间: |
2018-10-11 15:12:31 |
| 包类型: |
jar |
| 标题: |
Butterknife Annotations |
| 描述: |
Field and method binding for Android views. |
| 相关URL: |
https://github.com/JakeWharton/butterknife/ |
| 大小: |
18.00KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-annotations</artifactId>
<version>9.0.0-rc1</version>
</dependency>
|
| Gradle引入代码: |
com.jakewharton:butterknife-annotations:9.0.0-rc1
|
| 下载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-annotations</artifactId>
<version>9.0.0-rc1</version>
<name>Butterknife Annotations</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.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>28.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
butterknife.BindBitmap.class
butterknife.OnItemSelected.class
butterknife.BindDrawable.class
butterknife.OnTextChanged.class
butterknife.BindFont.class
butterknife.BindBool.class
butterknife.OnItemLongClick.class
butterknife.OnClick.class
butterknife.OnItemSelected$Callback.class
butterknife.BindArray.class
butterknife.OnTouch.class
butterknife.BindString.class
butterknife.internal.Constants.class
butterknife.internal.ListenerMethod.class
butterknife.internal.ListenerClass$NONE.class
butterknife.internal.ListenerClass.class
butterknife.OnLongClick.class
butterknife.OnPageChange.class
butterknife.OnTextChanged$Callback.class
butterknife.BindColor.class
butterknife.OnEditorAction.class
butterknife.BindFloat.class
butterknife.OnPageChange$Callback.class
butterknife.BindFont$TypefaceStyle.class
butterknife.BindDimen.class
butterknife.BindViews.class
butterknife.OnFocusChange.class
butterknife.BindAnim.class
butterknife.BindInt.class
butterknife.OnCheckedChanged.class
butterknife.OnItemClick.class
butterknife.BindView.class
butterknife.Optional.class
|
| 依赖Jar: |
support-annotations-28.0.0.jar
/com.android.support/support-annotations/28.0.0
查看support-annotations所有版本文件
|