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