is not current version
Last Version 1.1.2

com.jakewharton.scalpel:scalpel 1.1.1

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

GroupId

GroupId

com.jakewharton.scalpel
ArtifactId

ArtifactId

scalpel
Version

Version

1.1.1
Type

Type

jar

Download scalpel 1.1.1


<!-- https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/ -->
<dependency>
    <groupId>com.jakewharton.scalpel</groupId>
    <artifactId>scalpel</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/
implementation 'com.jakewharton.scalpel:scalpel:1.1.1'
// https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/
implementation ("com.jakewharton.scalpel:scalpel:1.1.1")
'com.jakewharton.scalpel:scalpel:jar:1.1.1'
<dependency org="com.jakewharton.scalpel" name="scalpel" rev="1.1.1">
  <artifact name="scalpel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.scalpel', module='scalpel', version='1.1.1')
)
libraryDependencies += "com.jakewharton.scalpel" % "scalpel" % "1.1.1"
[com.jakewharton.scalpel/scalpel "1.1.1"]