is not current version
Last Version 0.2.5

com.spotify:missinglink-parent 0.2.3

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.

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

missinglink-parent
Version

Version

0.2.3
Type

Type

pom

Download missinglink-parent 0.2.3


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