MVN

com.google.dagger : hilt-core

Maven & Gradle

Jul 13, 2023
4 usages
17.2k stars

Hilt Core · A fast dependency injector for Android and Java.

<dependency>
    <groupId>com.google.dagger</groupId>
    <artifactId>hilt-core</artifactId>
    <version>2.47</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.dagger : hilt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.47
  • Latest Beta: 2.34.1-beta
  • Latest Alpha: 2.32-alpha

All Versions

Choose a version of com.google.dagger : hilt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.47
hilt-core-2.47
2.46.x
hilt-core-2.46.1
2.46
hilt-core-2.46
2.45
hilt-core-2.45
2.44.x
hilt-core-2.44.2
hilt-core-2.44.1
2.44
hilt-core-2.44
2.43.x
hilt-core-2.43.2
hilt-core-2.43.1
2.43
hilt-core-2.43
2.42
hilt-core-2.42
2.41
hilt-core-2.41
2.40.x
hilt-core-2.40.5
hilt-core-2.40.4
hilt-core-2.40.3
hilt-core-2.40.2
hilt-core-2.40.1
2.40
hilt-core-2.40
2.39.x
hilt-core-2.39.1
2.39
hilt-core-2.39
2.38.x
hilt-core-2.38.1
2.38
hilt-core-2.38
2.37
hilt-core-2.37
2.36
hilt-core-2.36
2.35.x
hilt-core-2.35.1
2.35
hilt-core-2.35
2.34.x
hilt-core-2.34.1-beta
2.34
hilt-core-2.34-beta
2.33
hilt-core-2.33-beta
2.32
hilt-core-2.32-alpha
2.31.x
hilt-core-2.31.2-alpha
hilt-core-2.31.1-alpha
2.31
hilt-core-2.31-alpha
2.30.x
hilt-core-2.30.1-alpha
2.30
hilt-core-2.30-alpha
2.29.x
hilt-core-2.29.1-alpha
2.29
hilt-core-2.29-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.dagger</groupId>
    <artifactId>hilt-core</artifactId>
    <version>2.47</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.dagger : hilt-core gradle dependency to your build.gradle file:

implementation 'com.google.dagger:hilt-core:2.47'

Gradle Kotlin DSL: Add the following com.google.dagger : hilt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.dagger:hilt-core:2.47")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.dagger : hilt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.dagger" % "hilt-core" % "2.47"

Advertisement