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