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
文件下载
文件名 操作
missinglink-parent-0.2.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>missinglink-parent</artifactId>
  <version>0.2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.spotify:missinglink-parent:0.2.3'
Gradle Kotlin
implementation("com.spotify:missinglink-parent:0.2.3")
Scala SBT
libraryDependencies += "com.spotify" % "missinglink-parent" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='missinglink-parent', version='0.2.3')
)
Apache Ivy
<dependency org="com.spotify" name="missinglink-parent" rev="0.2.3" />
Leiningen
[com.spotify/missinglink-parent "0.2.3"]
Apache Buildr
'com.spotify:missinglink-parent:jar:0.2.3'