License |
License |
---|---|
GroupId | GroupIdcom.jakewharton.scalpel |
ArtifactId | ArtifactIdscalpel |
Version | Version1.1.2 |
Type | Typejar |
Description |
DescriptionScalpel
A surgical debugging tool to uncover the layers under your app.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scalpel-1.1.2.pom | |
scalpel-1.1.2.jar | 9 KB |
scalpel-1.1.2-sources.jar | 4 KB |
scalpel-1.1.2-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/ -->
<dependency>
<groupId>com.jakewharton.scalpel</groupId>
<artifactId>scalpel</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/
implementation 'com.jakewharton.scalpel:scalpel:1.1.2'
// https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/
implementation ("com.jakewharton.scalpel:scalpel:1.1.2")
'com.jakewharton.scalpel:scalpel:jar:1.1.2'
<dependency org="com.jakewharton.scalpel" name="scalpel" rev="1.1.2">
<artifact name="scalpel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.scalpel', module='scalpel', version='1.1.2')
)
libraryDependencies += "com.jakewharton.scalpel" % "scalpel" % "1.1.2"
[com.jakewharton.scalpel/scalpel "1.1.2"]