is not current version
Last Version 10.2.3

com.jakewharton:butterknife 5.1.1


GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife
Version

Version

5.1.1
Type

Type

jar

Download butterknife 5.1.1


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