Jar examples for t:typed-preferences
Bring sanity to android's key-value stores by defining your keys with types and defaults, so your call-sites don't have to.
You can download jar file typed-preferences 2.0.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add typed-preferences-2.0.0.jar to your project.
<dependency> <groupId>info.metadude.android</groupId> <artifactId>typed-preferences</artifactId> <version>2.0.0</version> </dependency>
compile group: 'info.metadude.android', name: 'typed-preferences', version: '2.0.0'
libraryDependencies += "info.metadude.android" % "typed-preferences" % "2.0.0"
<dependency org="info.metadude.android" name="typed-preferences" rev="2.0.0"/>
@Grapes(@Grab(group='info.metadude.android', module='typed-preferences', version='2.0.0'))
'info.metadude.android:typed-preferences:jar:2.0.0'
Click the following link to download the jar file.
typed-preferences-2.0.0-javadoc.jar