License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdmissinglink-core |
Version | Version0.2.2 |
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.2.pom | |
missinglink-core-0.2.2.jar | 87 KB |
missinglink-core-0.2.2-sources.jar | 46 KB |
missinglink-core-0.2.2-javadoc.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/missinglink-core/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>missinglink-core</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/missinglink-core/
implementation 'com.spotify:missinglink-core:0.2.2'
// https://jarcasting.com/artifacts/com.spotify/missinglink-core/
implementation ("com.spotify:missinglink-core:0.2.2")
'com.spotify:missinglink-core:jar:0.2.2'
<dependency org="com.spotify" name="missinglink-core" rev="0.2.2">
<artifact name="missinglink-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='missinglink-core', version='0.2.2')
)
libraryDependencies += "com.spotify" % "missinglink-core" % "0.2.2"
[com.spotify/missinglink-core "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.ow2.asm : asm-tree | jar | 7.2 |
io.norberg : auto-matter-annotation | jar | 0.15.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 3.18.1 |