| License |
License |
|---|---|
| GroupId | GroupIdcom.grarcht.shuttle |
| ArtifactId | ArtifactIdframework-integrations-extensions-room |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionShuttle
Shuttle provides a modern, guarded way to pass large Serializable objects with Intents or saving them in Bundle objects to avoid app crashes from TransactionTooLargeExceptions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.grarcht.shuttle/framework-integrations-extensions-room/ -->
<dependency>
<groupId>com.grarcht.shuttle</groupId>
<artifactId>framework-integrations-extensions-room</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.grarcht.shuttle/framework-integrations-extensions-room/
implementation 'com.grarcht.shuttle:framework-integrations-extensions-room:2.0.0'
// https://jarcasting.com/artifacts/com.grarcht.shuttle/framework-integrations-extensions-room/
implementation ("com.grarcht.shuttle:framework-integrations-extensions-room:2.0.0")
'com.grarcht.shuttle:framework-integrations-extensions-room:aar:2.0.0'
<dependency org="com.grarcht.shuttle" name="framework-integrations-extensions-room" rev="2.0.0">
<artifact name="framework-integrations-extensions-room" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.grarcht.shuttle', module='framework-integrations-extensions-room', version='2.0.0')
)
libraryDependencies += "com.grarcht.shuttle" % "framework-integrations-extensions-room" % "2.0.0"
[com.grarcht.shuttle/framework-integrations-extensions-room "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.0 |
| androidx.core » core-ktx | jar | 1.7.0 |
| androidx.appcompat » appcompat | jar | 1.4.1 |
| androidx.room » room-runtime | jar | 2.4.2 |
| androidx.room » room-ktx | jar | 2.4.2 |
| com.grarcht.shuttle : framework-integrations-persistence | jar | 2.0.0 |