is not current version
Last Version 10.2.3

com.jakewharton:butterknife 1.1.1


GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife
Version

Version

1.1.1
Type

Type

jar

Download butterknife 1.1.1


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