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