| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdme.proton.core |
| ArtifactId | ArtifactIddata-room |
| Last Version | Last Version8.4.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptiondata-room
Proton Core libraries for Android
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| data-room-8.4.0.pom | |
| data-room-8.4.0-sources.jar | 7 KB |
| data-room-8.4.0-javadoc.jar | 278 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/data-room/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>data-room</artifactId>
<version>8.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/data-room/
implementation 'me.proton.core:data-room:8.4.0'
// https://jarcasting.com/artifacts/me.proton.core/data-room/
implementation ("me.proton.core:data-room:8.4.0")
'me.proton.core:data-room:aar:8.4.0'
<dependency org="me.proton.core" name="data-room" rev="8.4.0">
<artifact name="data-room" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='data-room', version='8.4.0')
)
libraryDependencies += "me.proton.core" % "data-room" % "8.4.0"
[me.proton.core/data-room "8.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| me.proton.core : util-kotlin | jar | 8.4.0 |
| me.proton.core : network-domain | jar | 8.4.0 |
| me.proton.core : domain | jar | 8.4.0 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.2 |
| androidx.room » room-ktx | jar | 2.4.1 |