Download scalpel-1.1.1.jar file - Jar s

Jar examples for s:scalpel

Description

A surgical debugging tool to uncover the layers under your app.

You can download jar file scalpel 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add scalpel-1.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

scalpel-1.1.1-javadoc.jar
scalpel-1.1.1-sources.jar
scalpel-1.1.1.jar
scalpel-1.1.1.pom



Related Tutorials