b

butterknife-annotations

Field and method binding for Android views.
https://github.com/JakeWharton/butterknife/
The Apache Software License, Version 2.0
Jake Wharton
文件下载
文件名 操作
butterknife-annotations-10.2.0.jar 下载
butterknife-annotations-10.2.0.pom 下载
butterknife-annotations-10.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jakewharton</groupId>
  <artifactId>butterknife-annotations</artifactId>
  <version>10.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.jakewharton:butterknife-annotations:10.2.0'
Gradle Kotlin
implementation("com.jakewharton:butterknife-annotations:10.2.0")
Scala SBT
libraryDependencies += "com.jakewharton" % "butterknife-annotations" % "10.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jakewharton', module='butterknife-annotations', version='10.2.0')
)
Apache Ivy
<dependency org="com.jakewharton" name="butterknife-annotations" rev="10.2.0" />
Leiningen
[com.jakewharton/butterknife-annotations "10.2.0"]
Apache Buildr
'com.jakewharton:butterknife-annotations:jar:10.2.0'
本项目依赖