| License |
License |
|---|---|
| GroupId | GroupIdcom.grarcht.shuttle |
| ArtifactId | ArtifactIdframework |
| Version | Version2.0.0 |
| 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 |
| Filename | Size |
|---|---|
| framework-2.0.0.pom | |
| framework-2.0.0-sources.jar.gpg | 16 KB |
| framework-2.0.0-sources.jar | 19 KB |
| framework-2.0.0-release.aar.gpg | 85 KB |
| framework-2.0.0-release.aar | 85 KB |
| framework-2.0.0-javadoc.jar.gpg | 385 KB |
| framework-2.0.0-javadoc.jar | 396 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.grarcht.shuttle/framework/ -->
<dependency>
<groupId>com.grarcht.shuttle</groupId>
<artifactId>framework</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.grarcht.shuttle/framework/
implementation 'com.grarcht.shuttle:framework:2.0.0'
// https://jarcasting.com/artifacts/com.grarcht.shuttle/framework/
implementation ("com.grarcht.shuttle:framework:2.0.0")
'com.grarcht.shuttle:framework:aar:2.0.0'
<dependency org="com.grarcht.shuttle" name="framework" rev="2.0.0">
<artifact name="framework" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.grarcht.shuttle', module='framework', version='2.0.0')
)
libraryDependencies += "com.grarcht.shuttle" % "framework" % "2.0.0"
[com.grarcht.shuttle/framework "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.0 |
| org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.6.0 |
| androidx.core » core-ktx | jar | 1.7.0 |
| androidx.appcompat » appcompat | jar | 1.4.1 |
| androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.4.1 |
| com.grarcht.shuttle : framework-integrations-persistence | jar | 2.0.0 |