Hilt Core

A fast dependency injector for Android and Java.

License

License

Categories

Categories

Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

io.github.licy5352.dagger
ArtifactId

ArtifactId

hilt-core
Last Version

Last Version

2.40.5-rc1
Release Date

Release Date

Type

Type

jar
Description

Description

Hilt Core
A fast dependency injector for Android and Java.
Project URL

Project URL

https://github.com/google/dagger
Project Organization

Project Organization

Google, Inc.
Source Code Management

Source Code Management

https://github.com/google/dagger/

Download hilt-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.licy5352.dagger/hilt-core/ -->
<dependency>
    <groupId>io.github.licy5352.dagger</groupId>
    <artifactId>hilt-core</artifactId>
    <version>2.40.5-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.licy5352.dagger/hilt-core/
implementation 'io.github.licy5352.dagger:hilt-core:2.40.5-rc1'
// https://jarcasting.com/artifacts/io.github.licy5352.dagger/hilt-core/
implementation ("io.github.licy5352.dagger:hilt-core:2.40.5-rc1")
'io.github.licy5352.dagger:hilt-core:jar:2.40.5-rc1'
<dependency org="io.github.licy5352.dagger" name="hilt-core" rev="2.40.5-rc1">
  <artifact name="hilt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.licy5352.dagger', module='hilt-core', version='2.40.5-rc1')
)
libraryDependencies += "io.github.licy5352.dagger" % "hilt-core" % "2.40.5-rc1"
[io.github.licy5352.dagger/hilt-core "2.40.5-rc1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
io.github.licy5352.dagger : dagger jar 2.40.5-rc1
javax.inject : javax.inject jar 1

Project Modules

There are no modules declared in this project.

Versions

Version
2.40.5-rc1
2.40.5-alpha03
2.35.1-rc1