| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.grarcht.shuttle |
| Идентификатор | Идентификаторframework-integrations-persistence |
| Версия | Версия1.0.0-alpha01 |
| Тип | Тип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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.grarcht.shuttle/framework-integrations-persistence/ -->
<dependency>
<groupId>com.grarcht.shuttle</groupId>
<artifactId>framework-integrations-persistence</artifactId>
<version>1.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.grarcht.shuttle/framework-integrations-persistence/
implementation 'com.grarcht.shuttle:framework-integrations-persistence:1.0.0-alpha01'
// https://jarcasting.com/artifacts/com.grarcht.shuttle/framework-integrations-persistence/
implementation ("com.grarcht.shuttle:framework-integrations-persistence:1.0.0-alpha01")
'com.grarcht.shuttle:framework-integrations-persistence:aar:1.0.0-alpha01'
<dependency org="com.grarcht.shuttle" name="framework-integrations-persistence" rev="1.0.0-alpha01">
<artifact name="framework-integrations-persistence" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.grarcht.shuttle', module='framework-integrations-persistence', version='1.0.0-alpha01')
)
libraryDependencies += "com.grarcht.shuttle" % "framework-integrations-persistence" % "1.0.0-alpha01"
[com.grarcht.shuttle/framework-integrations-persistence "1.0.0-alpha01"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.30 |