is not current version
Last Version 10.2.3

com.jakewharton:butterknife 3.0.1


GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife
Version

Version

3.0.1
Type

Type

jar

Download butterknife 3.0.1


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