m

missinglink-parent

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.
https://github.com/spotify/missinglink
The Apache Software License, Version 2.0
Spotify AB
Axel Liljencrantz Kristofer Karlsson Matt Brown Petter Måhlén David Flemström
Files download
File Operation
missinglink-parent-0.1.3.pom download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>missinglink-parent</artifactId>
  <version>0.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.spotify:missinglink-parent:0.1.3'
Gradle Kotlin
implementation("com.spotify:missinglink-parent:0.1.3")
Scala SBT
libraryDependencies += "com.spotify" % "missinglink-parent" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='missinglink-parent', version='0.1.3')
)
Apache Ivy
<dependency org="com.spotify" name="missinglink-parent" rev="0.1.3" />
Leiningen
[com.spotify/missinglink-parent "0.1.3"]
Apache Buildr
'com.spotify:missinglink-parent:jar:0.1.3'
Dependencies
The project has no third-party dependencies