is not current version
Last Version 10.2.3

com.jakewharton:butterknife-annotations 10.1.0

Field and method binding for Android views.

GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife-annotations
Version

Version

10.1.0
Type

Type

jar

Download butterknife-annotations 10.1.0


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