| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.grarcht.shuttle |
| Идентификатор | Идентификаторframework |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Описание |
ОписаниеShuttle
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| framework-1.0.0.pom | |
| framework-1.0.0-sources.jar.gpg | 15 KB |
| framework-1.0.0-sources.jar | 19 KB |
| framework-1.0.0-release.gpg | 84 KB |
| framework-1.0.0-release.aar | 83 KB |
| framework-1.0.0-javadoc.jar.gpg | 378 KB |
| framework-1.0.0-javadoc.jar | 389 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.grarcht.shuttle/framework/ -->
<dependency>
<groupId>com.grarcht.shuttle</groupId>
<artifactId>framework</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.grarcht.shuttle/framework/
implementation 'com.grarcht.shuttle:framework:1.0.0'
// https://jarcasting.com/artifacts/com.grarcht.shuttle/framework/
implementation ("com.grarcht.shuttle:framework:1.0.0")
'com.grarcht.shuttle:framework:aar:1.0.0'
<dependency org="com.grarcht.shuttle" name="framework" rev="1.0.0">
<artifact name="framework" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.grarcht.shuttle', module='framework', version='1.0.0')
)
libraryDependencies += "com.grarcht.shuttle" % "framework" % "1.0.0"
[com.grarcht.shuttle/framework "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.20 |
| org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.5.0 |
| androidx.core » core-ktx | jar | 1.3.2 |
| androidx.appcompat » appcompat | jar | 1.4.0-alpha03 |
| androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.3.1 |
| com.grarcht.shuttle : framework-integrations-persistence | jar | 1.0.0 |