| License |
License |
|---|---|
| GroupId | GroupIdio.github.mcgrady911 |
| ArtifactId | ArtifactIdxarchitecture |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionxarchitecture
A common architecture for Android applications developing based on MVVM, integrates many open source projects, to make your developing quicker and easier
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xarchitecture-1.0.0.pom | |
| xarchitecture-1.0.0-sources.jar | 11 KB |
| xarchitecture-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mcgrady911/xarchitecture/ -->
<dependency>
<groupId>io.github.mcgrady911</groupId>
<artifactId>xarchitecture</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mcgrady911/xarchitecture/
implementation 'io.github.mcgrady911:xarchitecture:1.0.0'
// https://jarcasting.com/artifacts/io.github.mcgrady911/xarchitecture/
implementation ("io.github.mcgrady911:xarchitecture:1.0.0")
'io.github.mcgrady911:xarchitecture:aar:1.0.0'
<dependency org="io.github.mcgrady911" name="xarchitecture" rev="1.0.0">
<artifact name="xarchitecture" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.mcgrady911', module='xarchitecture', version='1.0.0')
)
libraryDependencies += "io.github.mcgrady911" % "xarchitecture" % "1.0.0"
[io.github.mcgrady911/xarchitecture "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.core » core-ktx | jar | 1.6.0 |
| androidx.appcompat » appcompat | jar | 1.3.1 |
| androidx.activity » activity-ktx | jar | 1.3.1 |
| androidx.lifecycle » lifecycle-livedata-ktx | jar | 2.3.1 |
| androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.3.1 |
| androidx.lifecycle » lifecycle-viewmodel-savedstate | jar | 2.3.1 |
| com.github.skydoves : sandwich | jar | 1.2.2 |
| com.squareup.okhttp3 : logging-interceptor | jar | 4.9.1 |
| com.squareup.retrofit2 : converter-gson | jar | 2.9.0 |
| com.google.code.gson : gson | jar | 2.8.9 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.1 |
| org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.5.1 |
| androidx.databinding » viewbinding | jar | 7.0.4 |
| androidx.databinding » databinding-common | jar | 7.0.4 |
| androidx.databinding » databinding-runtime | jar | 7.0.4 |
| androidx.databinding » databinding-adapters | jar | 7.0.4 |
| androidx.databinding » databinding-ktx | jar | 7.0.4 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.recyclerview » recyclerview | jar | 1.3.0-alpha01 |