Download fragment-1.0.0.jar file - Jar f

Jar examples for f:fragment

Description

A dead simple way to retain some state thought configuration changes on Android

You can download jar file fragment 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fragment-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

fragment-1.0.0-javadoc.jar
fragment-1.0.0-sources.jar
fragment-1.0.0.pom



Related Tutorials