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