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