b

butterknife-runtime

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-runtime-9.0.0-rc3.pom download
butterknife-runtime-9.0.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jakewharton</groupId>
  <artifactId>butterknife-runtime</artifactId>
  <version>9.0.0-rc3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.jakewharton:butterknife-runtime:9.0.0-rc3'
Gradle Kotlin
implementation("com.jakewharton:butterknife-runtime:9.0.0-rc3")
Scala SBT
libraryDependencies += "com.jakewharton" % "butterknife-runtime" % "9.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='com.jakewharton', module='butterknife-runtime', version='9.0.0-rc3')
)
Apache Ivy
<dependency org="com.jakewharton" name="butterknife-runtime" rev="9.0.0-rc3" />
Leiningen
[com.jakewharton/butterknife-runtime "9.0.0-rc3"]
Apache Buildr
'com.jakewharton:butterknife-runtime:jar:9.0.0-rc3'