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