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