GroupId | GroupIdcom.github.stephanenicolas |
---|---|
ArtifactId | ArtifactIdbutterknife |
Version | Version10.0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
butterknife-10.0.0.3.pom | |
butterknife-10.0.0.3.aar | 4 KB |
butterknife-10.0.0.3-sources.jar | 3 KB |
butterknife-10.0.0.3-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife/ -->
<dependency>
<groupId>com.github.stephanenicolas</groupId>
<artifactId>butterknife</artifactId>
<version>10.0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife/
implementation 'com.github.stephanenicolas:butterknife:10.0.0.3'
// https://jarcasting.com/artifacts/com.github.stephanenicolas/butterknife/
implementation ("com.github.stephanenicolas:butterknife:10.0.0.3")
'com.github.stephanenicolas:butterknife:aar:10.0.0.3'
<dependency org="com.github.stephanenicolas" name="butterknife" rev="10.0.0.3">
<artifact name="butterknife" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas', module='butterknife', version='10.0.0.3')
)
libraryDependencies += "com.github.stephanenicolas" % "butterknife" % "10.0.0.3"
[com.github.stephanenicolas/butterknife "10.0.0.3"]