MVN

com.paulrybitskyi : hilt-binder-compiler

Maven & Gradle

Oct 31, 2021
68 stars

hilt-binder-compiler · An annotation processor of the library that automatically generates Dagger Hilt's @Binds methods.

<dependency>
    <groupId>com.paulrybitskyi</groupId>
    <artifactId>hilt-binder-compiler</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.paulrybitskyi : hilt-binder-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2
  • Latest Beta: 1.0.0-beta01
  • Latest Alpha: 1.0.0-alpha03

All Versions

Choose a version of com.paulrybitskyi : hilt-binder-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
hilt-binder-compiler-1.1.2
hilt-binder-compiler-1.1.1
hilt-binder-compiler-1.1.0
1.0.x
hilt-binder-compiler-1.0.0
hilt-binder-compiler-1.0.0-beta01
hilt-binder-compiler-1.0.0-alpha03
hilt-binder-compiler-1.0.0-alpha02
hilt-binder-compiler-1.0.0-alpha01

How to add a dependency to Maven

Add the following com.paulrybitskyi : hilt-binder-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.paulrybitskyi</groupId>
    <artifactId>hilt-binder-compiler</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.paulrybitskyi : hilt-binder-compiler gradle dependency to your build.gradle file:

implementation 'com.paulrybitskyi:hilt-binder-compiler:1.1.2'

Gradle Kotlin DSL: Add the following com.paulrybitskyi : hilt-binder-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.paulrybitskyi:hilt-binder-compiler:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.paulrybitskyi : hilt-binder-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.paulrybitskyi" % "hilt-binder-compiler" % "1.1.2"

Advertisement