Download typed-preferences-2.0.0.jar file - Jar t

Jar examples for t:typed-preferences

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

typed-preferences-2.0.0-javadoc.jar
typed-preferences-2.0.0-sources.jar
typed-preferences-2.0.0.jar
typed-preferences-2.0.0.pom



Related Tutorials