License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdmissinglink-core |
Version | Version0.2.4 |
Type | Typejar |
Description |
DescriptionMissinglink scans the bytecode of dependency libraries to attempt to find problems
(such as NoSuchMethodError) caused by conflicting versions that would otherwise only
be found at runtime.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
missinglink-core-0.2.4.pom | |
missinglink-core-0.2.4.jar | 88 KB |
missinglink-core-0.2.4-sources.jar | 49 KB |
missinglink-core-0.2.4-javadoc.jar | 598 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/missinglink-core/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>missinglink-core</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/missinglink-core/
implementation 'com.spotify:missinglink-core:0.2.4'
// https://jarcasting.com/artifacts/com.spotify/missinglink-core/
implementation ("com.spotify:missinglink-core:0.2.4")
'com.spotify:missinglink-core:jar:0.2.4'
<dependency org="com.spotify" name="missinglink-core" rev="0.2.4">
<artifact name="missinglink-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='missinglink-core', version='0.2.4')
)
libraryDependencies += "com.spotify" % "missinglink-core" % "0.2.4"
[com.spotify/missinglink-core "0.2.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.ow2.asm : asm-tree | jar | 9.1 |
io.norberg : auto-matter-annotation | jar | 0.16.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.19.0 |