is not current version
Last Version 10.2.3

com.jakewharton:butterknife 1.3.1


GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

butterknife
Version

Version

1.3.1
Type

Type

jar

Download butterknife 1.3.1


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