License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdmissinglink-parent |
Last Version | Last Version0.2.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmissinglink
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
missinglink-parent-0.2.5.pom | 8 KB |
Browse |
<!-- 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"]