License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.stephanenicolas |
ArtifactId | ArtifactIdbutterknife-gradle-plugin |
Version | Version10.0.0.6 |
Type | Typejar |
Description |
DescriptionButterknife Gradle Plugin
Field and method binding for Android views.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife-gradle-plugin/ -->
<dependency>
<groupId>com.github.stephanenicolas</groupId>
<artifactId>butterknife-gradle-plugin</artifactId>
<version>10.0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife-gradle-plugin/
implementation 'com.github.stephanenicolas:butterknife-gradle-plugin:10.0.0.6'
// https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife-gradle-plugin/
implementation ("com.github.stephanenicolas:butterknife-gradle-plugin:10.0.0.6")
'com.github.stephanenicolas:butterknife-gradle-plugin:jar:10.0.0.6'
<dependency org="com.github.stephanenicolas" name="butterknife-gradle-plugin" rev="10.0.0.6">
<artifact name="butterknife-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas', module='butterknife-gradle-plugin', version='10.0.0.6')
)
libraryDependencies += "com.github.stephanenicolas" % "butterknife-gradle-plugin" % "10.0.0.6"
[com.github.stephanenicolas/butterknife-gradle-plugin "10.0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 3.3.0 |
com.squareup : javapoet | jar | 1.10.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.truth : truth | jar | 0.42 |
androidx.annotation » annotation | jar | 1.0.0 |
com.google.testing.compile : compile-testing | jar | 0.15 |