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