is not current version
Last Version 1.0.1

pro.labster:typedpreferences 1.0.0

A small library that helps you to store typed preferences in SharedPreferences

GroupId

GroupId

pro.labster
ArtifactId

ArtifactId

typedpreferences
Version

Version

1.0.0
Type

Type

aar

Download typedpreferences 1.0.0


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