| Лицензия |
Лицензия
The Apache License, Version 2.0
|
|---|---|
| Группа | Группаio.github.justin-lewis |
| Идентификатор | Идентификаторsafestate |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Описание |
Описаниеsafestate
An Android library for avoiding TransactionTooLargeException during state saving and restoration
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| safestate-1.0.0.pom | |
| safestate-1.0.0-javadoc.jar | 283 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/ -->
<dependency>
<groupId>io.github.justin-lewis</groupId>
<artifactId>safestate</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/
implementation 'io.github.justin-lewis:safestate:1.0.0'
// https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/
implementation ("io.github.justin-lewis:safestate:1.0.0")
'io.github.justin-lewis:safestate:aar:1.0.0'
<dependency org="io.github.justin-lewis" name="safestate" rev="1.0.0">
<artifact name="safestate" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.justin-lewis', module='safestate', version='1.0.0')
)
libraryDependencies += "io.github.justin-lewis" % "safestate" % "1.0.0"
[io.github.justin-lewis/safestate "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 |
| androidx.appcompat » appcompat | jar | 1.3.0 |