is not current version
Last Version 10.2.3

com.jakewharton:butterknife 2.0.0


GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife
Version

Version

2.0.0
Type

Type

jar

Download butterknife 2.0.0


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