MVN

se.ansman.dagger.auto : compiler

Maven & Gradle

Aug 22, 2023
58 stars

Auto Dagger Compiler · Automatic Dagger setup using Hilt

<dependency>
    <groupId>se.ansman.dagger.auto</groupId>
    <artifactId>compiler</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.ansman.dagger.auto : compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of se.ansman.dagger.auto : compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
compiler-0.8.0
0.7.x
compiler-0.7.0
0.6.x
compiler-0.6.5
compiler-0.6.4
compiler-0.6.3
compiler-0.6.2
compiler-0.6.1
compiler-0.6.0
0.5.x
compiler-0.5.1
compiler-0.5.0
0.4.x
compiler-0.4.0
0.3.x
compiler-0.3.0
0.2.x
compiler-0.2.0

How to add a dependency to Maven

Add the following se.ansman.dagger.auto : compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.ansman.dagger.auto</groupId>
    <artifactId>compiler</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.ansman.dagger.auto : compiler gradle dependency to your build.gradle file:

implementation 'se.ansman.dagger.auto:compiler:0.8.0'

Gradle Kotlin DSL: Add the following se.ansman.dagger.auto : compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("se.ansman.dagger.auto:compiler:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.ansman.dagger.auto : compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "se.ansman.dagger.auto" % "compiler" % "0.8.0"