GroupId | GroupIdcom.jakewharton |
---|---|
ArtifactId | ArtifactIdbutterknife |
Version | Version8.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
butterknife-8.2.0.pom | |
butterknife-8.2.0.aar | 19 KB |
butterknife-8.2.0-sources.jar | 8 KB |
butterknife-8.2.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton/butterknife/ -->
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife</artifactId>
<version>8.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/butterknife/
implementation 'com.jakewharton:butterknife:8.2.0'
// https://jarcasting.com/artifacts/com.jakewharton/butterknife/
implementation ("com.jakewharton:butterknife:8.2.0")
'com.jakewharton:butterknife:aar:8.2.0'
<dependency org="com.jakewharton" name="butterknife" rev="8.2.0">
<artifact name="butterknife" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='butterknife', version='8.2.0')
)
libraryDependencies += "com.jakewharton" % "butterknife" % "8.2.0"
[com.jakewharton/butterknife "8.2.0"]