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