| GroupId | GroupIdio.github.blatez |
|---|---|
| ArtifactId | ArtifactIdscalpel |
| Version | Versionv1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| scalpel-v1.0.0.pom | |
| scalpel-v1.0.0.aar | 40 KB |
| scalpel-v1.0.0-sources.jar | 13 KB |
| scalpel-v1.0.0-javadoc.jar | 434 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.blatez/scalpel/ -->
<dependency>
<groupId>io.github.blatez</groupId>
<artifactId>scalpel</artifactId>
<version>v1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.blatez/scalpel/
implementation 'io.github.blatez:scalpel:v1.0.0'
// https://jarcasting.com/artifacts/io.github.blatez/scalpel/
implementation ("io.github.blatez:scalpel:v1.0.0")
'io.github.blatez:scalpel:aar:v1.0.0'
<dependency org="io.github.blatez" name="scalpel" rev="v1.0.0">
<artifact name="scalpel" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.blatez', module='scalpel', version='v1.0.0')
)
libraryDependencies += "io.github.blatez" % "scalpel" % "v1.0.0"
[io.github.blatez/scalpel "v1.0.0"]