| License | License | 
|---|---|
| GroupId | GroupIdcom.cmonbaby | 
| ArtifactId | ArtifactIdbutterknife_annotation_lower | 
| Last Version | Last Version2.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionbutterknife_annotation_lower Custom Annotation Library | 
<!-- https://jarcasting.com/artifacts/com.cmonbaby/butterknife_annotation_lower/ -->
<dependency>
    <groupId>com.cmonbaby</groupId>
    <artifactId>butterknife_annotation_lower</artifactId>
    <version>2.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.cmonbaby/butterknife_annotation_lower/
implementation 'com.cmonbaby:butterknife_annotation_lower:2.0.0'// https://jarcasting.com/artifacts/com.cmonbaby/butterknife_annotation_lower/
implementation ("com.cmonbaby:butterknife_annotation_lower:2.0.0")'com.cmonbaby:butterknife_annotation_lower:jar:2.0.0'<dependency org="com.cmonbaby" name="butterknife_annotation_lower" rev="2.0.0">
  <artifact name="butterknife_annotation_lower" type="jar" />
</dependency>@Grapes(
@Grab(group='com.cmonbaby', module='butterknife_annotation_lower', version='2.0.0')
)libraryDependencies += "com.cmonbaby" % "butterknife_annotation_lower" % "2.0.0"[com.cmonbaby/butterknife_annotation_lower "2.0.0"]