Download preferencefragment-0.1.1.jar file - Jar p

Jar examples for p:preferencefragment

Description

Unofficial PreferenceFragment compatibility layer for Android 1.6 and up.

You can download jar file preferencefragment 0.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add preferencefragment-0.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

preferencefragment-0.1.1-javadoc.jar
preferencefragment-0.1.1-sources.jar
preferencefragment-0.1.1.pom



Related Tutorials