a

annotations

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
https://github.com/square/anvil
The Apache Software License, Version 2.0
Square
文件下载
文件名 操作
annotations-2.5.0-beta07.jar 下载
annotations-2.5.0-beta07.pom 下载
annotations-2.5.0-beta07-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup.anvil</groupId>
  <artifactId>annotations</artifactId>
  <version>2.5.0-beta07</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.anvil:annotations:2.5.0-beta07'
Gradle Kotlin
implementation("com.squareup.anvil:annotations:2.5.0-beta07")
Scala SBT
libraryDependencies += "com.squareup.anvil" % "annotations" % "2.5.0-beta07"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.anvil', module='annotations', version='2.5.0-beta07')
)
Apache Ivy
<dependency org="com.squareup.anvil" name="annotations" rev="2.5.0-beta07" />
Leiningen
[com.squareup.anvil/annotations "2.5.0-beta07"]
Apache Buildr
'com.squareup.anvil:annotations:jar:2.5.0-beta07'