is not current version
Last Version 0.0.1-a3

com.github.fondesa:ouroboros 0.0.1-a2

A library that can save and restore the state of Android components easily.

GroupId

GroupId

com.github.fondesa
ArtifactId

ArtifactId

ouroboros
Version

Version

0.0.1-a2
Type

Type

aar

Download ouroboros 0.0.1-a2


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