License |
License |
---|---|
GroupId | GroupIdapp.futured.arkitekt |
ArtifactId | ArtifactIdcore |
Last Version | Last Version5.2.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCore 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-5.2.0.pom | |
core-5.2.0-sources.jar | 17 KB |
core-5.2.0-javadoc.jar | 506 KB |
Browse |
<!-- 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"]
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 |
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 |