r

remotepreferences

A drop-in solution for inter-app access to SharedPreferences on Android.
https://github.com/apsun/RemotePreferences
MIT
Andrew Sun
Files download
File Operation
remotepreferences-0.8.pom download
remotepreferences-0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.crossbowffs.remotepreferences</groupId>
  <artifactId>remotepreferences</artifactId>
  <version>0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.crossbowffs.remotepreferences:remotepreferences:0.8'
Gradle Kotlin
implementation("com.crossbowffs.remotepreferences:remotepreferences:0.8")
Scala SBT
libraryDependencies += "com.crossbowffs.remotepreferences" % "remotepreferences" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.crossbowffs.remotepreferences', module='remotepreferences', version='0.8')
)
Apache Ivy
<dependency org="com.crossbowffs.remotepreferences" name="remotepreferences" rev="0.8" />
Leiningen
[com.crossbowffs.remotepreferences/remotepreferences "0.8"]
Apache Buildr
'com.crossbowffs.remotepreferences:remotepreferences:jar:0.8'
Dependencies
The project has no third-party dependencies