c

commons-preferences

Preferences commons is a library with a set of useful classes to help to developer to work with preferences.
https://github.com/raxden/android-commons
The Apache License, Version 2.0
Ángel Gómez
Files download
File Operation
commons-preferences-5.0.3.pom download
commons-preferences-5.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.raxdenstudios</groupId>
  <artifactId>commons-preferences</artifactId>
  <version>5.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.raxdenstudios:commons-preferences:5.0.3'
Gradle Kotlin
implementation("com.raxdenstudios:commons-preferences:5.0.3")
Scala SBT
libraryDependencies += "com.raxdenstudios" % "commons-preferences" % "5.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.raxdenstudios', module='commons-preferences', version='5.0.3')
)
Apache Ivy
<dependency org="com.raxdenstudios" name="commons-preferences" rev="5.0.3" />
Leiningen
[com.raxdenstudios/commons-preferences "5.0.3"]
Apache Buildr
'com.raxdenstudios:commons-preferences:jar:5.0.3'