Download jetpack-core-0.10.2.jar file - Jar j

Jar examples for j:jetpack-core

Description

A collection of useful extension methods for Android.

You can download jar file jetpack-core 0.10.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jetpack-core-0.10.2.jar to your project.

<dependency>
   <groupId>com.github.vmironov.jetpack</groupId>
   <artifactId>jetpack-core</artifactId>
   <version>0.10.2</version>
</dependency>
compile group: 'com.github.vmironov.jetpack', name: 'jetpack-core', version: '0.10.2'
libraryDependencies += "com.github.vmironov.jetpack" % "jetpack-core" % "0.10.2"
<dependency org="com.github.vmironov.jetpack" name="jetpack-core" rev="0.10.2"/>
@Grapes(@Grab(group='com.github.vmironov.jetpack', module='jetpack-core', version='0.10.2'))
'com.github.vmironov.jetpack:jetpack-core:jar:0.10.2'

Download

Click the following link to download the jar file.

jetpack-core-0.10.2-javadoc.jar
jetpack-core-0.10.2-sources.jar
jetpack-core-0.10.2.pom



Related Tutorials