License |
License |
---|---|
Categories |
CategoriesGUI User Interface Dagger Application Layer Libs Dependency Injection Guice |
GroupId | GroupIdcom.google.inject.extensions |
ArtifactId | ArtifactIdguice-dagger-adapter |
Last Version | Last Version5.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Guice - Extensions - Dagger Adapter
Guice is a lightweight dependency injection framework for Java 6 and above
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.google.inject.extensions/guice-dagger-adapter/ -->
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-dagger-adapter</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.inject.extensions/guice-dagger-adapter/
implementation 'com.google.inject.extensions:guice-dagger-adapter:5.1.0'
// https://jarcasting.com/artifacts/com.google.inject.extensions/guice-dagger-adapter/
implementation ("com.google.inject.extensions:guice-dagger-adapter:5.1.0")
'com.google.inject.extensions:guice-dagger-adapter:jar:5.1.0'
<dependency org="com.google.inject.extensions" name="guice-dagger-adapter" rev="5.1.0">
<artifact name="guice-dagger-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.inject.extensions', module='guice-dagger-adapter', version='5.1.0')
)
libraryDependencies += "com.google.inject.extensions" % "guice-dagger-adapter" % "5.1.0"
[com.google.inject.extensions/guice-dagger-adapter "5.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.dagger : dagger Optional | jar | 2.22.1 |
com.google.inject : guice | jar | 5.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.dagger : dagger-producers | jar | 2.22.1 |
com.google.truth : truth | jar | 0.45 |
com.google.auto.value : auto-value-annotations | jar | 1.6.3 |
com.google.auto.value : auto-value | jar | 1.6.3 |
com.google.inject : guice | jar | 5.1.0 |
com.google.guava : guava-testlib | jar | 30.1-jre |
org.ow2.asm : asm | jar | 9.2 |
junit : junit | jar | 4.13 |