is not current version
Last Version 2.13.2

com.chibatching.kotpref:livedata-support 2.10.0

Observe SharedPreferences changes as LiveData

Categories

Categories

Data
GroupId

GroupId

com.chibatching.kotpref
ArtifactId

ArtifactId

livedata-support
Version

Version

2.10.0
Type

Type

aar

Download livedata-support 2.10.0


<!-- https://jarcasting.com/artifacts/com.chibatching.kotpref/livedata-support/ -->
<dependency>
    <groupId>com.chibatching.kotpref</groupId>
    <artifactId>livedata-support</artifactId>
    <version>2.10.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.chibatching.kotpref/livedata-support/
implementation 'com.chibatching.kotpref:livedata-support:2.10.0'
// https://jarcasting.com/artifacts/com.chibatching.kotpref/livedata-support/
implementation ("com.chibatching.kotpref:livedata-support:2.10.0")
'com.chibatching.kotpref:livedata-support:aar:2.10.0'
<dependency org="com.chibatching.kotpref" name="livedata-support" rev="2.10.0">
  <artifact name="livedata-support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.chibatching.kotpref', module='livedata-support', version='2.10.0')
)
libraryDependencies += "com.chibatching.kotpref" % "livedata-support" % "2.10.0"
[com.chibatching.kotpref/livedata-support "2.10.0"]