GroupId | GroupIdcom.jakewharton |
---|---|
ArtifactId | ArtifactIdbutterknife-annotations |
Version | Version8.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jakewharton/butterknife-annotations/ -->
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-annotations</artifactId>
<version>8.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/butterknife-annotations/
implementation 'com.jakewharton:butterknife-annotations:8.3.0'
// https://jarcasting.com/artifacts/com.jakewharton/butterknife-annotations/
implementation ("com.jakewharton:butterknife-annotations:8.3.0")
'com.jakewharton:butterknife-annotations:jar:8.3.0'
<dependency org="com.jakewharton" name="butterknife-annotations" rev="8.3.0">
<artifact name="butterknife-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='butterknife-annotations', version='8.3.0')
)
libraryDependencies += "com.jakewharton" % "butterknife-annotations" % "8.3.0"
[com.jakewharton/butterknife-annotations "8.3.0"]