TypedSharedPreferences

By specifying type parameters for the keys you define, you can avoid typing mistakes when saving to SharedPreferences.

License

License

GroupId

GroupId

io.github.ergooo
ArtifactId

ArtifactId

TypedSharedPreferences
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

TypedSharedPreferences
By specifying type parameters for the keys you define, you can avoid typing mistakes when saving to SharedPreferences.
Project URL

Project URL

https://github.com/ergooo/TypedSharedPreferences
Source Code Management

Source Code Management

https://github.com/ergooo/TypedSharedPreferences

Download TypedSharedPreferences

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.20

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1