License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdmissinglink-core |
Last Version | Last Version0.2.5 |
Release Date | Release Date |
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.5.pom | |
missinglink-core-0.2.5.jar | 86 KB |
missinglink-core-0.2.5-sources.jar | 45 KB |
missinglink-core-0.2.5-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/missinglink-core/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>missinglink-core</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/missinglink-core/
implementation 'com.spotify:missinglink-core:0.2.5'
// https://jarcasting.com/artifacts/com.spotify/missinglink-core/
implementation ("com.spotify:missinglink-core:0.2.5")
'com.spotify:missinglink-core:jar:0.2.5'
<dependency org="com.spotify" name="missinglink-core" rev="0.2.5">
<artifact name="missinglink-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='missinglink-core', version='0.2.5')
)
libraryDependencies += "com.spotify" % "missinglink-core" % "0.2.5"
[com.spotify/missinglink-core "0.2.5"]
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 |