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