License |
License |
---|---|
GroupId | GroupIdpro.labster |
ArtifactId | ArtifactIdtypedpreferences |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionTypedPreferences
A small library that helps you to store typed preferences in SharedPreferences
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
typedpreferences-1.0.1.pom | |
typedpreferences-1.0.1-sources.jar | 3 KB |
typedpreferences-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/pro.labster/typedpreferences/ -->
<dependency>
<groupId>pro.labster</groupId>
<artifactId>typedpreferences</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pro.labster/typedpreferences/
implementation 'pro.labster:typedpreferences:1.0.1'
// https://jarcasting.com/artifacts/pro.labster/typedpreferences/
implementation ("pro.labster:typedpreferences:1.0.1")
'pro.labster:typedpreferences:aar:1.0.1'
<dependency org="pro.labster" name="typedpreferences" rev="1.0.1">
<artifact name="typedpreferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='pro.labster', module='typedpreferences', version='1.0.1')
)
libraryDependencies += "pro.labster" % "typedpreferences" % "1.0.1"
[pro.labster/typedpreferences "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |