License |
License |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdprefser |
Version | Version2.1.0 |
Type | Typeaar |
Description |
Descriptionprefser
Wrapper for Android SharedPreferences with object serialization and RxJava Observables
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
prefser-2.1.0.pom | |
prefser-2.1.0.aar | 18 KB |
prefser-2.1.0-sources.jar | 9 KB |
prefser-2.1.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/prefser/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>prefser</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/prefser/
implementation 'com.github.pwittchen:prefser:2.1.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/prefser/
implementation ("com.github.pwittchen:prefser:2.1.0")
'com.github.pwittchen:prefser:aar:2.1.0'
<dependency org="com.github.pwittchen" name="prefser" rev="2.1.0">
<artifact name="prefser" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='prefser', version='2.1.0')
)
libraryDependencies += "com.github.pwittchen" % "prefser" % "2.1.0"
[com.github.pwittchen/prefser "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.1 |
io.reactivex : rxjava | jar | 1.3.0 |
com.android.support » support-annotations | jar | 25.3.1 |