License |
License |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdprefser-rx2 |
Version | Version2.2.3 |
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-rx2-2.2.3.pom | |
prefser-rx2-2.2.3.aar | 17 KB |
prefser-rx2-2.2.3-sources.jar | 9 KB |
prefser-rx2-2.2.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/prefser-rx2/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>prefser-rx2</artifactId>
<version>2.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/prefser-rx2/
implementation 'com.github.pwittchen:prefser-rx2:2.2.3'
// https://jarcasting.com/artifacts/com.github.pwittchen/prefser-rx2/
implementation ("com.github.pwittchen:prefser-rx2:2.2.3")
'com.github.pwittchen:prefser-rx2:aar:2.2.3'
<dependency org="com.github.pwittchen" name="prefser-rx2" rev="2.2.3">
<artifact name="prefser-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='prefser-rx2', version='2.2.3')
)
libraryDependencies += "com.github.pwittchen" % "prefser-rx2" % "2.2.3"
[com.github.pwittchen/prefser-rx2 "2.2.3"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.11 |
com.google.code.gson : gson | jar | 2.8.5 |
androidx.annotation » annotation | jar | 1.1.0 |