MVN

com.paulrybitskyi : hilt-binder

Maven & Gradle

Oct 31, 2021
1 usages
68 stars

hilt-binder · A public API of the library that automatically generates Dagger Hilt's @Binds methods.

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

Latest Version

Choose a version of com.paulrybitskyi : hilt-binder 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 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement