is not current version
Last Version 10.2.3

com.jakewharton:butterknife-annotations 8.2.1

Field and method binding for Android views.

GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife-annotations
Version

Version

8.2.1
Type

Type

jar

Download butterknife-annotations 8.2.1


<!-- https://jarcasting.com/artifacts/com.jakewharton/butterknife-annotations/ -->
<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>butterknife-annotations</artifactId>
    <version>8.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/butterknife-annotations/
implementation 'com.jakewharton:butterknife-annotations:8.2.1'
// https://jarcasting.com/artifacts/com.jakewharton/butterknife-annotations/
implementation ("com.jakewharton:butterknife-annotations:8.2.1")
'com.jakewharton:butterknife-annotations:jar:8.2.1'
<dependency org="com.jakewharton" name="butterknife-annotations" rev="8.2.1">
  <artifact name="butterknife-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='butterknife-annotations', version='8.2.1')
)
libraryDependencies += "com.jakewharton" % "butterknife-annotations" % "8.2.1"
[com.jakewharton/butterknife-annotations "8.2.1"]