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