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
Files download
File Operation
annotations-2.3.7.jar download
annotations-2.3.7.pom download
annotations-2.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.anvil</groupId>
  <artifactId>annotations</artifactId>
  <version>2.3.7</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.anvil:annotations:2.3.7'
Gradle Kotlin
implementation("com.squareup.anvil:annotations:2.3.7")
Scala SBT
libraryDependencies += "com.squareup.anvil" % "annotations" % "2.3.7"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.anvil', module='annotations', version='2.3.7')
)
Apache Ivy
<dependency org="com.squareup.anvil" name="annotations" rev="2.3.7" />
Leiningen
[com.squareup.anvil/annotations "2.3.7"]
Apache Buildr
'com.squareup.anvil:annotations:jar:2.3.7'