is not current version
Last Version 10.2.3

com.jakewharton:butterknife-compiler 10.0.0

Field and method binding for Android views.

GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife-compiler
Version

Version

10.0.0
Type

Type

jar

Download butterknife-compiler 10.0.0


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