Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.stephanenicolas |
ArtifactId | ArtifactIdbutterknife-gradle-plugin |
Version | Version10.0.0.3 |
Type | Typejar |
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife-gradle-plugin/
implementation 'com.github.stephanenicolas:butterknife-gradle-plugin:10.0.0.3'
// https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife-gradle-plugin/
implementation ("com.github.stephanenicolas:butterknife-gradle-plugin:10.0.0.3")
'com.github.stephanenicolas:butterknife-gradle-plugin:jar:10.0.0.3'
<dependency org="com.github.stephanenicolas" name="butterknife-gradle-plugin" rev="10.0.0.3">
<artifact name="butterknife-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas', module='butterknife-gradle-plugin', version='10.0.0.3')
)
libraryDependencies += "com.github.stephanenicolas" % "butterknife-gradle-plugin" % "10.0.0.3"
[com.github.stephanenicolas/butterknife-gradle-plugin "10.0.0.3"]