| License |
License |
|---|---|
| GroupId | GroupIdcom.fredporciuncula |
| ArtifactId | ArtifactIdflow-preferences |
| Version | Version1.6.0 |
| Type | Typeaar |
| Description |
DescriptionFlow Preferences
Kotlin Flow version of rx-preferences -- Coroutines support for Android SharedPreferences
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flow-preferences-1.6.0.pom | |
| flow-preferences-1.6.0-sources.jar | 9 KB |
| flow-preferences-1.6.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fredporciuncula/flow-preferences/ -->
<dependency>
<groupId>com.fredporciuncula</groupId>
<artifactId>flow-preferences</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.fredporciuncula/flow-preferences/
implementation 'com.fredporciuncula:flow-preferences:1.6.0'
// https://jarcasting.com/artifacts/com.fredporciuncula/flow-preferences/
implementation ("com.fredporciuncula:flow-preferences:1.6.0")
'com.fredporciuncula:flow-preferences:aar:1.6.0'
<dependency org="com.fredporciuncula" name="flow-preferences" rev="1.6.0">
<artifact name="flow-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.fredporciuncula', module='flow-preferences', version='1.6.0')
)
libraryDependencies += "com.fredporciuncula" % "flow-preferences" % "1.6.0"
[com.fredporciuncula/flow-preferences "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.2 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |