is not current version
Last Version 10.0.0.6

com.github.stephanenicolas:butterknife-runtime 10.0.0-INCAP-2

Field and method binding for Android views.

GroupId

GroupId

com.github.stephanenicolas
ArtifactId

ArtifactId

butterknife-runtime
Version

Version

10.0.0-INCAP-2
Type

Type

aar

Download butterknife-runtime 10.0.0-INCAP-2


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