is not current version
Last Version 10.0.0.6

com.github.stephanenicolas:butterknife-reflect 10.0.0.5

Field and method binding for Android views.

GroupId

GroupId

com.github.stephanenicolas
ArtifactId

ArtifactId

butterknife-reflect
Version

Version

10.0.0.5
Type

Type

aar

Download butterknife-reflect 10.0.0.5


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