License |
License |
---|---|
GroupId | GroupIdcom.cmonbaby |
ArtifactId | ArtifactIdbutterknife_annotation |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionbutterknife_annotation
Custom Annotation Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.cmonbaby/butterknife_annotation/ -->
<dependency>
<groupId>com.cmonbaby</groupId>
<artifactId>butterknife_annotation</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cmonbaby/butterknife_annotation/
implementation 'com.cmonbaby:butterknife_annotation:1.0.0'
// https://jarcasting.com/artifacts/com.cmonbaby/butterknife_annotation/
implementation ("com.cmonbaby:butterknife_annotation:1.0.0")
'com.cmonbaby:butterknife_annotation:jar:1.0.0'
<dependency org="com.cmonbaby" name="butterknife_annotation" rev="1.0.0">
<artifact name="butterknife_annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cmonbaby', module='butterknife_annotation', version='1.0.0')
)
libraryDependencies += "com.cmonbaby" % "butterknife_annotation" % "1.0.0"
[com.cmonbaby/butterknife_annotation "1.0.0"]