Download settingsmanager-1.3.0.jar file - Jar s

Jar examples for s:settingsmanager

Description

A library that interfaces with SharedPreferences and makes it easy to store data across devices including Android Wear syncing

You can download jar file settingsmanager 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add settingsmanager-1.3.0.jar to your project.

<dependency>
   <groupId>com.github.fleker</groupId>
   <artifactId>settingsmanager</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'com.github.fleker', name: 'settingsmanager', version: '1.3.0'
libraryDependencies += "com.github.fleker" % "settingsmanager" % "1.3.0"
<dependency org="com.github.fleker" name="settingsmanager" rev="1.3.0"/>
@Grapes(@Grab(group='com.github.fleker', module='settingsmanager', version='1.3.0'))
'com.github.fleker:settingsmanager:jar:1.3.0'

Download

Click the following link to download the jar file.

settingsmanager-1.3.0-sources.jar
settingsmanager-1.3.0.pom



Related Tutorials