Download shift-2.1.2.jar file - Jar s

Jar examples for s:shift

Description

Shift is a development tool that allows you to modify variables and run blocks of code while your Android application is running.

You can download jar file shift 2.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add shift-2.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

shift-2.1.2-javadoc.jar
shift-2.1.2-sources.jar
shift-2.1.2.jar
shift-2.1.2.pom



Related Tutorials