c

cheeseknife

View "injection" library for Android, that works with library modules
https://github.com/NextFaze/cheeseknife
Apache License, Version 2.0
NextFaze
文件下载
文件名 操作
cheeseknife-1.0.0.pom 下载
cheeseknife-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.nextfaze</groupId>
  <artifactId>cheeseknife</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.nextfaze:cheeseknife:1.0.0'
Gradle Kotlin
implementation("com.nextfaze:cheeseknife:1.0.0")
Scala SBT
libraryDependencies += "com.nextfaze" % "cheeseknife" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.nextfaze', module='cheeseknife', version='1.0.0')
)
Apache Ivy
<dependency org="com.nextfaze" name="cheeseknife" rev="1.0.0" />
Leiningen
[com.nextfaze/cheeseknife "1.0.0"]
Apache Buildr
'com.nextfaze:cheeseknife:jar:1.0.0'