Core module of Arkitekt framework

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

License

License

MIT
GroupId

GroupId

app.futured.arkitekt
ArtifactId

ArtifactId

core
Last Version

Last Version

5.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

Core module of Arkitekt framework
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 core

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
androidx.databinding » databinding-common jar 7.2.0
androidx.databinding » databinding-runtime jar 7.2.0
androidx.databinding » databinding-adapters jar 7.2.0
androidx.databinding » databinding-ktx jar 7.2.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (7)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.6.21
javax.inject : javax.inject jar 1
androidx.appcompat » appcompat jar 1.4.1
com.google.android.material » material jar 1.6.0
androidx.annotation » annotation jar 1.3.0
androidx.lifecycle » lifecycle-livedata-ktx jar 2.4.1
androidx.fragment » fragment jar 1.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
5.2.0
5.1.0
5.0.0