b

butterknife-annotations

Field and method binding for Android views.
https://github.com/JakeWharton/butterknife/
The Apache Software License, Version 2.0
Jake Wharton
Files download
File Operation
butterknife-annotations-8.5.1.jar download
butterknife-annotations-8.5.1.pom download
butterknife-annotations-8.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jakewharton</groupId>
  <artifactId>butterknife-annotations</artifactId>
  <version>8.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.jakewharton:butterknife-annotations:8.5.1'
Gradle Kotlin
implementation("com.jakewharton:butterknife-annotations:8.5.1")
Scala SBT
libraryDependencies += "com.jakewharton" % "butterknife-annotations" % "8.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jakewharton', module='butterknife-annotations', version='8.5.1')
)
Apache Ivy
<dependency org="com.jakewharton" name="butterknife-annotations" rev="8.5.1" />
Leiningen
[com.jakewharton/butterknife-annotations "8.5.1"]
Apache Buildr
'com.jakewharton:butterknife-annotations:jar:8.5.1'