| License |
License
The Apache License, Version 2.0
|
|---|---|
| GroupId | GroupIdio.github.justin-lewis |
| ArtifactId | ArtifactIdsafestate |
| Version | Version1.0.1 |
| Type | Typeaar |
| Description |
Descriptionsafestate
An Android library for avoiding TransactionTooLargeException during state saving and restoration
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| safestate-1.0.1.pom | |
| safestate-1.0.1-javadoc.jar | 293 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/ -->
<dependency>
<groupId>io.github.justin-lewis</groupId>
<artifactId>safestate</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/
implementation 'io.github.justin-lewis:safestate:1.0.1'
// https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/
implementation ("io.github.justin-lewis:safestate:1.0.1")
'io.github.justin-lewis:safestate:aar:1.0.1'
<dependency org="io.github.justin-lewis" name="safestate" rev="1.0.1">
<artifact name="safestate" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.justin-lewis', module='safestate', version='1.0.1')
)
libraryDependencies += "io.github.justin-lewis" % "safestate" % "1.0.1"
[io.github.justin-lewis/safestate "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 |
| androidx.appcompat » appcompat | jar | 1.3.0 |