GroupId | GroupIdcom.github.stephanenicolas |
---|---|
ArtifactId | ArtifactIdbutterknife-compiler |
Version | Version10.0.0-INCAP-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife-compiler/ -->
<dependency>
<groupId>com.github.stephanenicolas</groupId>
<artifactId>butterknife-compiler</artifactId>
<version>10.0.0-INCAP-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife-compiler/
implementation 'com.github.stephanenicolas:butterknife-compiler:10.0.0-INCAP-1'
// https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife-compiler/
implementation ("com.github.stephanenicolas:butterknife-compiler:10.0.0-INCAP-1")
'com.github.stephanenicolas:butterknife-compiler:jar:10.0.0-INCAP-1'
<dependency org="com.github.stephanenicolas" name="butterknife-compiler" rev="10.0.0-INCAP-1">
<artifact name="butterknife-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas', module='butterknife-compiler', version='10.0.0-INCAP-1')
)
libraryDependencies += "com.github.stephanenicolas" % "butterknife-compiler" % "10.0.0-INCAP-1"
[com.github.stephanenicolas/butterknife-compiler "10.0.0-INCAP-1"]