Last Version

missinglink 0.2.5

Missinglink 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.

License

License

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

missinglink-parent
Version

Version

0.2.5
Type

Type

pom
Description

Description

missinglink
Missinglink 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 URL

Project URL

https://github.com/spotify/missinglink
Project Organization

Project Organization

Spotify AB
Source Code Management

Source Code Management

https://github.com/spotify/missinglink

Download missinglink-parent 0.2.5


<!-- https://jarcasting.com/artifacts/com.spotify/missinglink-parent/ -->
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>missinglink-parent</artifactId>
    <version>0.2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/missinglink-parent/
implementation 'com.spotify:missinglink-parent:0.2.5'
// https://jarcasting.com/artifacts/com.spotify/missinglink-parent/
implementation ("com.spotify:missinglink-parent:0.2.5")
'com.spotify:missinglink-parent:pom:0.2.5'
<dependency org="com.spotify" name="missinglink-parent" rev="0.2.5">
  <artifact name="missinglink-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='missinglink-parent', version='0.2.5')
)
libraryDependencies += "com.spotify" % "missinglink-parent" % "0.2.5"
[com.spotify/missinglink-parent "0.2.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • benchmarks
  • core
  • maven-plugin