GroupId | GroupIdcom.jakewharton.scalpel |
---|---|
ArtifactId | ArtifactIdscalpel |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
scalpel-1.1.1.pom | |
scalpel-1.1.1.jar | 9 KB |
scalpel-1.1.1-sources.jar | 4 KB |
scalpel-1.1.1-javadoc.jar | 45 KB |
Browse |
<!-- 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"]