is not current version
Last Version 10.2.3

com.jakewharton:butterknife 7.0.1


GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife
Version

Version

7.0.1
Type

Type

jar

Download butterknife 7.0.1


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