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