License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdmissinglink-benchmarks |
Last Version | Last Version0.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMissinglink 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 Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.spotify/missinglink-benchmarks/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>missinglink-benchmarks</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/missinglink-benchmarks/
implementation 'com.spotify:missinglink-benchmarks:0.2.5'
// https://jarcasting.com/artifacts/com.spotify/missinglink-benchmarks/
implementation ("com.spotify:missinglink-benchmarks:0.2.5")
'com.spotify:missinglink-benchmarks:jar:0.2.5'
<dependency org="com.spotify" name="missinglink-benchmarks" rev="0.2.5">
<artifact name="missinglink-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='missinglink-benchmarks', version='0.2.5')
)
libraryDependencies += "com.spotify" % "missinglink-benchmarks" % "0.2.5"
[com.spotify/missinglink-benchmarks "0.2.5"]
Group / Artifact | Type | Version |
---|---|---|
com.spotify : missinglink-core | jar | 0.2.5 |
org.openjdk.jmh : jmh-core | jar | 1.32 |
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.32 |