is not current version
Last Version 2.3.6

com.github.frankiesardo:icepick 2.2

Android Bundle save and restore instance state made easy

GroupId

GroupId

com.github.frankiesardo
ArtifactId

ArtifactId

icepick
Version

Version

2.2
Type

Type

aar

Download icepick 2.2


<!-- https://jarcasting.com/artifacts/com.github.frankiesardo/icepick/ -->
<dependency>
    <groupId>com.github.frankiesardo</groupId>
    <artifactId>icepick</artifactId>
    <version>2.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frankiesardo/icepick/
implementation 'com.github.frankiesardo:icepick:2.2'
// https://jarcasting.com/artifacts/com.github.frankiesardo/icepick/
implementation ("com.github.frankiesardo:icepick:2.2")
'com.github.frankiesardo:icepick:aar:2.2'
<dependency org="com.github.frankiesardo" name="icepick" rev="2.2">
  <artifact name="icepick" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.frankiesardo', module='icepick', version='2.2')
)
libraryDependencies += "com.github.frankiesardo" % "icepick" % "2.2"
[com.github.frankiesardo/icepick "2.2"]