| Группа | Группаcom.jakewharton |
|---|---|
| Идентификатор | Идентификаторbutterknife-compiler |
| Версия | Версия8.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| butterknife-compiler-8.0.1.pom | |
| butterknife-compiler-8.0.1.jar | 38 KB |
| butterknife-compiler-8.0.1-sources.jar | 18 KB |
| butterknife-compiler-8.0.1-javadoc.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jakewharton/butterknife-compiler/ -->
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-compiler</artifactId>
<version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/butterknife-compiler/
implementation 'com.jakewharton:butterknife-compiler:8.0.1'
// https://jarcasting.com/artifacts/com.jakewharton/butterknife-compiler/
implementation ("com.jakewharton:butterknife-compiler:8.0.1")
'com.jakewharton:butterknife-compiler:jar:8.0.1'
<dependency org="com.jakewharton" name="butterknife-compiler" rev="8.0.1">
<artifact name="butterknife-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='butterknife-compiler', version='8.0.1')
)
libraryDependencies += "com.jakewharton" % "butterknife-compiler" % "8.0.1"
[com.jakewharton/butterknife-compiler "8.0.1"]