b

butterknife_annotation

Custom Annotation Library
https://github.com/cnmen/butterknife
Apache-2.0
simon
Files download
File Operation
butterknife_annotation-1.0.0.jar download
butterknife_annotation-1.0.0.pom download
butterknife_annotation-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cmonbaby</groupId>
  <artifactId>butterknife_annotation</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.cmonbaby:butterknife_annotation:1.0.0'
Gradle Kotlin
implementation("com.cmonbaby:butterknife_annotation:1.0.0")
Scala SBT
libraryDependencies += "com.cmonbaby" % "butterknife_annotation" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cmonbaby', module='butterknife_annotation', version='1.0.0')
)
Apache Ivy
<dependency org="com.cmonbaby" name="butterknife_annotation" rev="1.0.0" />
Leiningen
[com.cmonbaby/butterknife_annotation "1.0.0"]
Apache Buildr
'com.cmonbaby:butterknife_annotation:jar:1.0.0'
Dependencies
The project has no third-party dependencies