is not current version
Last Version 1.1.2

com.jakewharton.scalpel:scalpel 1.0.0

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

GroupId

GroupId

com.jakewharton.scalpel
ArtifactId

ArtifactId

scalpel
Version

Version

1.0.0
Type

Type

jar

Download scalpel 1.0.0


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