Last Version

Dagger Integration 5.2.0

Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.

License

License

MIT
Categories

Categories

Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

app.futured.arkitekt
ArtifactId

ArtifactId

dagger
Version

Version

5.2.0
Type

Type

aar
Description

Description

Dagger Integration
Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.
Project URL

Project URL

https://github.com/futuredapp/arkitekt
Source Code Management

Source Code Management

https://github.com/futuredapp/arkitekt

Download dagger 5.2.0


<!-- https://jarcasting.com/artifacts/app.futured.arkitekt/dagger/ -->
<dependency>
    <groupId>app.futured.arkitekt</groupId>
    <artifactId>dagger</artifactId>
    <version>5.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.futured.arkitekt/dagger/
implementation 'app.futured.arkitekt:dagger:5.2.0'
// https://jarcasting.com/artifacts/app.futured.arkitekt/dagger/
implementation ("app.futured.arkitekt:dagger:5.2.0")
'app.futured.arkitekt:dagger:aar:5.2.0'
<dependency org="app.futured.arkitekt" name="dagger" rev="5.2.0">
  <artifact name="dagger" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.futured.arkitekt', module='dagger', version='5.2.0')
)
libraryDependencies += "app.futured.arkitekt" % "dagger" % "5.2.0"
[app.futured.arkitekt/dagger "5.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
app.futured.arkitekt : core jar 5.2.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.6.21
androidx.appcompat » appcompat jar 1.4.1
androidx.annotation » annotation jar 1.3.0
com.google.dagger : dagger-android-support jar 2.42

Project Modules

There are no modules declared in this project.