daml/3rdparty/workspace.bzl
Robert Autenrieth 868a72b93a
Add support for DAML_PROJECT in Navigator (#1458)
* Add circe-yaml

* Add new helper library to load SDK config files

* Add support for DAML_PROJECT in navigator

Fixes #1128
2019-06-24 17:06:20 +02:00

668 lines
286 KiB
Python

# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
def _jar_artifact_impl(ctx):
jar_name = "%s.jar" % ctx.name
ctx.download(
output=ctx.path("jar/%s" % jar_name),
url=ctx.attr.urls,
sha256=ctx.attr.sha256,
executable=False
)
src_name="%s-sources.jar" % ctx.name
srcjar_attr=""
has_sources = len(ctx.attr.src_urls) != 0
if has_sources:
ctx.download(
output=ctx.path("jar/%s" % src_name),
url=ctx.attr.src_urls,
sha256=ctx.attr.src_sha256,
executable=False
)
srcjar_attr ='\n srcjar = ":%s",' % src_name
build_file_contents = """
package(default_visibility = ['//visibility:public'])
java_import(
name = 'jar',
tags = ['maven_coordinates={artifact}'],
jars = ['{jar_name}'],{srcjar_attr}
)
filegroup(
name = 'file',
srcs = [
'{jar_name}',
'{src_name}'
],
tags = ['maven_coordinates={artifact}'],
visibility = ['//visibility:public']
)\n""".format(artifact = ctx.attr.artifact, jar_name = jar_name, src_name = src_name, srcjar_attr = srcjar_attr)
ctx.file(ctx.path("jar/BUILD"), build_file_contents, False)
return None
jar_artifact = repository_rule(
attrs = {
"artifact": attr.string(mandatory = True),
"sha256": attr.string(mandatory = True),
"urls": attr.string_list(mandatory = True),
"src_sha256": attr.string(mandatory = False, default=""),
"src_urls": attr.string_list(mandatory = False, default=[]),
},
implementation = _jar_artifact_impl
)
def jar_artifact_callback(hash):
src_urls = []
src_sha256 = ""
source=hash.get("source", None)
if source != None:
src_urls = [source["url"]]
src_sha256 = source["sha256"]
jar_artifact(
artifact = hash["artifact"],
name = hash["name"],
urls = [hash["url"]],
sha256 = hash["sha256"],
src_urls = src_urls,
src_sha256 = src_sha256
)
native.bind(name = hash["bind"], actual = hash["actual"])
def list_dependencies():
return [
{"artifact": "args4j:args4j:2.33", "lang": "java", "sha1": "bd87a75374a6d6523de82fef51fc3cfe9baf9fc9", "sha256": "91ddeaba0b24adce72291c618c00bbdce1c884755f6c4dba9c5c46e871c69ed6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/args4j/args4j/2.33/args4j-2.33.jar", "source": {"sha1": "155fd0af01281cf320eec1db59bb15507ddcb7bf", "sha256": "a337a37bc6fc9a2d81c952f4c6ebd5db12351e994d00e112d7fe87a4dd707204", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/args4j/args4j/2.33/args4j-2.33-sources.jar"} , "name": "args4j_args4j", "actual": "@args4j_args4j//jar", "bind": "jar/args4j/args4j"},
{"artifact": "ch.qos.logback:logback-classic:1.2.3", "lang": "java", "sha1": "7c4f3c474fb2c041d8028740440937705ebb473a", "sha256": "fb53f8539e7fcb8f093a56e138112056ec1dc809ebb020b59d8a36a5ebac37e0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar", "source": {"sha1": "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64", "sha256": "480cb5e99519271c9256716d4be1a27054047435ff72078d9deae5c6a19f63eb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar"} , "name": "ch_qos_logback_logback_classic", "actual": "@ch_qos_logback_logback_classic//jar", "bind": "jar/ch/qos/logback/logback_classic"},
{"artifact": "ch.qos.logback:logback-core:1.2.3", "lang": "java", "sha1": "864344400c3d4d92dfeb0a305dc87d953677c03c", "sha256": "5946d837fe6f960c02a53eda7a6926ecc3c758bbdd69aa453ee429f858217f22", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar", "source": {"sha1": "3ebabe69eba0196af9ad3a814f723fb720b9101e", "sha256": "1f69b6b638ec551d26b10feeade5a2b77abe347f9759da95022f0da9a63a9971", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar"} , "name": "ch_qos_logback_logback_core", "actual": "@ch_qos_logback_logback_core//jar", "bind": "jar/ch/qos/logback/logback_core"},
{"artifact": "co.fs2:fs2-core_2.12:1.0.0", "lang": "scala", "sha1": "8d77aa09b6ea5429da7f1baa252021d1d02d79d8", "sha256": "00854b905839d8cbf9c9ddfa15217b96e2672eed6dd5a09e5c2e65e8c0bc359c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/co/fs2/fs2-core_2.12/1.0.0/fs2-core_2.12-1.0.0.jar", "source": {"sha1": "fa05980361c50cbc279df91f84b8d0a1cc86a594", "sha256": "2f739a14ab5acea0716913bde00b2b2b25c581403bedf9c875e9b3c526dae84d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/co/fs2/fs2-core_2.12/1.0.0/fs2-core_2.12-1.0.0-sources.jar"} , "name": "co_fs2_fs2_core_2_12", "actual": "@co_fs2_fs2_core_2_12//jar:file", "bind": "jar/co/fs2/fs2_core_2_12"},
{"artifact": "co.fs2:fs2-io_2.12:1.0.0", "lang": "scala", "sha1": "8efdfe7263f89503c9e7cae137d540ffbb7c73c8", "sha256": "6561bdbda5c21c96abb23518c5b723f60659fe906ca5f052590a59352a23b011", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/co/fs2/fs2-io_2.12/1.0.0/fs2-io_2.12-1.0.0.jar", "source": {"sha1": "1cceae13c568bf88e258d69f32f40e192709261e", "sha256": "503c9e9709c5d42891bf10c736ee406ff4481529a2f3d33a589d018148ad8361", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/co/fs2/fs2-io_2.12/1.0.0/fs2-io_2.12-1.0.0-sources.jar"} , "name": "co_fs2_fs2_io_2_12", "actual": "@co_fs2_fs2_io_2_12//jar:file", "bind": "jar/co/fs2/fs2_io_2_12"},
{"artifact": "com.beust:jcommander:1.12", "lang": "java", "sha1": "7409692b48022f9eca7445861defbcdb9ee3c2a8", "sha256": "47544b2ce3a16d88bcfdc2144200de5d1a9f26dcf21a929095ae62d889c6614b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/beust/jcommander/1.12/jcommander-1.12.jar", "source": {"sha1": "b48b3ece6fb6272e00bd76c377fedb1bfa83fe59", "sha256": "fccb2dda4d87781535459f840af24bdbfda920b6dcac815595bb821c01f213ab", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/beust/jcommander/1.12/jcommander-1.12-sources.jar"} , "name": "com_beust_jcommander", "actual": "@com_beust_jcommander//jar", "bind": "jar/com/beust/jcommander"},
# duplicates in com.chuusai:shapeless_2.12 fixed to 2.3.2
# - com.github.pureconfig:pureconfig_2.12:0.8.0 wanted version 2.3.2
# - io.circe:circe-generic_2.12:0.10.0 wanted version 2.3.3
# - org.parboiled:parboiled_2.12:2.1.4 wanted version 2.3.2
# - org.tpolecat:doobie-core_2.12:0.6.0 wanted version 2.3.3
{"artifact": "com.chuusai:shapeless_2.12:2.3.2", "lang": "scala", "sha1": "27e115ffed7917b456e54891de67173f4a68d5f1", "sha256": "75926d9dd4688710ca16d852b58746dcfc013a2a1a58d1e817a27f95b2d42303", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar", "source": {"sha1": "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1", "sha256": "6c00f4454ee1250fb2385e01e02d5751bdf6594e847befab5dbe417c95dbd2b9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar"} , "name": "com_chuusai_shapeless_2_12", "actual": "@com_chuusai_shapeless_2_12//jar:file", "bind": "jar/com/chuusai/shapeless_2_12"},
{"artifact": "com.eed3si9n:gigahorse-core_2.12:0.3.0", "lang": "scala", "sha1": "ddf60d6abfd3b3025be51946aae49b67a1d7336e", "sha256": "9f198e77608a915797e9d4b5c91eedae621cecc3f25f2a551a3fa5d6bc678aa4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/gigahorse-core_2.12/0.3.0/gigahorse-core_2.12-0.3.0.jar", "source": {"sha1": "b3fb25b9c0588954977aa6a478111d8216b7de77", "sha256": "31a6c5d8599e7bd4a9c1d38e56764c80695970ba045d2e9040dc98929b22f52a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/gigahorse-core_2.12/0.3.0/gigahorse-core_2.12-0.3.0-sources.jar"} , "name": "com_eed3si9n_gigahorse_core_2_12", "actual": "@com_eed3si9n_gigahorse_core_2_12//jar:file", "bind": "jar/com/eed3si9n/gigahorse_core_2_12"},
{"artifact": "com.eed3si9n:gigahorse-okhttp_2.12:0.3.0", "lang": "scala", "sha1": "9b0befc6cc40b80b3d3a685a7cd4657f225177cb", "sha256": "5cf8e8bb9d90a08aa851ac066f378f83710af7823d788f837dc64f22cebcbbdf", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/gigahorse-okhttp_2.12/0.3.0/gigahorse-okhttp_2.12-0.3.0.jar", "source": {"sha1": "79645f4704c411cc07604ce9c4cb3f87b3f4281c", "sha256": "e991af1bb7150ee6341d4fbf0305b173cf6e0af81076cbccb010a6581019ea09", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/gigahorse-okhttp_2.12/0.3.0/gigahorse-okhttp_2.12-0.3.0-sources.jar"} , "name": "com_eed3si9n_gigahorse_okhttp_2_12", "actual": "@com_eed3si9n_gigahorse_okhttp_2_12//jar:file", "bind": "jar/com/eed3si9n/gigahorse_okhttp_2_12"},
{"artifact": "com.eed3si9n:shaded-scalajson_2.12:1.0.0-M4", "lang": "scala", "sha1": "10f27db4bc3b0c0c1a5c9a28a67f84995a2c3013", "sha256": "264051c330fca00fe57d4b4cb767c1f6b359a5603f79f63562832125c7055a40", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/shaded-scalajson_2.12/1.0.0-M4/shaded-scalajson_2.12-1.0.0-M4.jar", "source": {"sha1": "815c3da773917a299e10657936129df69b502d95", "sha256": "73400e3c769019b0ea5f5f5f94e61a1ebbc3d9b6667c455524b15967a0f4e550", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/shaded-scalajson_2.12/1.0.0-M4/shaded-scalajson_2.12-1.0.0-M4-sources.jar"} , "name": "com_eed3si9n_shaded_scalajson_2_12", "actual": "@com_eed3si9n_shaded_scalajson_2_12//jar:file", "bind": "jar/com/eed3si9n/shaded_scalajson_2_12"},
{"artifact": "com.eed3si9n:sjson-new-core_2.12:0.8.2", "lang": "scala", "sha1": "dd1c94c21c9e3fc61438eabe012d1309f83ea973", "sha256": "0c67aa883ff2e703559d723dbab04e6510f0f541f5629426bf199c4719295830", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/sjson-new-core_2.12/0.8.2/sjson-new-core_2.12-0.8.2.jar", "source": {"sha1": "889c1ca416c77925879d89c3beb1cfa6e6eff866", "sha256": "985acefd13801f50d51e3d45c999c8eab4e4cc32a371deb733e884da20ff9225", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/sjson-new-core_2.12/0.8.2/sjson-new-core_2.12-0.8.2-sources.jar"} , "name": "com_eed3si9n_sjson_new_core_2_12", "actual": "@com_eed3si9n_sjson_new_core_2_12//jar:file", "bind": "jar/com/eed3si9n/sjson_new_core_2_12"},
{"artifact": "com.eed3si9n:sjson-new-murmurhash_2.12:0.8.2", "lang": "scala", "sha1": "71cdd35e396895c6e1a0097de1778072f1711d06", "sha256": "c8e622c56b1c48b384d95e8ebabaff80e1bed48aef50251a4abe613238593b93", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/sjson-new-murmurhash_2.12/0.8.2/sjson-new-murmurhash_2.12-0.8.2.jar", "source": {"sha1": "3cd580ba58ad7b5e0552953f5e749a0eba8e0b75", "sha256": "19adc4fb08a1a59151a928eea65e4417f222618f33248295eaacb1677a906295", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/sjson-new-murmurhash_2.12/0.8.2/sjson-new-murmurhash_2.12-0.8.2-sources.jar"} , "name": "com_eed3si9n_sjson_new_murmurhash_2_12", "actual": "@com_eed3si9n_sjson_new_murmurhash_2_12//jar:file", "bind": "jar/com/eed3si9n/sjson_new_murmurhash_2_12"},
{"artifact": "com.eed3si9n:sjson-new-scalajson_2.12:0.8.2", "lang": "scala", "sha1": "30ba19811e5a522371131383bbf34cba91cbfdef", "sha256": "a72ea3b3331d689e5aff14edab9b33319d3d0140e9512b87568e6311786c849d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/sjson-new-scalajson_2.12/0.8.2/sjson-new-scalajson_2.12-0.8.2.jar", "source": {"sha1": "f058a40f5ffb23176fb85b726c58d8fad83f53cf", "sha256": "820565cc1911a8e1d88789344229f92fe3dcfd747793f18fcf6e120fbe15dfd3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/eed3si9n/sjson-new-scalajson_2.12/0.8.2/sjson-new-scalajson_2.12-0.8.2-sources.jar"} , "name": "com_eed3si9n_sjson_new_scalajson_2_12", "actual": "@com_eed3si9n_sjson_new_scalajson_2_12//jar:file", "bind": "jar/com/eed3si9n/sjson_new_scalajson_2_12"},
# duplicates in com.fasterxml.jackson.core:jackson-annotations fixed to 2.9.8
# - com.fasterxml.jackson.core:jackson-databind:2.9.8 wanted version 2.9.0
# - com.fasterxml.jackson.module:jackson-module-scala_2.12:2.9.8 wanted version 2.9.8
{"artifact": "com.fasterxml.jackson.core:jackson-annotations:2.9.8", "lang": "java", "sha1": "ba7f0e6f8f1b28d251eeff2a5604bed34c53ff35", "sha256": "fdca896161766ca4a2c3e06f02f6a5ede22a5b3a55606541cd2838eace08ca23", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.8/jackson-annotations-2.9.8.jar", "source": {"sha1": "78430356aa8c7a1227f97c544e6248630a47a17a", "sha256": "134c1891587aab185730b3bf74224985e24ae483bdf39f9921140b702c8fc41a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.8/jackson-annotations-2.9.8-sources.jar"} , "name": "com_fasterxml_jackson_core_jackson_annotations", "actual": "@com_fasterxml_jackson_core_jackson_annotations//jar", "bind": "jar/com/fasterxml/jackson/core/jackson_annotations"},
{"artifact": "com.fasterxml.jackson.core:jackson-core:2.9.8", "lang": "java", "sha1": "0f5a654e4675769c716e5b387830d19b501ca191", "sha256": "d934dab0bd48994eeea2c1b493cb547158a338a80b58c4fbc8e85fb0905e105f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8.jar", "source": {"sha1": "ecaea301e166a0b48f11615864246de739b6619b", "sha256": "4ab3c312f46ddf259de240515c301c99c3a478a749d0ecaaf4395a157a646b33", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8-sources.jar"} , "name": "com_fasterxml_jackson_core_jackson_core", "actual": "@com_fasterxml_jackson_core_jackson_core//jar", "bind": "jar/com/fasterxml/jackson/core/jackson_core"},
{"artifact": "com.fasterxml.jackson.core:jackson-databind:2.9.8", "lang": "java", "sha1": "11283f21cc480aa86c4df7a0a3243ec508372ed2", "sha256": "2351c3eba73a545db9079f5d6d768347ad72666537362c8220fe3e950a55a864", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar", "source": {"sha1": "f66792d499a6fea6c7a743558f940e0ebf775ce3", "sha256": "d6b099786ebb86566c44b15b09fde8ba2055f84ca7e98c63677ba8219f04d580", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8-sources.jar"} , "name": "com_fasterxml_jackson_core_jackson_databind", "actual": "@com_fasterxml_jackson_core_jackson_databind//jar", "bind": "jar/com/fasterxml/jackson/core/jackson_databind"},
{"artifact": "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8", "lang": "java", "sha1": "a1c807329eb0c75976aeb5961a506b3516ffeae3", "sha256": "ec6c80f083d9f0f5530bae59fe7ce359e07b8b562d7e3dbe548e33c284deed22", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.8/jackson-dataformat-yaml-2.9.8.jar", "source": {"sha1": "5333e788a93d55bc87628e16f799ce0d03ad7a59", "sha256": "3712cebf21f28f0e34ece8cd32b6308713db775b77c2b43024dfe8f6e1878928", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.8/jackson-dataformat-yaml-2.9.8-sources.jar"} , "name": "com_fasterxml_jackson_dataformat_jackson_dataformat_yaml", "actual": "@com_fasterxml_jackson_dataformat_jackson_dataformat_yaml//jar", "bind": "jar/com/fasterxml/jackson/dataformat/jackson_dataformat_yaml"},
{"artifact": "com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8", "lang": "java", "sha1": "c4eef0e6e20d60fb27af4bc4770dba7bcc3f6de6", "sha256": "a7e100dddfdd82c4fb60d0b98a753bd59ce743183b18d4a017d6584f2592df37", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.8/jackson-module-parameter-names-2.9.8.jar", "source": {"sha1": "8d2358499bdaa73ab525ce9cbce90fd8dedb2f0c", "sha256": "d755b3154d216043d1001c626dd9b11ca25358171d3f448c2cf7802af3164649", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.8/jackson-module-parameter-names-2.9.8-sources.jar"} , "name": "com_fasterxml_jackson_module_jackson_module_parameter_names", "actual": "@com_fasterxml_jackson_module_jackson_module_parameter_names//jar", "bind": "jar/com/fasterxml/jackson/module/jackson_module_parameter_names"},
{"artifact": "com.fasterxml.jackson.module:jackson-module-paranamer:2.9.8", "lang": "java", "sha1": "fdfd13f2b02498960816a713bc1b37c6abd0017f", "sha256": "0beb940a273a52fd1f936f257386b82d0fe7531d280e7cf2be471019a3d1b98e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-paranamer/2.9.8/jackson-module-paranamer-2.9.8.jar", "source": {"sha1": "056f97022d4a42b412502eb9b7b9b0b642261370", "sha256": "7cc99d07c302f3cf350bb7153618f201583a026d041de57b510adfd6d9411ea5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-paranamer/2.9.8/jackson-module-paranamer-2.9.8-sources.jar"} , "name": "com_fasterxml_jackson_module_jackson_module_paranamer", "actual": "@com_fasterxml_jackson_module_jackson_module_paranamer//jar", "bind": "jar/com/fasterxml/jackson/module/jackson_module_paranamer"},
{"artifact": "com.fasterxml.jackson.module:jackson-module-scala_2.12:2.9.8", "lang": "scala", "sha1": "7ca4f402a3b0e1695d0de5b3714b682838ba8ff8", "sha256": "3b6ca631f29397cb68b80b20cc8bd428fcd59ef6bc3a9ea7a1937e9af2455ad9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.12/2.9.8/jackson-module-scala_2.12-2.9.8.jar", "source": {"sha1": "dd7336e5c81bfd16cfa867587cd6d3f16e2a295b", "sha256": "04b65a433a771698e75a05370c11f807734b9b63bdf52761922da38b82cbba3e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.12/2.9.8/jackson-module-scala_2.12-2.9.8-sources.jar"} , "name": "com_fasterxml_jackson_module_jackson_module_scala_2_12", "actual": "@com_fasterxml_jackson_module_jackson_module_scala_2_12//jar:file", "bind": "jar/com/fasterxml/jackson/module/jackson_module_scala_2_12"},
# duplicates in com.github.ben-manes.caffeine:caffeine promoted to 2.6.2
# - com.github.blemale:scaffeine_2.12:2.5.0 wanted version 2.6.2
# - com.github.cb372:scalacache-caffeine_2.12:0.20.0 wanted version 2.5.6
{"artifact": "com.github.ben-manes.caffeine:caffeine:2.6.2", "lang": "java", "sha1": "c8fd8817f9d2b2ced82f8968e0dd943aab557de0", "sha256": "e77a4457735f075158dbd021c7661797dd485695fc4ed92dfdde34d4714d9750", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.6.2/caffeine-2.6.2.jar", "source": {"sha1": "89c874f15f8a475614fb95bbb82db47ed84dd6db", "sha256": "a4948be794cce8d0b998308fd402e73337b6b3c419c21388faf72f76ac9f7a19", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.6.2/caffeine-2.6.2-sources.jar"} , "name": "com_github_ben_manes_caffeine_caffeine", "actual": "@com_github_ben_manes_caffeine_caffeine//jar", "bind": "jar/com/github/ben_manes/caffeine/caffeine"},
{"artifact": "com.github.blemale:scaffeine_2.12:2.5.0", "lang": "scala", "sha1": "78688b2e0fb6e1f5f0eb1c67f922c15dca988a79", "sha256": "5e728ecda98f39e682f2b86d62b79be806b458b8ee0631d2cd8a30df9e8dbd9d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/blemale/scaffeine_2.12/2.5.0/scaffeine_2.12-2.5.0.jar", "source": {"sha1": "129de3902b8c8a487a917ce0049628533142922a", "sha256": "9029056a1497c7b80ca68fbb9f1164516ba36365eb940521c0e6a16fc6ab08cd", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/blemale/scaffeine_2.12/2.5.0/scaffeine_2.12-2.5.0-sources.jar"} , "name": "com_github_blemale_scaffeine_2_12", "actual": "@com_github_blemale_scaffeine_2_12//jar:file", "bind": "jar/com/github/blemale/scaffeine_2_12"},
{"artifact": "com.github.cb372:scalacache-caffeine_2.12:0.20.0", "lang": "scala", "sha1": "dc669cdbd5a4da3d6386d03bce2963c7948866cc", "sha256": "41dca753d161ab77973f16b899c2d3f729d3845f9657ec4e17d7c9e586d67f95", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/cb372/scalacache-caffeine_2.12/0.20.0/scalacache-caffeine_2.12-0.20.0.jar", "source": {"sha1": "0d61f5e27c5b7cff086aad630ea6bf20c4118186", "sha256": "9ff8e6d9b602fd1ad7d018e8b6266ee1e5a9280a4ea11b663366b2cee175734b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/cb372/scalacache-caffeine_2.12/0.20.0/scalacache-caffeine_2.12-0.20.0-sources.jar"} , "name": "com_github_cb372_scalacache_caffeine_2_12", "actual": "@com_github_cb372_scalacache_caffeine_2_12//jar:file", "bind": "jar/com/github/cb372/scalacache_caffeine_2_12"},
{"artifact": "com.github.cb372:scalacache-core_2.12:0.20.0", "lang": "scala", "sha1": "ff3e2c6f2a8c8e741ef768e762838f83aa4236da", "sha256": "bdb6b483063947dc59fe45449fd0fc50a2ae8fde8f709c05a7f137a4b98a17fe", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/cb372/scalacache-core_2.12/0.20.0/scalacache-core_2.12-0.20.0.jar", "source": {"sha1": "ef1401789ad9012ba7c8714111bd0a98eade842b", "sha256": "76e20c7a3eb5ddbd9de617440fbc3cfb87907ecb27e1f79283a7f91e0e459389", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/cb372/scalacache-core_2.12/0.20.0/scalacache-core_2.12-0.20.0-sources.jar"} , "name": "com_github_cb372_scalacache_core_2_12", "actual": "@com_github_cb372_scalacache_core_2_12//jar:file", "bind": "jar/com/github/cb372/scalacache_core_2_12"},
{"artifact": "com.github.ghik:silencer-lib_2.12:1.3.1", "lang": "scala", "sha1": "cba80f06346561bfd29fc12ccc7c46b8f9484317", "sha256": "66a5d76822d536ee261f8da2e89821f2893cf92a1d344fc3b1586debe2e7d4e7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/ghik/silencer-lib_2.12/1.3.1/silencer-lib_2.12-1.3.1.jar", "source": {"sha1": "b5191fb5541e5ca1ad5573f32e0387f02fefba31", "sha256": "9e45308c71dc3fc1a0019b152ba57f9e5c782e71d3c8a1a51dd0429d9d53fef9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/ghik/silencer-lib_2.12/1.3.1/silencer-lib_2.12-1.3.1-sources.jar"} , "name": "com_github_ghik_silencer_lib_2_12", "actual": "@com_github_ghik_silencer_lib_2_12//jar:file", "bind": "jar/com/github/ghik/silencer_lib_2_12"},
{"artifact": "com.github.ghik:silencer-plugin_2.12:1.3.1", "lang": "scala", "sha1": "c9111492edba0b3cc9c78f8c4f00242f7e7250b8", "sha256": "082da2de307d68da58ef262a606d1f6ea49865f4383306e16a82821c2f4e3d90", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/ghik/silencer-plugin_2.12/1.3.1/silencer-plugin_2.12-1.3.1.jar", "source": {"sha1": "f005cce5dfeca98b3109428afcd62a7f5e6651a5", "sha256": "d03611e559c72522ed9078940d810032b39dc1b8e86d01af4041115a1764be8e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/ghik/silencer-plugin_2.12/1.3.1/silencer-plugin_2.12-1.3.1-sources.jar"} , "name": "com_github_ghik_silencer_plugin_2_12", "actual": "@com_github_ghik_silencer_plugin_2_12//jar:file", "bind": "jar/com/github/ghik/silencer_plugin_2_12"},
{"artifact": "com.github.jnr:jffi:1.2.15", "lang": "java", "sha1": "f480f0234dd8f053da2421e60574cfbd9d85e1f5", "sha256": "cc44e09e92eadb49526acdcfe3b4998faf3060dbc814ead1891be045dce077e1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar", "source": {"sha1": "63bd19cd9fb6f56798f5c8f8f377c2a8fe514550", "sha256": "c57482f4fd501f33c94a77dda3d69bb51b2d7fcbbe15a1feb6ebacbf069ac65d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15-sources.jar"} , "name": "com_github_jnr_jffi", "actual": "@com_github_jnr_jffi//jar", "bind": "jar/com/github/jnr/jffi"},
{"artifact": "com.github.jnr:jffi:jar:native:1.2.15", "lang": "java", "sha1": "053f344e9e60e16f648dc66ce7cb8b1e7499b2a9", "sha256": "c702a59929c1ad8b3b655c852492f153baeffdd251f0c68342d77df87b8ffabb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15-native.jar", "source": {"sha1": "63bd19cd9fb6f56798f5c8f8f377c2a8fe514550", "sha256": "c57482f4fd501f33c94a77dda3d69bb51b2d7fcbbe15a1feb6ebacbf069ac65d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15-sources.jar"} , "name": "com_github_jnr_jffi_jar_native", "actual": "@com_github_jnr_jffi_jar_native//jar", "bind": "jar/com/github/jnr/jffi_jar_native"},
{"artifact": "com.github.jnr:jnr-constants:0.9.8", "lang": "java", "sha1": "478036404879bd582be79e9a7939f3a161601c8b", "sha256": "bcd68e9b3d3fb61cd1dc868897fcbd5380fa091092575c343dfd98d34715cef3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.jar", "source": {"sha1": "43fb8d7c03cd7cd3bc6b7f5a35e445df6a0a2a2a", "sha256": "a12f35c5a6bcda084eeb29fece48d4c050e94744bbfac7671479ca53264fa701", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8-sources.jar"} , "name": "com_github_jnr_jnr_constants", "actual": "@com_github_jnr_jnr_constants//jar", "bind": "jar/com/github/jnr/jnr_constants"},
{"artifact": "com.github.jnr:jnr-ffi:2.1.4", "lang": "java", "sha1": "0a63bbd4af5cee55d820ef40dc5347d45765b788", "sha256": "64745a3de74257eef1d32af7cf98c4928be0f6c5d72c11729cd500db21c5d478", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.jar", "source": {"sha1": "a424f2cb3f578f0e0da817ab6a0e3963b990d2f3", "sha256": "1986559968e69c12a2327e772a8cc5ef0d985fe1cf87c10a7f0cd7da16655fc0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4-sources.jar"} , "name": "com_github_jnr_jnr_ffi", "actual": "@com_github_jnr_jnr_ffi//jar", "bind": "jar/com/github/jnr/jnr_ffi"},
{"artifact": "com.github.jnr:jnr-posix:3.0.41", "lang": "java", "sha1": "36eff018149e53ed814a340ddb7de73ceb66bf96", "sha256": "82a3fd116ffca4cf135c46eda3e377bb87d06f43484ba1bc2e9e1bfee5c7a881", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jnr-posix/3.0.41/jnr-posix-3.0.41.jar", "source": {"sha1": "db48400980189eda0dde4c8456eae6d096f7610e", "sha256": "23f7162f72f6040215e6a184832a63bf87f3bb2efb9daec39d18b46d35f674e5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jnr-posix/3.0.41/jnr-posix-3.0.41-sources.jar"} , "name": "com_github_jnr_jnr_posix", "actual": "@com_github_jnr_jnr_posix//jar", "bind": "jar/com/github/jnr/jnr_posix"},
{"artifact": "com.github.jnr:jnr-x86asm:1.0.2", "lang": "java", "sha1": "006936bbd6c5b235665d87bd450f5e13b52d4b48", "sha256": "39f3675b910e6e9b93825f8284bec9f4ad3044cd20a6f7c8ff9e2f8695ebf21e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar", "source": {"sha1": "6bb6efcd010567ad80c8bb2bdd5065b30f0f1468", "sha256": "3c983efd496f95ea5382ca014f96613786826136e0ce13d5c1cbc3097ea92ca0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar"} , "name": "com_github_jnr_jnr_x86asm", "actual": "@com_github_jnr_jnr_x86asm//jar", "bind": "jar/com/github/jnr/jnr_x86asm"},
{"artifact": "com.github.mpilquist:simulacrum_2.12:0.10.0", "lang": "scala", "sha1": "043c9efadda1dc59a5d1a73ce77b145074c7fd35", "sha256": "ab973ec7cf3ac1cbe11a3d866aae7b567bb4b2a7f038b9ee21ba3ce6b177613e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/mpilquist/simulacrum_2.12/0.10.0/simulacrum_2.12-0.10.0.jar", "source": {"sha1": "2b1e80fc551467edf829d835ff7a3c6e720994a2", "sha256": "170547db609a0764fe3ad159f3e9882579c3e2d4104db5106777859e8d607b67", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/mpilquist/simulacrum_2.12/0.10.0/simulacrum_2.12-0.10.0-sources.jar"} , "name": "com_github_mpilquist_simulacrum_2_12", "actual": "@com_github_mpilquist_simulacrum_2_12//jar:file", "bind": "jar/com/github/mpilquist/simulacrum_2_12"},
{"artifact": "com.github.nscala-time:nscala-time_2.12.0-RC1:2.14.0", "lang": "scala/unmangled", "sha1": "05c572912e9e21c1c70309ec5dd2e94a61f3234b", "sha256": "ea42cc054a6354fde6e685e9d9f78583bf0338cb580938a307078e7df0ea6375", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/nscala-time/nscala-time_2.12.0-RC1/2.14.0/nscala-time_2.12.0-RC1-2.14.0.jar", "source": {"sha1": "feefa6596fc9cf4831c171f776af6de96dfcabac", "sha256": "990f93ad1b513dde9fdd9c3c1b0b6b0f56c30c96d451a4cbedde9498ad634df0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/nscala-time/nscala-time_2.12.0-RC1/2.14.0/nscala-time_2.12.0-RC1-2.14.0-sources.jar"} , "name": "com_github_nscala_time_nscala_time_2_12_0_RC1", "actual": "@com_github_nscala_time_nscala_time_2_12_0_RC1//jar:file", "bind": "jar/com/github/nscala_time/nscala_time_2_12_0_RC1"},
{"artifact": "com.github.pureconfig:pureconfig-macros_2.12:0.8.0", "lang": "scala", "sha1": "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088", "sha256": "71c2e471482e04442acb7db815c52f922ba62329faba3556328e7c82d9838f45", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar", "source": {"sha1": "7411f96540756236648b48347827b6ba2622e5e0", "sha256": "dc4141afa07a781c26e06cc19f506ee018e72dcf3890052485a451b1be1affba", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar"} , "name": "com_github_pureconfig_pureconfig_macros_2_12", "actual": "@com_github_pureconfig_pureconfig_macros_2_12//jar:file", "bind": "jar/com/github/pureconfig/pureconfig_macros_2_12"},
{"artifact": "com.github.pureconfig:pureconfig_2.12:0.8.0", "lang": "scala", "sha1": "891fde63cda086f593bffddb0b47933abc75523f", "sha256": "9927a69ffd57754a9e9538d87eb89cf07b70a26fec05ad53bb0ce69c90870bbb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar", "source": {"sha1": "fa6de3ab2dd82543fb37288626687a9a6c1a67a2", "sha256": "4c40b2bed48780a2b51b98a3b3c4757b872405d56a40845dc1114c7c0ca26390", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar"} , "name": "com_github_pureconfig_pureconfig_2_12", "actual": "@com_github_pureconfig_pureconfig_2_12//jar:file", "bind": "jar/com/github/pureconfig/pureconfig_2_12"},
{"artifact": "com.github.scopt:scopt_2.12:3.7.1", "lang": "scala", "sha1": "ad93d8232ddc76fc8ee99b8a3e0939dad9d469bd", "sha256": "41c77bfc41a9492a9aa0760fa873cf99289595ff97fe761e28726e00b44f9e6a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/scopt/scopt_2.12/3.7.1/scopt_2.12-3.7.1.jar", "source": {"sha1": "b5ea85b941c04034688d0a866bcfd7feb9740a92", "sha256": "04b53da21b8d623dabcae8618075713ae01a731e201df639ab2eec279b232014", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/scopt/scopt_2.12/3.7.1/scopt_2.12-3.7.1-sources.jar"} , "name": "com_github_scopt_scopt_2_12", "actual": "@com_github_scopt_scopt_2_12//jar:file", "bind": "jar/com/github/scopt/scopt_2_12"},
{"artifact": "com.github.stefanbirkner:system-rules:1.17.2", "lang": "java", "sha1": "ff31c2f41e8d0eb7063c3a3c207b11acea6fdf7b", "sha256": "83f2fe84b4c4ad8b2a2a0f4d369cb1d60817de7d29438df3c5cb175b716a936f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/stefanbirkner/system-rules/1.17.2/system-rules-1.17.2.jar", "source": {"sha1": "b88807062ab99308caed5d2df5af80f21f344d24", "sha256": "c9ca9399e12ad89d298f155a21a74af5d5478ee1e8556f70a24303a72272b916", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/stefanbirkner/system-rules/1.17.2/system-rules-1.17.2-sources.jar"} , "name": "com_github_stefanbirkner_system_rules", "actual": "@com_github_stefanbirkner_system_rules//jar", "bind": "jar/com/github/stefanbirkner/system_rules"},
{"artifact": "com.github.zafarkhaja:java-semver:0.9.0", "lang": "java", "sha1": "59a83ca73c72a5e25b3f0b1bb305230a11000329", "sha256": "2218c73b40f9af98b570d084420c1b4a81332297bd7fc27ddd552e903be8e93c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/zafarkhaja/java-semver/0.9.0/java-semver-0.9.0.jar", "source": {"sha1": "38d5bf2aa1204792794489a0e2c4c19548bc35c1", "sha256": "9fc828d4be717d5c899ecf5a23e94c915bc6ab728dcfe261ef7f4ab338b3ff93", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/github/zafarkhaja/java-semver/0.9.0/java-semver-0.9.0-sources.jar"} , "name": "com_github_zafarkhaja_java_semver", "actual": "@com_github_zafarkhaja_java_semver//jar", "bind": "jar/com/github/zafarkhaja/java_semver"},
{"artifact": "com.google.api.grpc:proto-google-common-protos:1.12.0", "lang": "java", "sha1": "1140cc74df039deb044ed0e320035e674dc13062", "sha256": "bd60cd7a423b00fb824c27bdd0293aaf4781be1daba6ed256311103fb4b84108", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/1.12.0/proto-google-common-protos-1.12.0.jar", "source": {"sha1": "af18069b1d8368ffc8dce50a919df75f039cf507", "sha256": "936fdc055855a956ef82afb1b408bd0bd5ea5d040fe6f6fc25c4955879db649a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/1.12.0/proto-google-common-protos-1.12.0-sources.jar"} , "name": "com_google_api_grpc_proto_google_common_protos", "actual": "@com_google_api_grpc_proto_google_common_protos//jar", "bind": "jar/com/google/api/grpc/proto_google_common_protos"},
# duplicates in com.google.code.findbugs:jsr305 fixed to 3.0.2
# - com.google.guava:guava:24.0-jre wanted version 1.3.9
# - io.grpc:grpc-core:1.18.0 wanted version 3.0.2
{"artifact": "com.google.code.findbugs:jsr305:3.0.2", "lang": "java", "sha1": "25ea2e8b0c338a877313bd4672d3fe056ea78f0d", "sha256": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar", "source": {"sha1": "b19b5927c2c25b6c70f093767041e641ae0b1b35", "sha256": "1c9e85e272d0708c6a591dc74828c71603053b48cc75ae83cce56912a2aa063b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar"} , "name": "com_google_code_findbugs_jsr305", "actual": "@com_google_code_findbugs_jsr305//jar", "bind": "jar/com/google/code/findbugs/jsr305"},
# duplicates in com.google.code.gson:gson fixed to 2.8.2
# - com.google.protobuf:protobuf-java-util:3.5.1 wanted version 2.7
# - io.grpc:grpc-core:1.18.0 wanted version 2.7
# - org.seleniumhq.selenium:selenium-chrome-driver:3.12.0 wanted version 2.8.2
# - org.seleniumhq.selenium:selenium-edge-driver:3.12.0 wanted version 2.8.2
# - org.seleniumhq.selenium:selenium-firefox-driver:3.12.0 wanted version 2.8.2
# - org.seleniumhq.selenium:selenium-ie-driver:3.12.0 wanted version 2.8.2
# - org.seleniumhq.selenium:selenium-java:3.12.0 wanted version 2.8.2
# - org.seleniumhq.selenium:selenium-opera-driver:3.12.0 wanted version 2.8.2
# - org.seleniumhq.selenium:selenium-remote-driver:3.12.0 wanted version 2.8.2
# - org.seleniumhq.selenium:selenium-safari-driver:3.12.0 wanted version 2.8.2
# - org.seleniumhq.selenium:selenium-support:3.12.0 wanted version 2.8.2
{"artifact": "com.google.code.gson:gson:2.8.2", "lang": "java", "sha1": "3edcfe49d2c6053a70a2a47e4e1c2f94998a49cf", "sha256": "b7134929f7cc7c04021ec1cc27ef63ab907e410cf0588e397b8851181eb91092", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar", "source": {"sha1": "b2da9f8444128651758719856de579eacff7f387", "sha256": "1c291a2fe0867d66ef86832e014889a398a5c5b8e823206324a782b212df0df3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/code/gson/gson/2.8.2/gson-2.8.2-sources.jar"} , "name": "com_google_code_gson_gson", "actual": "@com_google_code_gson_gson//jar", "bind": "jar/com/google/code/gson/gson"},
# duplicates in com.google.errorprone:error_prone_annotations promoted to 2.2.0
# - com.google.guava:guava:24.0-jre wanted version 2.1.3
# - io.grpc:grpc-core:1.18.0 wanted version 2.2.0
{"artifact": "com.google.errorprone:error_prone_annotations:2.2.0", "lang": "java", "sha1": "88e3c593e9b3586e1c6177f89267da6fc6986f0c", "sha256": "6ebd22ca1b9d8ec06d41de8d64e0596981d9607b42035f9ed374f9de271a481a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar", "source": {"sha1": "a8cd7823aa1dcd2fd6677c0c5988fdde9d1fb0a3", "sha256": "626adccd4894bee72c3f9a0384812240dcc1282fb37a87a3f6cb94924a089496", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar"} , "name": "com_google_errorprone_error_prone_annotations", "actual": "@com_google_errorprone_error_prone_annotations//jar", "bind": "jar/com/google/errorprone/error_prone_annotations"},
# duplicates in com.google.guava:guava fixed to 24.0-jre
# - io.grpc:grpc-core:1.18.0 wanted version 25.1-android
# - io.grpc:grpc-protobuf-lite:1.18.0 wanted version 25.1-android
# - io.grpc:grpc-protobuf:1.18.0 wanted version 25.1-android
# - org.seleniumhq.selenium:selenium-chrome-driver:3.12.0 wanted version 23.6-jre
# - org.seleniumhq.selenium:selenium-edge-driver:3.12.0 wanted version 23.6-jre
# - org.seleniumhq.selenium:selenium-firefox-driver:3.12.0 wanted version 23.6-jre
# - org.seleniumhq.selenium:selenium-ie-driver:3.12.0 wanted version 23.6-jre
# - org.seleniumhq.selenium:selenium-java:3.12.0 wanted version 23.6-jre
# - org.seleniumhq.selenium:selenium-opera-driver:3.12.0 wanted version 23.6-jre
# - org.seleniumhq.selenium:selenium-remote-driver:3.12.0 wanted version 23.6-jre
# - org.seleniumhq.selenium:selenium-safari-driver:3.12.0 wanted version 23.6-jre
# - org.seleniumhq.selenium:selenium-support:3.12.0 wanted version 23.6-jre
{"artifact": "com.google.guava:guava:24.0-jre", "lang": "java", "sha1": "041ac1e74d6b4e1ea1f027139cffeb536c732a81", "sha256": "e0274470b16ba1154e926b5f54ef8ae159197fbc356406bda9b261ba67e3e599", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/guava/guava/24.0-jre/guava-24.0-jre.jar", "source": {"sha1": "04530f6a317a2d55e8903874896537dcf39717b7", "sha256": "21fbd6a606c140cfd09400b9b0a5524da1e1cdda11544ce733a4795bb9340e85", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/guava/guava/24.0-jre/guava-24.0-jre-sources.jar"} , "name": "com_google_guava_guava", "actual": "@com_google_guava_guava//jar", "bind": "jar/com/google/guava/guava"},
{"artifact": "com.google.j2objc:j2objc-annotations:1.1", "lang": "java", "sha1": "ed28ded51a8b1c6b112568def5f4b455e6809019", "sha256": "2994a7eb78f2710bd3d3bfb639b2c94e219cedac0d4d084d516e78c16dddecf6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar", "source": {"sha1": "1efdf5b737b02f9b72ebdec4f72c37ec411302ff", "sha256": "2cd9022a77151d0b574887635cdfcdf3b78155b602abc89d7f8e62aba55cfb4f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar"} , "name": "com_google_j2objc_j2objc_annotations", "actual": "@com_google_j2objc_j2objc_annotations//jar", "bind": "jar/com/google/j2objc/j2objc_annotations"},
{"artifact": "com.google.protobuf:protobuf-java-util:3.5.1", "lang": "java", "sha1": "6e40a6a3f52455bd633aa2a0dba1a416e62b4575", "sha256": "8bd8a5de6d7e05dce16c8198c8013ebd9c703e10db957fb6dfab0ad24bcd8adc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.jar", "source": {"sha1": "cb2afe26d66d7d844465baf9ce0105990a26e639", "sha256": "ea3a1b469f067c11b0c831336ec7490cf44e9a323b04562ae7894d9388b8607b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1-sources.jar"} , "name": "com_google_protobuf_protobuf_java_util", "actual": "@com_google_protobuf_protobuf_java_util//jar", "bind": "jar/com/google/protobuf/protobuf_java_util"},
# duplicates in com.google.protobuf:protobuf-java fixed to 3.8.0
# - com.google.protobuf:protobuf-java-util:3.5.1 wanted version 3.5.1
# - com.thesamet.scalapb:compilerplugin_2.12:0.8.4 wanted version 3.6.1
# - com.thesamet.scalapb:scalapb-runtime_2.12:0.8.4 wanted version 3.6.1
# - io.grpc:grpc-protobuf:1.18.0 wanted version 3.5.1
{"artifact": "com.google.protobuf:protobuf-java:3.8.0", "lang": "java", "sha1": "b5f93103d113540bb848fe9ce4e6819b1f39ee49", "sha256": "94ba90a869ddad07eb49afaa8f39e676c2554b5b1c417ad9e1188257e79be60f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/protobuf/protobuf-java/3.8.0/protobuf-java-3.8.0.jar", "source": {"sha1": "df71e14a1af8ba1ff508528f9057b535ac8b66b2", "sha256": "1982b2a96f752cf0d64c3066b5e9e4016f9cc825591f3d1a9c40a017203fcb2f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/protobuf/protobuf-java/3.8.0/protobuf-java-3.8.0-sources.jar"} , "name": "com_google_protobuf_protobuf_java", "actual": "@com_google_protobuf_protobuf_java//jar", "bind": "jar/com/google/protobuf/protobuf_java"},
{"artifact": "com.google.re2j:re2j:1.2", "lang": "java", "sha1": "4361eed4abe6f84d982cbb26749825f285996dd2", "sha256": "e9dc705fd4c570344b54a7146b2e3a819cdc271a29793f4acc1a93b56a388e59", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/re2j/re2j/1.2/re2j-1.2.jar", "source": {"sha1": "ab327b17d845dc7b419d5eb5f04566b9cd4b9c94", "sha256": "43a81e5a7bf2b3119b592910098cca0835f012d2805bcfdade44cdc8f2bdfb48", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/google/re2j/re2j/1.2/re2j-1.2-sources.jar"} , "name": "com_google_re2j_re2j", "actual": "@com_google_re2j_re2j//jar", "bind": "jar/com/google/re2j/re2j"},
{"artifact": "com.h2database:h2:1.4.198", "lang": "java", "sha1": "c5693092efef44cc4587828afe12f7f7208a67f4", "sha256": "32dd6b149cb722aa4c2dd4d40a74a9cd41e32ac59a4e755a66e5753660d61d46", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/h2database/h2/1.4.198/h2-1.4.198.jar", "source": {"sha1": "0f0f3e411cc9633b7e34b3cd6cd217a96c31e89b", "sha256": "0bbe35cd781cddbcdfc01f5010f5a273accf5d5f3db0b5958945c8b32cfc08f6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/h2database/h2/1.4.198/h2-1.4.198-sources.jar"} , "name": "com_h2database_h2", "actual": "@com_h2database_h2//jar", "bind": "jar/com/h2database/h2"},
{"artifact": "com.jcraft:jsch:0.1.54", "lang": "java", "sha1": "da3584329a263616e277e15462b387addd1b208d", "sha256": "92eb273a3316762478fdd4fe03a0ce1842c56f496c9c12fe1235db80450e1fdb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar", "source": {"sha1": "91d6069df9be9e076bdb124e82fc2a9af9547616", "sha256": "49d021dd58f6b455046a07331a68a5e647df354d7f6961b73df298203c43f44a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54-sources.jar"} , "name": "com_jcraft_jsch", "actual": "@com_jcraft_jsch//jar", "bind": "jar/com/jcraft/jsch"},
{"artifact": "com.jsuereth:scala-arm_2.12:2.0", "lang": "scala", "sha1": "5052bf4ecec97cf14437b24b18f18490c02cbb2e", "sha256": "da57db2ca312fed028689764de75dc28dbabe76e211af4cda86b567593713f10", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/jsuereth/scala-arm_2.12/2.0/scala-arm_2.12-2.0.jar", "source": {"sha1": "f223604e0e61f96e7b615e5a53ca57ce7fbb9093", "sha256": "2f41c0e6ac265026c0630ab413b40848da7c30c8f2deb54b75393215e2219d27", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/jsuereth/scala-arm_2.12/2.0/scala-arm_2.12-2.0-sources.jar"} , "name": "com_jsuereth_scala_arm_2_12", "actual": "@com_jsuereth_scala_arm_2_12//jar:file", "bind": "jar/com/jsuereth/scala_arm_2_12"},
{"artifact": "com.kohlschutter.junixsocket:junixsocket-common:2.0.4", "lang": "java", "sha1": "b4d1870bf903412533e0b79c6fcd402defcfc05b", "sha256": "afc37615ecf7fadff74d29afb443fe4f633d396646d89d825e8224a277839f60", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/kohlschutter/junixsocket/junixsocket-common/2.0.4/junixsocket-common-2.0.4.jar", "source": {"sha1": "93f60af6bcdca6eee8d3ed5914bcfabb9f2618f0", "sha256": "77a47cc4685c93df44b00679fbf9bcf1ca0c8ff642125694f2e02ab93081d23c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/kohlschutter/junixsocket/junixsocket-common/2.0.4/junixsocket-common-2.0.4-sources.jar"} , "name": "com_kohlschutter_junixsocket_junixsocket_common", "actual": "@com_kohlschutter_junixsocket_junixsocket_common//jar", "bind": "jar/com/kohlschutter/junixsocket/junixsocket_common"},
{"artifact": "com.kohlschutter.junixsocket:junixsocket-native-common:2.0.4", "lang": "java", "sha1": "726bd66a934dea39c817382986496fa4eda96411", "sha256": "f763b85ec153d9530907474e7f206ca52b287037d704bacedda38dd5c4d0f60c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/kohlschutter/junixsocket/junixsocket-native-common/2.0.4/junixsocket-native-common-2.0.4.jar", "source": {"sha1": "c5c3baaf3ca3fe0012ac6826a232e45ffa704c30", "sha256": "879e7f3dbceafe8fb77f779d3373952fec32f399faf3ee8134719be05f0dfae7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/kohlschutter/junixsocket/junixsocket-native-common/2.0.4/junixsocket-native-common-2.0.4-sources.jar"} , "name": "com_kohlschutter_junixsocket_junixsocket_native_common", "actual": "@com_kohlschutter_junixsocket_junixsocket_native_common//jar", "bind": "jar/com/kohlschutter/junixsocket/junixsocket_native_common"},
{"artifact": "com.lihaoyi:fansi_2.12:0.2.5", "lang": "scala", "sha1": "6e118bee05cac22685f99e826bde32e2f0a7efd7", "sha256": "7d752240ec724e7370903c25b69088922fa3fb6831365db845cd72498f826eca", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/fansi_2.12/0.2.5/fansi_2.12-0.2.5.jar", "source": {"sha1": "a02d47acd0b7deb92fe7c3488483ebf20511bc74", "sha256": "15ba86e9c7bb83bddab0470a48a349c0f1b90bb2cd1c7d16f09cee6ba40ca95f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/fansi_2.12/0.2.5/fansi_2.12-0.2.5-sources.jar"} , "name": "com_lihaoyi_fansi_2_12", "actual": "@com_lihaoyi_fansi_2_12//jar:file", "bind": "jar/com/lihaoyi/fansi_2_12"},
{"artifact": "com.lihaoyi:fastparse-utils_2.12:1.0.0", "lang": "scala", "sha1": "02900ec8460abec27913f4154b338e61fd482607", "sha256": "fb6cd6484e21459e11fcd45f22f07ad75e3cb29eca0650b39aa388d13c8e7d0a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/fastparse-utils_2.12/1.0.0/fastparse-utils_2.12-1.0.0.jar", "source": {"sha1": "891f76cff455350adc2f122421b67855f93c8dc3", "sha256": "19e055e9d870f2a2cec5a8e0b892f9afb6e4350ecce315ca519458c4f52f9253", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/fastparse-utils_2.12/1.0.0/fastparse-utils_2.12-1.0.0-sources.jar"} , "name": "com_lihaoyi_fastparse_utils_2_12", "actual": "@com_lihaoyi_fastparse_utils_2_12//jar:file", "bind": "jar/com/lihaoyi/fastparse_utils_2_12"},
# duplicates in com.lihaoyi:fastparse_2.12 promoted to 1.0.0
# - com.thesamet.scalapb:scalapb-runtime_2.12:0.8.4 wanted version 1.0.0
# - org.scalameta:tokenizers_2.12:1.8.0 wanted version 0.4.3
{"artifact": "com.lihaoyi:fastparse_2.12:1.0.0", "lang": "scala", "sha1": "2473a344aa1200fd50b7ff78281188c172f9cfcb", "sha256": "1227a00a26a4ad76ddcfa6eae2416687df7f3c039553d586324b32ba0a528fcc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/fastparse_2.12/1.0.0/fastparse_2.12-1.0.0.jar", "source": {"sha1": "b1fdfd4c95bdb3f49ec78837be78d657a5ac86c0", "sha256": "290c1e9a4bad4d3724daec48324083fd0d97f51981a3fabbf75e2de1303da5ca", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/fastparse_2.12/1.0.0/fastparse_2.12-1.0.0-sources.jar"} , "name": "com_lihaoyi_fastparse_2_12", "actual": "@com_lihaoyi_fastparse_2_12//jar:file", "bind": "jar/com/lihaoyi/fastparse_2_12"},
{"artifact": "com.lihaoyi:pprint_2.12:0.5.3", "lang": "scala", "sha1": "8fbc583e2444b1e501754dd9fede2abcc0b7a7c3", "sha256": "2e18aa0884870537bf5c562255fc759d4ebe360882b5cb2141b30eda4034c71d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/pprint_2.12/0.5.3/pprint_2.12-0.5.3.jar", "source": {"sha1": "82bfa91316fbf62b7fa772361ef2d0b20186073b", "sha256": "41898c25987f7023fe1dafed7639eebd1653f1bf82ba4f4381bc7ef6c50e6084", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/pprint_2.12/0.5.3/pprint_2.12-0.5.3-sources.jar"} , "name": "com_lihaoyi_pprint_2_12", "actual": "@com_lihaoyi_pprint_2_12//jar:file", "bind": "jar/com/lihaoyi/pprint_2_12"},
# duplicates in com.lihaoyi:sourcecode_2.12 promoted to 0.1.5
# - com.lihaoyi:fansi_2.12:0.2.5 wanted version 0.1.4
# - com.lihaoyi:fastparse-utils_2.12:1.0.0 wanted version 0.1.4
# - com.lihaoyi:fastparse_2.12:1.0.0 wanted version 0.1.4
# - com.lihaoyi:pprint_2.12:0.5.3 wanted version 0.1.4
# - org.scalameta:common_2.12:1.8.0 wanted version 0.1.3
# - org.tpolecat:doobie-core_2.12:0.6.0 wanted version 0.1.5
{"artifact": "com.lihaoyi:sourcecode_2.12:0.1.5", "lang": "scala", "sha1": "8a956983f1fae30c490b99e5597227f02be71225", "sha256": "297ab9234e13f760b4eaf16278269cc0cf8e26cc199728c203e68d0d1b334ee1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/sourcecode_2.12/0.1.5/sourcecode_2.12-0.1.5.jar", "source": {"sha1": "d66a44d1728c0f2922a7688a3e80a47e3f89d5b8", "sha256": "99c0a02fa8ea3bb2b6cf3c2c8846943721365d049d489fd21871ed99d725f469", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lihaoyi/sourcecode_2.12/0.1.5/sourcecode_2.12-0.1.5-sources.jar"} , "name": "com_lihaoyi_sourcecode_2_12", "actual": "@com_lihaoyi_sourcecode_2_12//jar:file", "bind": "jar/com/lihaoyi/sourcecode_2_12"},
{"artifact": "com.lmax:disruptor:3.3.6", "lang": "java", "sha1": "09bfca4ee4f691f3737b3f4f006d0c4770f178eb", "sha256": "8c5df12a17f614464ccacc9b7c4935e5f16e694b7788e714cde4b7587d5dd266", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lmax/disruptor/3.3.6/disruptor-3.3.6.jar", "source": {"sha1": "73526450212ef3191de4b956e53e48b9987d766c", "sha256": "4b0640f3a400e434419ed772339eb8f0578a571132f1cda7bbe3eb910356e1a0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/lmax/disruptor/3.3.6/disruptor-3.3.6-sources.jar"} , "name": "com_lmax_disruptor", "actual": "@com_lmax_disruptor//jar", "bind": "jar/com/lmax/disruptor"},
{"artifact": "com.sparkjava:spark-core:2.7.2", "lang": "java", "sha1": "b832cca2704a96c027424efafec3fe39392f5aab", "sha256": "d655bf54621ce406478b7ee513c469796fb540893b67148661320385639604a7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/sparkjava/spark-core/2.7.2/spark-core-2.7.2.jar", "source": {"sha1": "d73bdc786a4b84b5bd2a26206c17c84277e3ccce", "sha256": "10bcbf3afdb0e68fa90b5ecd6ab0784ca7374e83298cc764692d7c04b3a05194", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/sparkjava/spark-core/2.7.2/spark-core-2.7.2-sources.jar"} , "name": "com_sparkjava_spark_core", "actual": "@com_sparkjava_spark_core//jar", "bind": "jar/com/sparkjava/spark_core"},
{"artifact": "com.squareup.okhttp3:okhttp-urlconnection:3.7.0", "lang": "java", "sha1": "22c61dda6d7e63a7325932c85b0a3412443b1f5a", "sha256": "4631582b6818b6c8bdb0bca13b3ba126d2787969d33693d0f3912f1225fde3ec", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/squareup/okhttp3/okhttp-urlconnection/3.7.0/okhttp-urlconnection-3.7.0.jar", "source": {"sha1": "aafbd94ea15dc21693ab864f7a81e8a0ae703234", "sha256": "f9526df9ab982e83fd184ad55d3c1b46a027d840108de9c55811d973c33013dc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/squareup/okhttp3/okhttp-urlconnection/3.7.0/okhttp-urlconnection-3.7.0-sources.jar"} , "name": "com_squareup_okhttp3_okhttp_urlconnection", "actual": "@com_squareup_okhttp3_okhttp_urlconnection//jar", "bind": "jar/com/squareup/okhttp3/okhttp_urlconnection"},
# duplicates in com.squareup.okhttp3:okhttp promoted to 3.9.1
# - com.eed3si9n:gigahorse-okhttp_2.12:0.3.0 wanted version 3.7.0
# - com.squareup.okhttp3:okhttp-urlconnection:3.7.0 wanted version 3.7.0
# - io.zipkin.reporter:zipkin-sender-okhttp3:1.0.4 wanted version 3.8.1
# - org.seleniumhq.selenium:selenium-chrome-driver:3.12.0 wanted version 3.9.1
# - org.seleniumhq.selenium:selenium-edge-driver:3.12.0 wanted version 3.9.1
# - org.seleniumhq.selenium:selenium-firefox-driver:3.12.0 wanted version 3.9.1
# - org.seleniumhq.selenium:selenium-ie-driver:3.12.0 wanted version 3.9.1
# - org.seleniumhq.selenium:selenium-java:3.12.0 wanted version 3.9.1
# - org.seleniumhq.selenium:selenium-opera-driver:3.12.0 wanted version 3.9.1
# - org.seleniumhq.selenium:selenium-remote-driver:3.12.0 wanted version 3.9.1
# - org.seleniumhq.selenium:selenium-safari-driver:3.12.0 wanted version 3.9.1
# - org.seleniumhq.selenium:selenium-support:3.12.0 wanted version 3.9.1
{"artifact": "com.squareup.okhttp3:okhttp:3.9.1", "lang": "java", "sha1": "84b4b7d1c4a238e7899972b7446c250691e65f1f", "sha256": "a0d01017a42bba26e507fc6d448bb36e536f4b6e612f7c42de30bbdac2b7785e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.jar", "source": {"sha1": "7539531ecf9b6e082fcab195f0835d4f69ead95e", "sha256": "bc484ee6aa958ebe683ae90e0f25484ac8bb626b769805ee4d5575dd06339f12", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1-sources.jar"} , "name": "com_squareup_okhttp3_okhttp", "actual": "@com_squareup_okhttp3_okhttp//jar", "bind": "jar/com/squareup/okhttp3/okhttp"},
{"artifact": "com.squareup.okio:okio:1.13.0", "lang": "java", "sha1": "a9283170b7305c8d92d25aff02a6ab7e45d06cbe", "sha256": "734269c3ebc5090e3b23566db558f421f0b4027277c79ad5d176b8ec168bb850", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/squareup/okio/okio/1.13.0/okio-1.13.0.jar", "source": {"sha1": "f4c91e12121af963e3ef76e81c82aa75ba6e8533", "sha256": "b0305445ad4001639413951837a2248c5e9ca28386fbae2e31e1556f7710c5a8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/squareup/okio/okio/1.13.0/okio-1.13.0-sources.jar"} , "name": "com_squareup_okio_okio", "actual": "@com_squareup_okio_okio//jar", "bind": "jar/com/squareup/okio/okio"},
{"artifact": "com.squareup:javapoet:1.11.1", "lang": "java", "sha1": "210e69f58dfa76c5529a303913b4a30c2bfeb76b", "sha256": "9cbf2107be499ec6e95afd36b58e3ca122a24166cdd375732e51267d64058e90", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar", "source": {"sha1": "8da7f5aaa62c6e22f53d360b2d0e21f6fa35ef32", "sha256": "63d3187d924582b1afe9eb171e725d27a7e15603513890de0f8804a7fc07e9ac", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar"} , "name": "com_squareup_javapoet", "actual": "@com_squareup_javapoet//jar", "bind": "jar/com/squareup/javapoet"},
{"artifact": "com.storm-enroute:scalameter-core_2.12:0.10.1", "lang": "scala", "sha1": "adb9c326b4737d32f287adcd99ea0a394e67745c", "sha256": "c78b91b5089622e2ae5b73f73eaafb8e9bd9cd250b80e42574e13dbce0c4cab8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/storm-enroute/scalameter-core_2.12/0.10.1/scalameter-core_2.12-0.10.1.jar", "source": {"sha1": "c45a2873c9925d889e4cd884b6845fb4d13d0653", "sha256": "9dc1154586774a01b0496f083a2587312a28522177d92d7c181711298232ae48", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/storm-enroute/scalameter-core_2.12/0.10.1/scalameter-core_2.12-0.10.1-sources.jar"} , "name": "com_storm_enroute_scalameter_core_2_12", "actual": "@com_storm_enroute_scalameter_core_2_12//jar:file", "bind": "jar/com/storm_enroute/scalameter_core_2_12"},
{"artifact": "com.storm-enroute:scalameter_2.12:0.10.1", "lang": "scala", "sha1": "ec9a67396c4e5f898213a7950a50ac6db8d9fafa", "sha256": "4d9b63e10f822b6acc0a441a326959df0cfcf4869276a3b8d921d6b66196565d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/storm-enroute/scalameter_2.12/0.10.1/scalameter_2.12-0.10.1.jar", "source": {"sha1": "8051554637dda33e783aeb5bac881be8e12747a8", "sha256": "cb5278c8f5b12e3f230587d5fe20cd2bba6015078483d5a4e779ac0aeada5a91", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/storm-enroute/scalameter_2.12/0.10.1/scalameter_2.12-0.10.1-sources.jar"} , "name": "com_storm_enroute_scalameter_2_12", "actual": "@com_storm_enroute_scalameter_2_12//jar:file", "bind": "jar/com/storm_enroute/scalameter_2_12"},
{"artifact": "com.swoval:apple-file-events:1.3.0", "lang": "java", "sha1": "80d533c6b231e9e16721c0a0a2348d3ee2aa8aac", "sha256": "32c513766b00977c01a41614dee25846a2705b7c8cab295306e0b472e12e46cf", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/swoval/apple-file-events/1.3.0/apple-file-events-1.3.0.jar", "source": {"sha1": "837049c4921e6a5b4d01180fcf5ca4f13028e880", "sha256": "42a02324152cc04c35676887555d032056dfb42d88b8697da94ea0db3e387a84", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/swoval/apple-file-events/1.3.0/apple-file-events-1.3.0-sources.jar"} , "name": "com_swoval_apple_file_events", "actual": "@com_swoval_apple_file_events//jar", "bind": "jar/com/swoval/apple_file_events"},
{"artifact": "com.thesamet.scalapb:compilerplugin_2.12:0.8.4", "lang": "scala", "sha1": "2f4a9be118020cc79def26ca9f40198c1bd8b450", "sha256": "5df9d1ceb3d67ad0cd2de561e7f0e0fc77cf08d305d1a0e21a2f4f135efe76a9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/compilerplugin_2.12/0.8.4/compilerplugin_2.12-0.8.4.jar", "source": {"sha1": "f61b8ae74ce207cd0ec95131184ededaf0fb69cf", "sha256": "6c30a0ebde33b35b2128ee14cf1c30624bea210c0e2691d80eb79e5c2b3baf52", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/compilerplugin_2.12/0.8.4/compilerplugin_2.12-0.8.4-sources.jar"} , "name": "com_thesamet_scalapb_compilerplugin_2_12", "actual": "@com_thesamet_scalapb_compilerplugin_2_12//jar:file", "bind": "jar/com/thesamet/scalapb/compilerplugin_2_12"},
{"artifact": "com.thesamet.scalapb:lenses_2.12:0.8.4", "lang": "scala", "sha1": "f4065b07cc592ca5db692f711cac9bd2b0182307", "sha256": "79100162924477084ac2ab35b02067ee875e5dade58a33e882ec9f2900418de3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/lenses_2.12/0.8.4/lenses_2.12-0.8.4.jar", "source": {"sha1": "2774c15fc044a07c2464eeddf608c7a017f92dc3", "sha256": "3b3b03665cdab70d3511c60423b0674e44f5ded1447db209e230800b81f20101", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/lenses_2.12/0.8.4/lenses_2.12-0.8.4-sources.jar"} , "name": "com_thesamet_scalapb_lenses_2_12", "actual": "@com_thesamet_scalapb_lenses_2_12//jar:file", "bind": "jar/com/thesamet/scalapb/lenses_2_12"},
{"artifact": "com.thesamet.scalapb:protoc-bridge_2.12:0.7.4", "lang": "scala", "sha1": "d465d4be8a52c371840f4f5c2754fda86dfe677a", "sha256": "79fbb2ff83c1159e06bea7bb235198c90261f1374ea03e4957aef8bcea691d1e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/protoc-bridge_2.12/0.7.4/protoc-bridge_2.12-0.7.4.jar", "source": {"sha1": "058800bf1a6426c739e66855b0ccebfd1cf30dc2", "sha256": "461bc788a900036e3f9c45fc1c0899739d7a5c044504cbbcb9e7fad50a822447", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/protoc-bridge_2.12/0.7.4/protoc-bridge_2.12-0.7.4-sources.jar"} , "name": "com_thesamet_scalapb_protoc_bridge_2_12", "actual": "@com_thesamet_scalapb_protoc_bridge_2_12//jar:file", "bind": "jar/com/thesamet/scalapb/protoc_bridge_2_12"},
{"artifact": "com.thesamet.scalapb:scalapb-runtime-grpc_2.12:0.8.4", "lang": "scala", "sha1": "be1d44d1e3dc63731002591c137f9463674cec0c", "sha256": "e5bb54164581d44ea2b2221b5546880deb7073b1d02b56da8f666454f3a14387", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/scalapb-runtime-grpc_2.12/0.8.4/scalapb-runtime-grpc_2.12-0.8.4.jar", "source": {"sha1": "88824f158e132c5ddd16870c039b402a2c64eff7", "sha256": "0c07c0b9fca9044cd8a41b185684c02a91e4705d63f7747f347b1be5ecf3e443", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/scalapb-runtime-grpc_2.12/0.8.4/scalapb-runtime-grpc_2.12-0.8.4-sources.jar"} , "name": "com_thesamet_scalapb_scalapb_runtime_grpc_2_12", "actual": "@com_thesamet_scalapb_scalapb_runtime_grpc_2_12//jar:file", "bind": "jar/com/thesamet/scalapb/scalapb_runtime_grpc_2_12"},
{"artifact": "com.thesamet.scalapb:scalapb-runtime_2.12:0.8.4", "lang": "scala", "sha1": "42265bf38f55eaed5aa24e026300a3d73c280e49", "sha256": "82596e3235f8ccda30fbd6290e0ba314ba880283874658fc876217701d3ef5e4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/scalapb-runtime_2.12/0.8.4/scalapb-runtime_2.12-0.8.4.jar", "source": {"sha1": "a6c4f399a7f02e161aa4ac9ca29cb0a6b873f37f", "sha256": "3d6e6010d44f73206d8f11da4df4132d0f87605210e464120b1f6ff639f4eb4a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thesamet/scalapb/scalapb-runtime_2.12/0.8.4/scalapb-runtime_2.12-0.8.4-sources.jar"} , "name": "com_thesamet_scalapb_scalapb_runtime_2_12", "actual": "@com_thesamet_scalapb_scalapb_runtime_2_12//jar:file", "bind": "jar/com/thesamet/scalapb/scalapb_runtime_2_12"},
{"artifact": "com.thoughtworks.paranamer:paranamer:2.8", "lang": "java", "sha1": "619eba74c19ccf1da8ebec97a2d7f8ba05773dd6", "sha256": "688cb118a6021d819138e855208c956031688be4b47a24bb615becc63acedf07", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar", "source": {"sha1": "8f3421a8203053a6ab4b74f76a0550d21eee8cfe", "sha256": "8a4bfc21755c36ccdd70f96d7ab891d842d5aebd6afa1b74e0efc6441e3df39c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8-sources.jar"} , "name": "com_thoughtworks_paranamer_paranamer", "actual": "@com_thoughtworks_paranamer_paranamer//jar", "bind": "jar/com/thoughtworks/paranamer/paranamer"},
# duplicates in com.trueaccord.scalapb:scalapb-runtime_2.12 promoted to 0.6.0
# - org.scala-sbt:zinc-persist_2.12:1.1.5 wanted version 0.6.0
# - org.scalameta:semantic_2.12:1.8.0 wanted version 0.6.0-pre2
{"artifact": "com.trueaccord.scalapb:scalapb-runtime_2.12:0.6.0", "lang": "java", "sha1": "236b392defb3823154ddd4e45b03f7832b019fb1", "sha256": "7921c157a5d0c4852d6ee99c728cf77c148ce6d36280dfcb6b58d1fa90d17f8d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/trueaccord/scalapb/scalapb-runtime_2.12/0.6.0/scalapb-runtime_2.12-0.6.0.jar", "source": {"sha1": "3c6a0e960ba68d45c40cf3943bec2e6d4878a157", "sha256": "ed9b75d56698da090ead2ee1f464157225a4c6117d4adb31d2947809fb1f4da8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/trueaccord/scalapb/scalapb-runtime_2.12/0.6.0/scalapb-runtime_2.12-0.6.0-sources.jar"} , "name": "com_trueaccord_scalapb_scalapb_runtime_2_12", "actual": "@com_trueaccord_scalapb_scalapb_runtime_2_12//jar", "bind": "jar/com/trueaccord/scalapb/scalapb_runtime_2_12"},
# duplicates in com.typesafe.akka:akka-actor_2.12 fixed to 2.5.13
# - com.typesafe.akka:akka-parsing_2.12:10.0.13 wanted version 2.4.20
# - com.typesafe.akka:akka-slf4j_2.12:2.5.13 wanted version 2.5.13
# - com.typesafe.akka:akka-stream_2.12:2.5.13 wanted version 2.5.13
# - com.typesafe.akka:akka-testkit_2.12:2.5.13 wanted version 2.5.13
{"artifact": "com.typesafe.akka:akka-actor_2.12:2.5.13", "lang": "scala", "sha1": "8138649154e4ba8eebb68f4e262971213b033ac6", "sha256": "51dc3533b0b9fafc712c1c50fcba59d9f2d283dff318e763f049f51018959e1a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.13/akka-actor_2.12-2.5.13.jar", "source": {"sha1": "e53dd789872066778ca52b4a44f9cc68df58ae8e", "sha256": "ec0d58d2ed5bc905862d38e84fb00f376e92f3a69ba1aa76cab3dea4e2dc925b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.13/akka-actor_2.12-2.5.13-sources.jar"} , "name": "com_typesafe_akka_akka_actor_2_12", "actual": "@com_typesafe_akka_akka_actor_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_actor_2_12"},
{"artifact": "com.typesafe.akka:akka-http-core_2.12:10.0.13", "lang": "scala", "sha1": "78e0774d1fdb0c1bcba8de6a1fd7b6b20ed28d92", "sha256": "e08b7880bce5b7f8c1fb0f30dc008efd195949486741e5a5d684c7b6f8b9b25a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-http-core_2.12/10.0.13/akka-http-core_2.12-10.0.13.jar", "source": {"sha1": "375e51947e093f80fa523a87490cdd10f38b9fab", "sha256": "ccd4a8647f3c9b602ed353190755e8cbe9367ec4833484cc82db776c81ed17bd", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-http-core_2.12/10.0.13/akka-http-core_2.12-10.0.13-sources.jar"} , "name": "com_typesafe_akka_akka_http_core_2_12", "actual": "@com_typesafe_akka_akka_http_core_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_http_core_2_12"},
{"artifact": "com.typesafe.akka:akka-http-spray-json_2.12:10.0.13", "lang": "scala", "sha1": "af77cf2d2038f70215ed639a851e99526d4242c0", "sha256": "31d705e4ae27f6e94fc29734965b12610f745f841cc670c1876b603138c003db", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-http-spray-json_2.12/10.0.13/akka-http-spray-json_2.12-10.0.13.jar", "source": {"sha1": "3442c90004b077a366f11ab4981ffe31c04d5eb2", "sha256": "e30b7cfc4eded7b8ae3d4f42d8bacb2601deb5d30a9ca46801cbb399fd65d2aa", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-http-spray-json_2.12/10.0.13/akka-http-spray-json_2.12-10.0.13-sources.jar"} , "name": "com_typesafe_akka_akka_http_spray_json_2_12", "actual": "@com_typesafe_akka_akka_http_spray_json_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_http_spray_json_2_12"},
{"artifact": "com.typesafe.akka:akka-http-testkit_2.12:10.0.13", "lang": "scala", "sha1": "efcf235c7e13e6743bc0a8f58ab3261bd58e6db8", "sha256": "f1f62627d1c27fcf8e8cc3c31927ee95e6f0bae3cf0fa3c15a873aa0fe2ae180", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-http-testkit_2.12/10.0.13/akka-http-testkit_2.12-10.0.13.jar", "source": {"sha1": "c2abd241875dc065fa86448eb42bd6f6251c05a0", "sha256": "63d03f221f2bbb9eed7a29ce7b08e0311c575badc91b52d9410cb676e310f212", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-http-testkit_2.12/10.0.13/akka-http-testkit_2.12-10.0.13-sources.jar"} , "name": "com_typesafe_akka_akka_http_testkit_2_12", "actual": "@com_typesafe_akka_akka_http_testkit_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_http_testkit_2_12"},
{"artifact": "com.typesafe.akka:akka-http_2.12:10.0.13", "lang": "scala", "sha1": "360d4762e80ba1216ebcb69128752b258a7ddac3", "sha256": "66c02dc1a414c6bcf75a82fa749fff8f45670fc0f1f13bcf1f193f70290c9ea8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-http_2.12/10.0.13/akka-http_2.12-10.0.13.jar", "source": {"sha1": "28ff81df20f773a23c4ef5e48cdb60e33a66ccf1", "sha256": "c8bc3c4f8527348f4d1edf864ba05ef650abe805d87364611a0ea4a7452175a8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-http_2.12/10.0.13/akka-http_2.12-10.0.13-sources.jar"} , "name": "com_typesafe_akka_akka_http_2_12", "actual": "@com_typesafe_akka_akka_http_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_http_2_12"},
{"artifact": "com.typesafe.akka:akka-parsing_2.12:10.0.13", "lang": "scala", "sha1": "5074b1071c9f8fc4902f3983c72f81da7e11a0ca", "sha256": "776178a2f9ae606ecc4f6fbfe7b1431ff6158170db6af3ec7629857e54682f64", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-parsing_2.12/10.0.13/akka-parsing_2.12-10.0.13.jar", "source": {"sha1": "9b589403c19979d6ce5d5a0530f267f7fbc69049", "sha256": "b3584282b74679d0a6bcd15e42cdf5d88307a52fab7d7831cd2692f7cfe084e5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-parsing_2.12/10.0.13/akka-parsing_2.12-10.0.13-sources.jar"} , "name": "com_typesafe_akka_akka_parsing_2_12", "actual": "@com_typesafe_akka_akka_parsing_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_parsing_2_12"},
{"artifact": "com.typesafe.akka:akka-protobuf_2.12:2.5.13", "lang": "scala", "sha1": "e39641ac68b1dda518eb78bc201336c3fa07c4ff", "sha256": "4c8583f2d88c715d407154a725f6c23e0ddeda61237ab6580b820826b2c7bd6a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-protobuf_2.12/2.5.13/akka-protobuf_2.12-2.5.13.jar", "source": {"sha1": "630a978b8852a780fc2d57aca5d2a923c97087bb", "sha256": "24943de51820005878421018ff24961fb8a6b42410807af3dfdfadf3a2a81603", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-protobuf_2.12/2.5.13/akka-protobuf_2.12-2.5.13-sources.jar"} , "name": "com_typesafe_akka_akka_protobuf_2_12", "actual": "@com_typesafe_akka_akka_protobuf_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_protobuf_2_12"},
{"artifact": "com.typesafe.akka:akka-slf4j_2.12:2.5.13", "lang": "scala", "sha1": "892d18883c81f2e99a527a6fad980b1dbf212f01", "sha256": "46f61b3ac7345b33863dcab8e65561c68a9561b898110a76520083f3736a18ea", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-slf4j_2.12/2.5.13/akka-slf4j_2.12-2.5.13.jar", "source": {"sha1": "4ca0ad7cbd8289da1f7bf674b33cf8bde0513fd1", "sha256": "ed2ed30ec317179914f05996b8cf2f8b04ea3461fcd4160e5c7c6b41005a9502", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-slf4j_2.12/2.5.13/akka-slf4j_2.12-2.5.13-sources.jar"} , "name": "com_typesafe_akka_akka_slf4j_2_12", "actual": "@com_typesafe_akka_akka_slf4j_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_slf4j_2_12"},
{"artifact": "com.typesafe.akka:akka-stream-testkit_2.12:2.5.13", "lang": "scala", "sha1": "8f7ca78d272b85df610d59a3ee452abe679398a7", "sha256": "284c321930ee862e8bf1207045ba00f358751fe22b8204680a11e5933f58fc0a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-stream-testkit_2.12/2.5.13/akka-stream-testkit_2.12-2.5.13.jar", "source": {"sha1": "4ead253d85fb80c104a9d9a7df58e25f5ea4858e", "sha256": "77c809365df5654c51d75a2c74317b30d4d15baf8738fe42d85d8bbbb2773c4f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-stream-testkit_2.12/2.5.13/akka-stream-testkit_2.12-2.5.13-sources.jar"} , "name": "com_typesafe_akka_akka_stream_testkit_2_12", "actual": "@com_typesafe_akka_akka_stream_testkit_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_stream_testkit_2_12"},
# duplicates in com.typesafe.akka:akka-stream_2.12 fixed to 2.5.13
# - com.typesafe.akka:akka-http-core_2.12:10.0.13 wanted version 2.4.20
# - com.typesafe.akka:akka-http-spray-json_2.12:10.0.13 wanted version 2.4.20
# - com.typesafe.akka:akka-http_2.12:10.0.13 wanted version 2.4.20
# - com.typesafe.akka:akka-stream-testkit_2.12:2.5.13 wanted version 2.5.13
{"artifact": "com.typesafe.akka:akka-stream_2.12:2.5.13", "lang": "scala", "sha1": "179960038f8f365d39941849b883eaf6d04a6d68", "sha256": "2583550e38ac4e419906d1ddd2cfb7d53d2a8bc91101016f4902cc84232c0a03", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.13/akka-stream_2.12-2.5.13.jar", "source": {"sha1": "18d2288cbdd83700bf2b9c90259a8bd28f354dc0", "sha256": "1bc5b9a06e13e20af9932c986c0c89d906942e43f1bf16f782f80414303cdceb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.13/akka-stream_2.12-2.5.13-sources.jar"} , "name": "com_typesafe_akka_akka_stream_2_12", "actual": "@com_typesafe_akka_akka_stream_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_stream_2_12"},
{"artifact": "com.typesafe.akka:akka-testkit_2.12:2.5.13", "lang": "scala", "sha1": "f2141a4fd497310827f8353981fb95f84f8b2066", "sha256": "f13668c7b6f773aa1b43adb856fb01c7e0049fa885d9b5fec49aa6b3af65ff5c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-testkit_2.12/2.5.13/akka-testkit_2.12-2.5.13.jar", "source": {"sha1": "ddc25a2ae17025393410ed161e3ec9f4b9e18d8a", "sha256": "14da97a9e270f1f49696bb32d444fa023fc77fb56f548a4677ef2c83cfd6e51e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/akka/akka-testkit_2.12/2.5.13/akka-testkit_2.12-2.5.13-sources.jar"} , "name": "com_typesafe_akka_akka_testkit_2_12", "actual": "@com_typesafe_akka_akka_testkit_2_12//jar:file", "bind": "jar/com/typesafe/akka/akka_testkit_2_12"},
{"artifact": "com.typesafe.play:anorm-akka_2.12:2.5.3", "lang": "scala", "sha1": "8ef34ae07512c651b548648280445702dda63339", "sha256": "cd89fe5aa5bc20a64476082110cb3d4ea9ffb51001941e21982e580412c53abc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/play/anorm-akka_2.12/2.5.3/anorm-akka_2.12-2.5.3.jar", "source": {"sha1": "33f8d37a4ad532ecc8e79f6aa2bcb2907a899b99", "sha256": "1c000f57ce1bf6131288610818c56adf24fbe372fdf444c04b1e636d01e73b3e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/play/anorm-akka_2.12/2.5.3/anorm-akka_2.12-2.5.3-sources.jar"} , "name": "com_typesafe_play_anorm_akka_2_12", "actual": "@com_typesafe_play_anorm_akka_2_12//jar:file", "bind": "jar/com/typesafe/play/anorm_akka_2_12"},
{"artifact": "com.typesafe.play:anorm-tokenizer_2.12:2.5.3", "lang": "scala", "sha1": "ba87fa45f82192ffbd57a1b7018b2eed5cc79542", "sha256": "74e556aa6fd60e887aeee2e52e017c6fe9a630cad43e0d0793689c2aaa70fb59", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/play/anorm-tokenizer_2.12/2.5.3/anorm-tokenizer_2.12-2.5.3.jar", "source": {"sha1": "9ae09fd793d0d6fdf4e3e4783dfc5d69aaadf811", "sha256": "6b502c17f3cc208b28772a42c7c16776cf97adbcca6a8d328b137bcc6e4e50fd", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/play/anorm-tokenizer_2.12/2.5.3/anorm-tokenizer_2.12-2.5.3-sources.jar"} , "name": "com_typesafe_play_anorm_tokenizer_2_12", "actual": "@com_typesafe_play_anorm_tokenizer_2_12//jar:file", "bind": "jar/com/typesafe/play/anorm_tokenizer_2_12"},
{"artifact": "com.typesafe.play:anorm_2.12:2.5.3", "lang": "scala", "sha1": "baf1eb3488b5d4638169dbdfd084103df15eb7f8", "sha256": "684f456d7c28590669ef012e49cfec032bbb8ebbf42e2c675112a6b748c51809", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/play/anorm_2.12/2.5.3/anorm_2.12-2.5.3.jar", "source": {"sha1": "6e75d042d2c61068f3e57925105330da8f6fe1bb", "sha256": "69622d61deff12562cb6a97ea8db57baf4d98a01a6c490d5fbab773fcd5e3e8b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/play/anorm_2.12/2.5.3/anorm_2.12-2.5.3-sources.jar"} , "name": "com_typesafe_play_anorm_2_12", "actual": "@com_typesafe_play_anorm_2_12//jar:file", "bind": "jar/com/typesafe/play/anorm_2_12"},
{"artifact": "com.typesafe.scala-logging:scala-logging_2.12:3.5.0", "lang": "scala", "sha1": "7c3c54941abfc346e412e8a3065b5da3668a4843", "sha256": "b99ef12395309df24d1156cda0d356074bbef7db968c2ce9b2477ac60aae5a2c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.5.0/scala-logging_2.12-3.5.0.jar", "source": {"sha1": "3ec3a31e0a2cda94c29f7070ff83bc5416c051d1", "sha256": "66c30a1bec8977123c4bef994ba69b586dad58cf1fda94f5632336b4d3704a0a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.5.0/scala-logging_2.12-3.5.0-sources.jar"} , "name": "com_typesafe_scala_logging_scala_logging_2_12", "actual": "@com_typesafe_scala_logging_scala_logging_2_12//jar:file", "bind": "jar/com/typesafe/scala_logging/scala_logging_2_12"},
{"artifact": "com.typesafe.slick:slick-hikaricp_2.12:3.3.0", "lang": "scala", "sha1": "6d8460a8eec43ac02c19ed9874b0fff2ad5d685d", "sha256": "024547cefb74278fb00ee1681565222c06e835c2dc574d1497a020f8e1ba2a45", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/slick/slick-hikaricp_2.12/3.3.0/slick-hikaricp_2.12-3.3.0.jar", "source": {"sha1": "c8cc33aa9e0be5df03de919cb9f6211fe3b27235", "sha256": "6bf4883abeb5dfbd12ffc715dc5a3cf62191f2efa25fbed5712e51e196ca68ba", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/slick/slick-hikaricp_2.12/3.3.0/slick-hikaricp_2.12-3.3.0-sources.jar"} , "name": "com_typesafe_slick_slick_hikaricp_2_12", "actual": "@com_typesafe_slick_slick_hikaricp_2_12//jar:file", "bind": "jar/com/typesafe/slick/slick_hikaricp_2_12"},
{"artifact": "com.typesafe.slick:slick_2.12:3.3.0", "lang": "scala", "sha1": "93b7cbc1c090dfc53a3d09d118f756c0f323a8d6", "sha256": "5c4dee7032eb3d3a9ba0f5fbbeb71658f1b601404c9adc7abf98806f1d3786c5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/slick/slick_2.12/3.3.0/slick_2.12-3.3.0.jar", "source": {"sha1": "b36d35defd61fdda71f2a240cfb5fcb99345b9f1", "sha256": "635ce75720e6679672c66624c31bd32225709e275a81f1a541910978686f49af", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/slick/slick_2.12/3.3.0/slick_2.12-3.3.0-sources.jar"} , "name": "com_typesafe_slick_slick_2_12", "actual": "@com_typesafe_slick_slick_2_12//jar:file", "bind": "jar/com/typesafe/slick/slick_2_12"},
# duplicates in com.typesafe:config promoted to 1.3.2
# - com.github.pureconfig:pureconfig_2.12:0.8.0 wanted version 1.3.1
# - com.typesafe.akka:akka-actor_2.12:2.5.13 wanted version 1.3.2
# - com.typesafe.slick:slick_2.12:3.3.0 wanted version 1.3.2
# - com.typesafe:ssl-config-core_2.12:0.2.3 wanted version 1.2.0
{"artifact": "com.typesafe:config:1.3.2", "lang": "java", "sha1": "d6ac0ce079f114adce620f2360c92a70b2cb36dc", "sha256": "6563d1723f3300bf596f41e40bc03e54986108b5c45d0ac34ebc66d48c2e25a3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/config/1.3.2/config-1.3.2.jar", "source": {"sha1": "a22dda7d62b800b297c1c59de90d48992d8119b1", "sha256": "65995abd56d6aa99ee7f46e7cdaaaac2968554b16b26d38bf67e13706a12ca82", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/config/1.3.2/config-1.3.2-sources.jar"} , "name": "com_typesafe_config", "actual": "@com_typesafe_config//jar", "bind": "jar/com/typesafe/config"},
# duplicates in com.typesafe:ssl-config-core_2.12 promoted to 0.2.3
# - com.eed3si9n:gigahorse-core_2.12:0.3.0 wanted version 0.2.2
# - com.typesafe.akka:akka-stream_2.12:2.5.13 wanted version 0.2.3
{"artifact": "com.typesafe:ssl-config-core_2.12:0.2.3", "lang": "scala", "sha1": "c1fdf6c0e7af6b5dd1df14e38062f917320413b4", "sha256": "a01c3a3972eda913fcc5c459f1e7ab0c13327984b9def207c147f8567790eef4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.3/ssl-config-core_2.12-0.2.3.jar", "source": {"sha1": "a531264dc501eeca17bf3b733bac485d9c232bc5", "sha256": "0a8fa86ca2612045127f28fb543e07607c4cd648c08c620070a186679f60bb98", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.3/ssl-config-core_2.12-0.2.3-sources.jar"} , "name": "com_typesafe_ssl_config_core_2_12", "actual": "@com_typesafe_ssl_config_core_2_12//jar:file", "bind": "jar/com/typesafe/ssl_config_core_2_12"},
{"artifact": "com.zaxxer:HikariCP:3.2.0", "lang": "java", "sha1": "6c66db1c636ee90beb4c65fe34abd8ba9396bca6", "sha256": "b008de68bbd85811f4b6e8f0860d0966c6acb4f2e75fabd46ec2094569cbefeb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/zaxxer/HikariCP/3.2.0/HikariCP-3.2.0.jar", "source": {"sha1": "214ae6e5db95b776e38493ca5808e3a7c4a574e8", "sha256": "a66fc818710bc62c3fe19accc933f234dcec7bb58ac7cb36518d46ff57a6c666", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/com/zaxxer/HikariCP/3.2.0/HikariCP-3.2.0-sources.jar"} , "name": "com_zaxxer_HikariCP", "actual": "@com_zaxxer_HikariCP//jar", "bind": "jar/com/zaxxer/HikariCP"},
# duplicates in commons-codec:commons-codec promoted to 1.10
# - org.apache.httpcomponents:httpclient:4.5.3 wanted version 1.9
# - org.seleniumhq.selenium:selenium-chrome-driver:3.12.0 wanted version 1.10
# - org.seleniumhq.selenium:selenium-edge-driver:3.12.0 wanted version 1.10
# - org.seleniumhq.selenium:selenium-firefox-driver:3.12.0 wanted version 1.10
# - org.seleniumhq.selenium:selenium-ie-driver:3.12.0 wanted version 1.10
# - org.seleniumhq.selenium:selenium-java:3.12.0 wanted version 1.10
# - org.seleniumhq.selenium:selenium-opera-driver:3.12.0 wanted version 1.10
# - org.seleniumhq.selenium:selenium-remote-driver:3.12.0 wanted version 1.10
# - org.seleniumhq.selenium:selenium-safari-driver:3.12.0 wanted version 1.10
# - org.seleniumhq.selenium:selenium-support:3.12.0 wanted version 1.10
# - org.testcontainers:testcontainers:1.4.2 wanted version 1.10
{"artifact": "commons-codec:commons-codec:1.10", "lang": "java", "sha1": "4b95f4897fa13f2cd904aee711aeafc0c5295cd8", "sha256": "4241dfa94e711d435f29a4604a3e2de5c4aa3c165e23bd066be6fc1fc4309569", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar", "source": {"sha1": "11fb3d88ae7e3b757d70237064210ceb954a5a04", "sha256": "dfae68268ce86f1a18fc45b99317c13d6c9d252f001d37961e79a51076808986", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10-sources.jar"} , "name": "commons_codec_commons_codec", "actual": "@commons_codec_commons_codec//jar", "bind": "jar/commons_codec/commons_codec"},
{"artifact": "commons-collections:commons-collections:3.0", "lang": "java", "sha1": "aa12980fe4eca7331a660bdeed371d024687c68d", "sha256": "505b94d86b214e7e6c1e75f04ff418a8264ea8454b55b8ced8c93c45884eb6a2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-collections/commons-collections/3.0/commons-collections-3.0.jar", "source": {"sha1": "e74e93f1494bc59451b5fb23a8b6ce4ab918ae66", "sha256": "4e15551f196a38ce167d8170c94f0abb2a514584ee7ac9b05151ed1600b98917", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-collections/commons-collections/3.0/commons-collections-3.0-sources.jar"} , "name": "commons_collections_commons_collections", "actual": "@commons_collections_commons_collections//jar", "bind": "jar/commons_collections/commons_collections"},
# duplicates in commons-io:commons-io fixed to 2.5
# - com.storm-enroute:scalameter_2.12:0.10.1 wanted version 2.4
# - org.testcontainers:testcontainers:1.4.2 wanted version 2.5
# - org.zeroturnaround:zt-exec:1.8 wanted version 1.4
{"artifact": "commons-io:commons-io:2.5", "lang": "java", "sha1": "2852e6e05fbb95076fc091f6d1780f1f8fe35e0f", "sha256": "a10418348d234968600ccb1d988efcbbd08716e1d96936ccc1880e7d22513474", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar", "source": {"sha1": "0caf033a4a7c37b4a8ff3ea084cba591539b0b69", "sha256": "3b69b518d9a844732e35509b79e499fca63a960ee4301b1c96dc32e87f3f60a1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5-sources.jar"} , "name": "commons_io_commons_io", "actual": "@commons_io_commons_io//jar", "bind": "jar/commons_io/commons_io"},
{"artifact": "commons-lang:commons-lang:2.6", "lang": "java", "sha1": "0ce1edb914c94ebc388f086c6827e8bdeec71ac2", "sha256": "50f11b09f877c294d56f24463f47d28f929cf5044f648661c0f0cfbae9a2f49c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar", "source": {"sha1": "67313d715fbf0ea4fd0bdb69217fb77f807a8ce5", "sha256": "66c2760945cec226f26286ddf3f6ffe38544c4a69aade89700a9a689c9b92380", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar"} , "name": "commons_lang_commons_lang", "actual": "@commons_lang_commons_lang//jar", "bind": "jar/commons_lang/commons_lang"},
{"artifact": "commons-logging:commons-logging:1.2", "lang": "java", "sha1": "4bfc12adfe4842bf07b657f0369c4cb522955686", "sha256": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar", "source": {"sha1": "ecf26c7507d67782a3bbd148d170b31dfad001aa", "sha256": "44347acfe5860461728e9cb33251e97345be36f8a0dfd5c5130c172559455f41", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar"} , "name": "commons_logging_commons_logging", "actual": "@commons_logging_commons_logging//jar", "bind": "jar/commons_logging/commons_logging"},
# duplicates in io.circe:circe-core_2.12 fixed to 0.10.0
# - io.circe:circe-generic_2.12:0.10.0 wanted version 0.10.0
# - io.circe:circe-jawn_2.12:0.10.0 wanted version 0.10.0
# - io.circe:circe-parser_2.12:0.10.0 wanted version 0.10.0
# - io.circe:circe-yaml_2.12:0.10.0 wanted version 0.11.1
{"artifact": "io.circe:circe-core_2.12:0.10.0", "lang": "scala", "sha1": "c602b4fc3b221407a63f0f2c832bdba0da8309dd", "sha256": "71d7866949089afbd925d14c1810182e9c43dd6d5031a8da067e4aa717cc9703", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-core_2.12/0.10.0/circe-core_2.12-0.10.0.jar", "source": {"sha1": "7303e14e6818ee387dccae6d3c5c9534c83d766e", "sha256": "3727da2f2aca9e4f574f75bd3667d89d34fb55f50b66eea09fa356b520858045", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-core_2.12/0.10.0/circe-core_2.12-0.10.0-sources.jar"} , "name": "io_circe_circe_core_2_12", "actual": "@io_circe_circe_core_2_12//jar:file", "bind": "jar/io/circe/circe_core_2_12"},
{"artifact": "io.circe:circe-generic_2.12:0.10.0", "lang": "scala", "sha1": "53844268ad4bbd79ddeae4d768267de17baa02be", "sha256": "f3cea34efd423c092293d7eef76820c9445517b385430697befbc7ed2a714e9f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-generic_2.12/0.10.0/circe-generic_2.12-0.10.0.jar", "source": {"sha1": "8181eb6d77a1a3cded0bc9e068eeb57add7e382a", "sha256": "5311885edd82a38dd46ac5de46c88af121ab78c1a50a012bd8be14c838d5aa9b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-generic_2.12/0.10.0/circe-generic_2.12-0.10.0-sources.jar"} , "name": "io_circe_circe_generic_2_12", "actual": "@io_circe_circe_generic_2_12//jar:file", "bind": "jar/io/circe/circe_generic_2_12"},
{"artifact": "io.circe:circe-jawn_2.12:0.10.0", "lang": "scala", "sha1": "979ce1dc1d26ae0bf33601e0bb4d3a49dba549d9", "sha256": "8ebc3204f91e25b28fa8fb0ae17c58c2826f3fb4c3cb0a6f10d3c95760ecb600", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-jawn_2.12/0.10.0/circe-jawn_2.12-0.10.0.jar", "source": {"sha1": "31fdbc94498b34ee76520960e9ee62e936a30df5", "sha256": "dd626a8a597f82539e453a05c64faddce7431128e1227b3be9c034e45e197797", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-jawn_2.12/0.10.0/circe-jawn_2.12-0.10.0-sources.jar"} , "name": "io_circe_circe_jawn_2_12", "actual": "@io_circe_circe_jawn_2_12//jar:file", "bind": "jar/io/circe/circe_jawn_2_12"},
{"artifact": "io.circe:circe-numbers_2.12:0.11.1", "lang": "scala", "sha1": "312278e28d8b58659dcf02133e8c783bae168b40", "sha256": "883a56f13d208be6c272a87521abf34fa4e5526cd9933c7bcfbafdc8d7d0c6f7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-numbers_2.12/0.11.1/circe-numbers_2.12-0.11.1.jar", "source": {"sha1": "9929b114b0eb57732bbf98ba0bae6491f2ae0ea2", "sha256": "a3e9fd2cabba70031830c10897f5335e4185b93bb66697098b260deafc709a97", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-numbers_2.12/0.11.1/circe-numbers_2.12-0.11.1-sources.jar"} , "name": "io_circe_circe_numbers_2_12", "actual": "@io_circe_circe_numbers_2_12//jar:file", "bind": "jar/io/circe/circe_numbers_2_12"},
{"artifact": "io.circe:circe-parser_2.12:0.10.0", "lang": "scala", "sha1": "a5508300b924dffebbb09f3350014089dd40d7ff", "sha256": "27c58a6bee47df9eeda409373870283c42a9321a5c7859f6ec49dadc802aa520", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-parser_2.12/0.10.0/circe-parser_2.12-0.10.0.jar", "source": {"sha1": "cee287f5e0e016d0313bc74e4dff577684350352", "sha256": "c8b642f70687dff6bedd6b0c596328f55e1c02212a0df9bb1b0b3dbd5883b045", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-parser_2.12/0.10.0/circe-parser_2.12-0.10.0-sources.jar"} , "name": "io_circe_circe_parser_2_12", "actual": "@io_circe_circe_parser_2_12//jar:file", "bind": "jar/io/circe/circe_parser_2_12"},
{"artifact": "io.circe:circe-yaml_2.12:0.10.0", "lang": "scala", "sha1": "26cf4031481709361967b0f97846885e62c803c7", "sha256": "72948d62ed794c3ea97cbf7411a4a0b4d85bc4114cc09e454cad49fe3b6277c0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-yaml_2.12/0.10.0/circe-yaml_2.12-0.10.0.jar", "source": {"sha1": "cc3d233e89d9f7b604da5414eeaa30bbed7711c1", "sha256": "2c5ca14d1ecd8c8f69b1d1d41c64abf30d6ad56d938a844c6fa4eb7b087c759b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/circe/circe-yaml_2.12/0.10.0/circe-yaml_2.12-0.10.0-sources.jar"} , "name": "io_circe_circe_yaml_2_12", "actual": "@io_circe_circe_yaml_2_12//jar:file", "bind": "jar/io/circe/circe_yaml_2_12"},
{"artifact": "io.dropwizard.metrics:metrics-core:4.0.0", "lang": "java", "sha1": "551f95873512d1a8564a99ae4b57f64d15eda503", "sha256": "dc1019ece4b18cd9201ee7697eb4f557583c071378b2ac63347c4a7221c1820e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/dropwizard/metrics/metrics-core/4.0.0/metrics-core-4.0.0.jar", "source": {"sha1": "32e938706395d0c704848e4690474191022ecae7", "sha256": "d039d6d676a0533bc17e7eec878a6038a58e7de0849aeb55011be0f111d5fe22", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/dropwizard/metrics/metrics-core/4.0.0/metrics-core-4.0.0-sources.jar"} , "name": "io_dropwizard_metrics_metrics_core", "actual": "@io_dropwizard_metrics_metrics_core//jar", "bind": "jar/io/dropwizard/metrics/metrics_core"},
{"artifact": "io.dropwizard.metrics:metrics-jmx:4.0.0", "lang": "java", "sha1": "04fb95d49a5bee896cc6963ffeb1cce090acc381", "sha256": "14ebc20796899a0fd28524fb5789d897bc569367449ad64a9685ce878056792c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/dropwizard/metrics/metrics-jmx/4.0.0/metrics-jmx-4.0.0.jar", "source": {"sha1": "79ac1ee1f1696307eafc834c03d726815572b21d", "sha256": "605b881f7b989492a59e6f85dd0648e0f7ac26c9974c7a33d86ea6fbe72845ae", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/dropwizard/metrics/metrics-jmx/4.0.0/metrics-jmx-4.0.0-sources.jar"} , "name": "io_dropwizard_metrics_metrics_jmx", "actual": "@io_dropwizard_metrics_metrics_jmx//jar", "bind": "jar/io/dropwizard/metrics/metrics_jmx"},
{"artifact": "io.grpc:grpc-context:1.18.0", "lang": "java", "sha1": "c63e8b86af0fb16b5696480dc14f48e6eaa7193b", "sha256": "12bc83b9fa3aa7550d75c4515b8ae74f124ba14d3692a5ef4737a2e855cbca2f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-context/1.18.0/grpc-context-1.18.0.jar", "source": {"sha1": "b9de26a0c63e994297ca8b36e21139aabc84fc01", "sha256": "006faf6a8355041f5f03a7602bf9dfeeb3d1aa838c17b022862c9aaf438ca640", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-context/1.18.0/grpc-context-1.18.0-sources.jar"} , "name": "io_grpc_grpc_context", "actual": "@io_grpc_grpc_context//jar", "bind": "jar/io/grpc/grpc_context"},
# duplicates in io.grpc:grpc-core fixed to 1.18.0
# - io.grpc:grpc-netty:1.18.0 wanted version [1.18.0]
# - io.grpc:grpc-protobuf-lite:1.18.0 wanted version 1.18.0
# - io.grpc:grpc-protobuf:1.18.0 wanted version 1.18.0
# - io.grpc:grpc-stub:1.18.0 wanted version 1.18.0
{"artifact": "io.grpc:grpc-core:1.18.0", "lang": "java", "sha1": "e21b343bba2006bac31bb16b7438701cddfbf564", "sha256": "fcc02e49bb54771af51470e85611067a8b6718d0126af09da34bbb1e12096f5f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-core/1.18.0/grpc-core-1.18.0.jar", "source": {"sha1": "2bc455b3b6dc83ae095ccffeb9773bac7e839497", "sha256": "5f88ad25402cdad5aeb3ff761908324dca0f13722e4926310cdfd377aa0b0074", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-core/1.18.0/grpc-core-1.18.0-sources.jar"} , "name": "io_grpc_grpc_core", "actual": "@io_grpc_grpc_core//jar", "bind": "jar/io/grpc/grpc_core"},
{"artifact": "io.grpc:grpc-netty:1.18.0", "lang": "java", "sha1": "0d813fe080edb188953fea46803777e5ba6f41d4", "sha256": "9954db681d8a80c143603712bcf85ab9c76284fb5817b0253bba9ea773bb6803", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-netty/1.18.0/grpc-netty-1.18.0.jar", "source": {"sha1": "087b3c4081396317969b6dc50139dcb417dfebb5", "sha256": "422e5c9c2c9cd3c0e32b7d570e2fd7db4bec633bff9117753579730bcccc5b13", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-netty/1.18.0/grpc-netty-1.18.0-sources.jar"} , "name": "io_grpc_grpc_netty", "actual": "@io_grpc_grpc_netty//jar", "bind": "jar/io/grpc/grpc_netty"},
{"artifact": "io.grpc:grpc-protobuf-lite:1.18.0", "lang": "java", "sha1": "4ce979e12da19aaef862c1f48385cb5cf69d61d7", "sha256": "108a16c2b70df636ee78976916d6de0b8f393b2b45b5b62909fc03c1a928ea9b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.18.0/grpc-protobuf-lite-1.18.0.jar", "source": {"sha1": "78d3dbc3e28840060112037869ea823bf98fd317", "sha256": "14276525b70eab567b465eb355b99b366eafefa139cb822ccf055603dae0df47", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.18.0/grpc-protobuf-lite-1.18.0-sources.jar"} , "name": "io_grpc_grpc_protobuf_lite", "actual": "@io_grpc_grpc_protobuf_lite//jar", "bind": "jar/io/grpc/grpc_protobuf_lite"},
{"artifact": "io.grpc:grpc-protobuf:1.18.0", "lang": "java", "sha1": "74d794cf9b90b620e0ad698008abc4f55c1ca5e2", "sha256": "ab714cf4fec2c588f9d8582c2844485c287afa2a3a8da280c62404e312b2d2b1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-protobuf/1.18.0/grpc-protobuf-1.18.0.jar", "source": {"sha1": "1c6791c6af55f13db7022cb3810fd56f4a2359b9", "sha256": "f7fd8af3f00bbbeafcabbb55bd8fca5ba0abc0e5d530c60dd53bc20691dc0ac7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-protobuf/1.18.0/grpc-protobuf-1.18.0-sources.jar"} , "name": "io_grpc_grpc_protobuf", "actual": "@io_grpc_grpc_protobuf//jar", "bind": "jar/io/grpc/grpc_protobuf"},
{"artifact": "io.grpc:grpc-services:1.18.0", "lang": "java", "sha1": "91aa0bb3c1dad78e42864df51996bcc2f1a95047", "sha256": "61f37d6d14ae1e643ed383c8438673e2a1455dbbc002b4b272e25c03fa4d11f3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-services/1.18.0/grpc-services-1.18.0.jar", "source": {"sha1": "673bf4f97389ba0f351a260f16523887901ca41f", "sha256": "662925d27d9c9c629f1337d73a34bffb8327a7bb828a2a79644a3284e08b804a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-services/1.18.0/grpc-services-1.18.0-sources.jar"} , "name": "io_grpc_grpc_services", "actual": "@io_grpc_grpc_services//jar", "bind": "jar/io/grpc/grpc_services"},
{"artifact": "io.grpc:grpc-stub:1.18.0", "lang": "java", "sha1": "5e4dbf944814d49499e3cbd9846ef58f629b5f32", "sha256": "6509fbbcf953f9c426f891021279b2fb5fb21a27c38d9d9ef85fc081714c2450", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-stub/1.18.0/grpc-stub-1.18.0.jar", "source": {"sha1": "9cf8435d715c47ad7cd2981a227b61253a5d9e63", "sha256": "dfc0cec6c4de6d45ba49782aaf1ffadb9feaaddda66cf74109050e6158c00e5f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/grpc/grpc-stub/1.18.0/grpc-stub-1.18.0-sources.jar"} , "name": "io_grpc_grpc_stub", "actual": "@io_grpc_grpc_stub//jar", "bind": "jar/io/grpc/grpc_stub"},
{"artifact": "io.netty:netty-buffer:4.1.33.Final", "lang": "java", "sha1": "0d4fdb13d5832a0f348e4d855c71201a2b15d560", "sha256": "dc458713d93fda555fa08a329fe26c7459569df660fe661405028f29cc478ed5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-buffer/4.1.33.Final/netty-buffer-4.1.33.Final.jar", "source": {"sha1": "4ff360a43355447254a0a8f240af723bf9b19daf", "sha256": "ce0b9538df362a5797852444fce8708fb3e26bda9cb4d6bc61735fc7f69b6664", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-buffer/4.1.33.Final/netty-buffer-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_buffer", "actual": "@io_netty_netty_buffer//jar", "bind": "jar/io/netty/netty_buffer"},
{"artifact": "io.netty:netty-codec-http2:4.1.33.Final", "lang": "java", "sha1": "04bf1ea831ccfd84aea5cf2e292ec9d0beaa1b2b", "sha256": "eb6ef82cac99d44d46a0b2b6c2cffddd09a4df066eebaa1a9411008eb057dc2b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-codec-http2/4.1.33.Final/netty-codec-http2-4.1.33.Final.jar", "source": {"sha1": "d802bbc2ccd645800d068c5b3c2934a94235e22b", "sha256": "96d032e51c1d3a3053d0a7d3bfa1d50bb7f6d43ddb3f92207a82c4a2d97de508", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-codec-http2/4.1.33.Final/netty-codec-http2-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_codec_http2", "actual": "@io_netty_netty_codec_http2//jar", "bind": "jar/io/netty/netty_codec_http2"},
{"artifact": "io.netty:netty-codec-http:4.1.33.Final", "lang": "java", "sha1": "ad557dffc0777b1b24558d6c57b77b0198dbb58d", "sha256": "ffbdc9a0727d9d797e5d4cac2701d5b31c36af238df36a3505c60b043f6ddab0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-codec-http/4.1.33.Final/netty-codec-http-4.1.33.Final.jar", "source": {"sha1": "18e70f8ef17d69b416c3e4b81b5c9798b68fe03b", "sha256": "d590eca2c4009a4af10165fde3e8f244c9eaeb1b192b24bbe256e35fbeefca81", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-codec-http/4.1.33.Final/netty-codec-http-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_codec_http", "actual": "@io_netty_netty_codec_http//jar", "bind": "jar/io/netty/netty_codec_http"},
{"artifact": "io.netty:netty-codec-socks:4.1.33.Final", "lang": "java", "sha1": "08873faf9308db9f5339c00803980cd0877bc624", "sha256": "1ed1efb1eb68a2a1fa858dfaea695be58acbc71e51bf95110259c6a56c449a43", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-codec-socks/4.1.33.Final/netty-codec-socks-4.1.33.Final.jar", "source": {"sha1": "a294384cbb5ec3d9c9877ed1c04ebc9cab7425da", "sha256": "6116a85d1c0b94f5503f67bc1cd8d739a623c464a5d665839dd29cb413c8fc7b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-codec-socks/4.1.33.Final/netty-codec-socks-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_codec_socks", "actual": "@io_netty_netty_codec_socks//jar", "bind": "jar/io/netty/netty_codec_socks"},
{"artifact": "io.netty:netty-codec:4.1.33.Final", "lang": "java", "sha1": "600762bf6861fa62b061782debb6fcdeff1f1984", "sha256": "1bb36742dc14844c9f1f9165d7be42b5b3a3209e9a57c5e466c138fcd86a0fa5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-codec/4.1.33.Final/netty-codec-4.1.33.Final.jar", "source": {"sha1": "792628a57e5f595f9c6c1d54bb2ee63dd0e37e1b", "sha256": "f6c4cec68a10b1056844cea650b825249e0b2f4dad45390bff2e160fcb63f7ea", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-codec/4.1.33.Final/netty-codec-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_codec", "actual": "@io_netty_netty_codec//jar", "bind": "jar/io/netty/netty_codec"},
{"artifact": "io.netty:netty-common:4.1.33.Final", "lang": "java", "sha1": "398b725cbaca8c691b74759ae6c3d69b8eeb0574", "sha256": "bbb2a29f809b71f91aa162da921602524a8cfce6df7ab2e00fb12d777f6b20e3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-common/4.1.33.Final/netty-common-4.1.33.Final.jar", "source": {"sha1": "6d884e9a61091135e2fe922aad3f8a554e32c0e8", "sha256": "db1872e71b960333eef4ec4d27d1601d34ca67376eaba9616b77bec832b0175a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-common/4.1.33.Final/netty-common-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_common", "actual": "@io_netty_netty_common//jar", "bind": "jar/io/netty/netty_common"},
{"artifact": "io.netty:netty-handler-proxy:4.1.33.Final", "lang": "java", "sha1": "cedc10ed27d75b190b9fd0ec865e0cee7d186f31", "sha256": "f756303a6397af4c81cbf8be5bb10e650095c1d62361b4014e4b7e6002f7e831", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-handler-proxy/4.1.33.Final/netty-handler-proxy-4.1.33.Final.jar", "source": {"sha1": "ab7b2d555bbf13aad28a99cde4c6f21c8d2a371c", "sha256": "be8c6740d9ccce6db2bcc05e9c46252e0129f969f0dd5c3517522fd3c820cdbe", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-handler-proxy/4.1.33.Final/netty-handler-proxy-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_handler_proxy", "actual": "@io_netty_netty_handler_proxy//jar", "bind": "jar/io/netty/netty_handler_proxy"},
{"artifact": "io.netty:netty-handler:4.1.33.Final", "lang": "java", "sha1": "3bcc2db64f7b0ebacba552aff319b41962c2df96", "sha256": "ace0855da3564b2d8654831a47f8c7505cb4d0a7f612baf65c49b026b58d39ed", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-handler/4.1.33.Final/netty-handler-4.1.33.Final.jar", "source": {"sha1": "6a8199036220a146611e97067370b33a94ab6699", "sha256": "a8fc6b3b87380302086d2ae8938dcf0b9ca921ccd4cfcdaa461a7dd0d4011d59", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-handler/4.1.33.Final/netty-handler-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_handler", "actual": "@io_netty_netty_handler//jar", "bind": "jar/io/netty/netty_handler"},
{"artifact": "io.netty:netty-resolver:4.1.33.Final", "lang": "java", "sha1": "f3873f5ed509b5c169fb7cbaf34b694d8c748926", "sha256": "93a4936597d80c6162228462b0d410df6b2edb0921ea74044fc838765495f4b3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-resolver/4.1.33.Final/netty-resolver-4.1.33.Final.jar", "source": {"sha1": "a7d448302734acc5315a2f80ea129f3be52dc899", "sha256": "554e51f1ce23e50cd1ffcc6fa491afa0cdec3c8c70f7677245ecdef76c3d99bb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-resolver/4.1.33.Final/netty-resolver-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_resolver", "actual": "@io_netty_netty_resolver//jar", "bind": "jar/io/netty/netty_resolver"},
{"artifact": "io.netty:netty-tcnative-boringssl-static:2.0.20.Final", "lang": "java", "sha1": "071141fca3e805d9d248cb43e1909cf6a50ad92c", "sha256": "c0bbfcb116ae9928ebb17cbfbdd80ee51980ad228a4fffb0cb3137ac91b1bc09", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final.jar", "source": {"sha1": "e16e918891c92b63ecb4b0dc90be9032594c7e0d", "sha256": "e81668c7f98caebbd6d66993eb8e874a2ced243bb2fa30b1ab8da7c62fa00038", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final-sources.jar"} , "name": "io_netty_netty_tcnative_boringssl_static", "actual": "@io_netty_netty_tcnative_boringssl_static//jar", "bind": "jar/io/netty/netty_tcnative_boringssl_static"},
{"artifact": "io.netty:netty-transport:4.1.33.Final", "lang": "java", "sha1": "b9f9af72dfcd8464c16169670d52c6dc5fe65897", "sha256": "27d666d2d60e8de446f5fea98363f9b17eaeb4a52599f09b6e4091e62ce3aaed", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-transport/4.1.33.Final/netty-transport-4.1.33.Final.jar", "source": {"sha1": "c1f32569ddb5e16fc1bf7df3014c380344be2cd5", "sha256": "ad399f562ef91f6784119b7828b8d3f38074607dff8fed3d74c79fa926799af7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/netty/netty-transport/4.1.33.Final/netty-transport-4.1.33.Final-sources.jar"} , "name": "io_netty_netty_transport", "actual": "@io_netty_netty_transport//jar", "bind": "jar/io/netty/netty_transport"},
{"artifact": "io.opencensus:opencensus-api:0.18.0", "lang": "java", "sha1": "b89a8f8dfd1e1e0d68d83c82a855624814b19a6e", "sha256": "45421ffe95271aba94686ed8d4c5070fe77dc2ff0b922688097f0dd40f1931b1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/opencensus/opencensus-api/0.18.0/opencensus-api-0.18.0.jar", "source": {"sha1": "0bf0e4d54c976a0f18331b0f3ebad3105dd25da7", "sha256": "598043929a08e875db037bb172dce62b8cbc13f51f811b62643a52ac5b96fc32", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/opencensus/opencensus-api/0.18.0/opencensus-api-0.18.0-sources.jar"} , "name": "io_opencensus_opencensus_api", "actual": "@io_opencensus_opencensus_api//jar", "bind": "jar/io/opencensus/opencensus_api"},
{"artifact": "io.opencensus:opencensus-contrib-grpc-metrics:0.18.0", "lang": "java", "sha1": "8e90fab2930b6a0e67dab48911b9c936470d43dd", "sha256": "1f90585e777b1e0493dbf22e678303369a8d5b7c750b4eda070a34ca99271607", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.18.0/opencensus-contrib-grpc-metrics-0.18.0.jar", "source": {"sha1": "73c486b3124f087180853de76654bd67e646d55c", "sha256": "3bb1c879c1de76b20a1dedef5f5e9873bcb0c8b8d4991d6b3710539160d9e8ba", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.18.0/opencensus-contrib-grpc-metrics-0.18.0-sources.jar"} , "name": "io_opencensus_opencensus_contrib_grpc_metrics", "actual": "@io_opencensus_opencensus_contrib_grpc_metrics//jar", "bind": "jar/io/opencensus/opencensus_contrib_grpc_metrics"},
{"artifact": "io.protostuff:protostuff-api:1.5.2", "lang": "java", "sha1": "f2dc3ffe7c3061e9db4d4df984d62a67736c3da5", "sha256": "1f1cf8b3acb77c0342e3012bba2b7fdcb82852a8b37118fe105bd99121b45e0a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/protostuff/protostuff-api/1.5.2/protostuff-api-1.5.2.jar", "source": {"sha1": "8d07ce95f67c69db766a12557640a195d9ea117b", "sha256": "9c55cdffbe85291441965c0874c2cc6ba387afc33160f3e4abd535d1be17b2b2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/protostuff/protostuff-api/1.5.2/protostuff-api-1.5.2-sources.jar"} , "name": "io_protostuff_protostuff_api", "actual": "@io_protostuff_protostuff_api//jar", "bind": "jar/io/protostuff/protostuff_api"},
{"artifact": "io.protostuff:protostuff-core:1.5.2", "lang": "java", "sha1": "d74b9bc22863a441c52319255c28b19ece4b6566", "sha256": "11c9f1b9f25ad9361b73e800f393ad3bf76eedfa66e866e9e7a7d6e8b016afc7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/protostuff/protostuff-core/1.5.2/protostuff-core-1.5.2.jar", "source": {"sha1": "f914a4aa5aec86eb0fbe9020cca26958f5e8b15b", "sha256": "0dc32d420f3c21007accb4a19a040a306be58886606fdee341b672704a0f9192", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/protostuff/protostuff-core/1.5.2/protostuff-core-1.5.2-sources.jar"} , "name": "io_protostuff_protostuff_core", "actual": "@io_protostuff_protostuff_core//jar", "bind": "jar/io/protostuff/protostuff_core"},
{"artifact": "io.reactivex.rxjava2:rxjava:2.2.1", "lang": "java", "sha1": "bf6d5185963ea3ed40d44f56a2130c7a5e918f3c", "sha256": "459a378ddd8dc93c851efa6a8553f6eb51623a2749c2ac1c3ee4222175f80dac", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/reactivex/rxjava2/rxjava/2.2.1/rxjava-2.2.1.jar", "source": {"sha1": "d35cbfeb5eae0646f288644577ac6152791fa711", "sha256": "b51dec822a48b32742c73b38bb4c22ce25fc9ff52a507ae22c9a37837a477c81", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/reactivex/rxjava2/rxjava/2.2.1/rxjava-2.2.1-sources.jar"} , "name": "io_reactivex_rxjava2_rxjava", "actual": "@io_reactivex_rxjava2_rxjava//jar", "bind": "jar/io/reactivex/rxjava2/rxjava"},
# duplicates in io.spray:spray-json_2.12 fixed to 1.3.3
# - com.storm-enroute:scalameter_2.12:0.10.1 wanted version 1.3.2
# - com.typesafe.akka:akka-http-spray-json_2.12:10.0.13 wanted version 1.3.4
# - org.gnieh:diffson-spray-json_2.12:3.1.0 wanted version 1.3.4
# - org.sangria-graphql:sangria-spray-json_2.12:1.0.1 wanted version 1.3.4
{"artifact": "io.spray:spray-json_2.12:1.3.3", "lang": "scala", "sha1": "6e01a672f9618e15bbf133b44effaa218d6f6dd1", "sha256": "7e881bc7cabf18f3e1c54149af619c2e6a2e99206b5c0489ac8a75d4aa7868b9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/spray/spray-json_2.12/1.3.3/spray-json_2.12-1.3.3.jar", "source": {"sha1": "ba5ac06d1c2b7df51a2f3052cc23226f46be7e36", "sha256": "66d7eb38d4a12d7f74959f918eadc05020ed063f6e64f6fa1b684cc316f2853b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/spray/spray-json_2.12/1.3.3/spray-json_2.12-1.3.3-sources.jar"} , "name": "io_spray_spray_json_2_12", "actual": "@io_spray_spray_json_2_12//jar:file", "bind": "jar/io/spray/spray_json_2_12"},
{"artifact": "io.zipkin.brave:brave:4.6.0", "lang": "java", "sha1": "f3287a6b35d055b15adf72926b356ff088d726fc", "sha256": "70d340f8bd294682adc8240cd41cd369a0b3f0037f3fb2f15bd9bd836a3402d9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/zipkin/brave/brave/4.6.0/brave-4.6.0.jar", "source": {"sha1": "3b128c3c4f1d36125201aae56bdba48d6ffe58a4", "sha256": "a55ccb6f2c1d323c505f8256443882ac77cd266178068686ca754d789e0bb35a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/zipkin/brave/brave/4.6.0/brave-4.6.0-sources.jar"} , "name": "io_zipkin_brave_brave", "actual": "@io_zipkin_brave_brave//jar", "bind": "jar/io/zipkin/brave/brave"},
# duplicates in io.zipkin.java:zipkin promoted to 1.31.3
# - io.zipkin.brave:brave:4.6.0 wanted version 1.31.0
# - io.zipkin.reporter:zipkin-reporter:1.0.4 wanted version 1.31.3
# - io.zipkin.reporter:zipkin-sender-okhttp3:1.0.4 wanted version 1.31.3
{"artifact": "io.zipkin.java:zipkin:1.31.3", "lang": "java", "sha1": "a0396bc1718535d09a52304bee79a1766085a6f5", "sha256": "e59babd8d2858a8b01172d65ddfdf74536e93808b45e19d11efbc6c624809562", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/zipkin/java/zipkin/1.31.3/zipkin-1.31.3.jar", "source": {"sha1": "9ccd5c19a3a3058a64aed390327884f133474652", "sha256": "99e17c4fabc486516553fbf6ff08b8823a14e335ede0b6ac4f9c99b9c98e4849", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/zipkin/java/zipkin/1.31.3/zipkin-1.31.3-sources.jar"} , "name": "io_zipkin_java_zipkin", "actual": "@io_zipkin_java_zipkin//jar", "bind": "jar/io/zipkin/java/zipkin"},
# duplicates in io.zipkin.reporter:zipkin-reporter promoted to 1.0.4
# - io.zipkin.brave:brave:4.6.0 wanted version 1.0.2
# - io.zipkin.reporter:zipkin-sender-okhttp3:1.0.4 wanted version 1.0.4
{"artifact": "io.zipkin.reporter:zipkin-reporter:1.0.4", "lang": "java", "sha1": "d0efa736c270fba21b9bc05931784cdae1bd825b", "sha256": "ef36edaa89c573abc71fd2e7278ae3adb2eafca4f541a5ce5af1b25e0dae15f0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/zipkin/reporter/zipkin-reporter/1.0.4/zipkin-reporter-1.0.4.jar", "source": {"sha1": "8a9bc5541d3498839c9d9367a8d7504fad0391a8", "sha256": "7b2dfc17c4787a955aaffeb23db8c20d111af4a26e690e7e064a8c4bc1fe4afc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/zipkin/reporter/zipkin-reporter/1.0.4/zipkin-reporter-1.0.4-sources.jar"} , "name": "io_zipkin_reporter_zipkin_reporter", "actual": "@io_zipkin_reporter_zipkin_reporter//jar", "bind": "jar/io/zipkin/reporter/zipkin_reporter"},
{"artifact": "io.zipkin.reporter:zipkin-sender-okhttp3:1.0.4", "lang": "java", "sha1": "541feac93ff368187f50693049f89341e4dca322", "sha256": "02b560a786ff80457ce7336bc2662acf630add7079eef7e6469c44b49ab8106f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/zipkin/reporter/zipkin-sender-okhttp3/1.0.4/zipkin-sender-okhttp3-1.0.4.jar", "source": {"sha1": "4692bca867ff48fdd342434ed73bd529a5033382", "sha256": "53ec8c5104893d06aac7e1687da3bf78c5bea2bb642bc2a61d234e266faccc92", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/io/zipkin/reporter/zipkin-sender-okhttp3/1.0.4/zipkin-sender-okhttp3-1.0.4-sources.jar"} , "name": "io_zipkin_reporter_zipkin_sender_okhttp3", "actual": "@io_zipkin_reporter_zipkin_sender_okhttp3//jar", "bind": "jar/io/zipkin/reporter/zipkin_sender_okhttp3"},
{"artifact": "javax.annotation:javax.annotation-api:1.2", "lang": "java", "sha1": "479c1e06db31c432330183f5cae684163f186146", "sha256": "5909b396ca3a2be10d0eea32c74ef78d816e1b4ead21de1d78de1f890d033e04", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar", "source": {"sha1": "ad18a02db08eaee697f812e333f692fc51129e4a", "sha256": "8bd08333ac2c195e224cc4063a72f4aab3c980cf5e9fb694130fad41689689d0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2-sources.jar"} , "name": "javax_annotation_javax_annotation_api", "actual": "@javax_annotation_javax_annotation_api//jar", "bind": "jar/javax/annotation/javax_annotation_api"},
{"artifact": "javax.servlet:javax.servlet-api:3.1.0", "lang": "java", "sha1": "3cd63d075497751784b2fa84be59432f4905bf7c", "sha256": "af456b2dd41c4e82cf54f3e743bc678973d9fe35bd4d3071fa05c7e5333b8482", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar", "source": {"sha1": "ab3976d4574c48d22dc1abf6a9e8bd0fdf928223", "sha256": "5c6d640f01e8e7ffdba21b2b75c0f64f0c30fd1fc3372123750c034cb363012a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar"} , "name": "javax_servlet_javax_servlet_api", "actual": "@javax_servlet_javax_servlet_api//jar", "bind": "jar/javax/servlet/javax_servlet_api"},
{"artifact": "javax.ws.rs:javax.ws.rs-api:2.1", "lang": "java", "sha1": "426a0862406536e690c7caa8bb6ed32191986fac", "sha256": "1a4295889416c6972addcd425dfeeee6e6ede110e8b2dc8b49044e9b400ad5db", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar", "source": {"sha1": "b693d737250f57da3bbc0fbfccf6917de18ae200", "sha256": "041411b622f9e28174d6eced5349427cd36e9b1978e94e1b722ac133ed53be04", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1-sources.jar"} , "name": "javax_ws_rs_javax_ws_rs_api", "actual": "@javax_ws_rs_javax_ws_rs_api//jar", "bind": "jar/javax/ws/rs/javax_ws_rs_api"},
{"artifact": "jline:jline:2.14.4", "lang": "java", "sha1": "5d040d73596ba7517d830a7bc4bc31e41f6dbddf", "sha256": "cb489eb7caf57811f01b7ac9d1fb8175ee1d2086627cc69f524e7d68f5f67982", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/jline/jline/2.14.4/jline-2.14.4.jar", "source": {"sha1": "9edb67cd74445acc691e5748207defae79fcdad6", "sha256": "521af91089abf9f6b154b42f32e99dca3d824fb8e22a844f78309f0fab5d1343", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/jline/jline/2.14.4/jline-2.14.4-sources.jar"} , "name": "jline_jline", "actual": "@jline_jline//jar", "bind": "jar/jline/jline"},
# duplicates in joda-time:joda-time promoted to 2.9.7
# - com.github.nscala-time:nscala-time_2.12.0-RC1:2.14.0 wanted version 2.9.4
# - com.typesafe.play:anorm_2.12:2.5.3 wanted version 2.9.7
{"artifact": "joda-time:joda-time:2.9.7", "lang": "java", "sha1": "6eb2e87ddb09e944bb88f06f19ba0638d4607ffd", "sha256": "2bcac56802ec8d6f16941ef8a8d5fee4032902ba9937549be220f0a06eb9f503", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar", "source": {"sha1": "07099392eb30172b794b270401c2462e1a27ae63", "sha256": "71418dc22a61a104660f30557b5ddb706868d4e1818368fd2b898b48a31922a7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/joda-time/joda-time/2.9.7/joda-time-2.9.7-sources.jar"} , "name": "joda_time_joda_time", "actual": "@joda_time_joda_time//jar", "bind": "jar/joda_time/joda_time"},
{"artifact": "junit:junit-dep:4.10", "lang": "java", "sha1": "64417b3bafdecd366afa514bd5beeae6c1f85ece", "sha256": "c1b81ad9bed9cec9da9df975ac1af252341313bd6af42a7442a1328e90a4d932", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/junit/junit-dep/4.10/junit-dep-4.10.jar", "source": {"sha1": "2c7dad0a5eb1602c6fe6b43abec8ea35805b3ae4", "sha256": "a68d6181b1072b184ea032f2e962990cd1005b5796b8fef719b71e7545586ecd", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/junit/junit-dep/4.10/junit-dep-4.10-sources.jar"} , "name": "junit_junit_dep", "actual": "@junit_junit_dep//jar", "bind": "jar/junit/junit_dep"},
# duplicates in junit:junit fixed to 4.12
# - org.junit.platform:junit-platform-runner:1.0.0 wanted version 4.12
# - org.testcontainers:testcontainers:1.4.2 wanted version 4.12
# - org.testng:testng:5.14.10 wanted version 3.8.1
{"artifact": "junit:junit:4.12", "lang": "java", "sha1": "2973d150c0dc1fefe998f834810d68f278ea58ec", "sha256": "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/junit/junit/4.12/junit-4.12.jar", "source": {"sha1": "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa", "sha256": "9f43fea92033ad82bcad2ae44cec5c82abc9d6ee4b095cab921d11ead98bf2ff", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/junit/junit/4.12/junit-4.12-sources.jar"} , "name": "junit_junit", "actual": "@junit_junit//jar", "bind": "jar/junit/junit"},
{"artifact": "log4j:log4j:1.2.17", "lang": "java", "sha1": "5af35056b4d257e4b64b9e8069c0746e8b08629f", "sha256": "1d31696445697720527091754369082a6651bd49781b6005deb94e56753406f9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar", "source": {"sha1": "677abe279b68c5e7490d6d50c6951376238d7d3e", "sha256": "4d9ba787af1692aa88417c2a47a37a98125d645b91ab556252dbee0f45225493", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar"} , "name": "log4j_log4j", "actual": "@log4j_log4j//jar", "bind": "jar/log4j/log4j"},
{"artifact": "net.bytebuddy:byte-buddy-agent:1.9.7", "lang": "java", "sha1": "8e7d1b599f4943851ffea125fd9780e572727fc0", "sha256": "145ce0fab5390374e69b2b4070d65fedaa2b07c3cfad06b330bea1b6dcfa826f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7.jar", "source": {"sha1": "65ac6028618b3c0596947fed4fc5c073d1e742fc", "sha256": "f1ffcb60fb0cb3de2ab4ba36b3588f9c0f12b24e8eeb59f76c57664f42eaae80", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7-sources.jar"} , "name": "net_bytebuddy_byte_buddy_agent", "actual": "@net_bytebuddy_byte_buddy_agent//jar", "bind": "jar/net/bytebuddy/byte_buddy_agent"},
# duplicates in net.bytebuddy:byte-buddy promoted to 1.9.7
# - org.mockito:mockito-core:2.25.0 wanted version 1.9.7
# - org.seleniumhq.selenium:selenium-chrome-driver:3.12.0 wanted version 1.8.3
# - org.seleniumhq.selenium:selenium-edge-driver:3.12.0 wanted version 1.8.3
# - org.seleniumhq.selenium:selenium-firefox-driver:3.12.0 wanted version 1.8.3
# - org.seleniumhq.selenium:selenium-ie-driver:3.12.0 wanted version 1.8.3
# - org.seleniumhq.selenium:selenium-java:3.12.0 wanted version 1.8.3
# - org.seleniumhq.selenium:selenium-opera-driver:3.12.0 wanted version 1.8.3
# - org.seleniumhq.selenium:selenium-remote-driver:3.12.0 wanted version 1.8.3
# - org.seleniumhq.selenium:selenium-safari-driver:3.12.0 wanted version 1.8.3
# - org.seleniumhq.selenium:selenium-support:3.12.0 wanted version 1.8.3
{"artifact": "net.bytebuddy:byte-buddy:1.9.7", "lang": "java", "sha1": "8fea78fea6449e1738b675cb155ce8422661e237", "sha256": "69a9140c11de463789a1badfe6c3dcdc17608c4304cb443c5c3a179585b78b39", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7.jar", "source": {"sha1": "ed6166d7f5a34842d3a2060ceea9e11a3d09413a", "sha256": "cbeaa4d2f9836f456c7b77dd464b5accfcd35f70cea896086fbc0751cbe0f0e7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7-sources.jar"} , "name": "net_bytebuddy_byte_buddy", "actual": "@net_bytebuddy_byte_buddy//jar", "bind": "jar/net/bytebuddy/byte_buddy"},
{"artifact": "net.java.dev.jna:jna-platform:4.5.0", "lang": "java", "sha1": "00ab163522ed76eb01c8c9a750dedacb134fc8c0", "sha256": "68ee6431c6c07dda48deaa2627c56beeea0dec5927fe7848983e06f7a6a76a08", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.jar", "source": {"sha1": "b1557051d9a8cfdd24e1e5d99304be2d7b515d93", "sha256": "c0d41cc08b93646f90495bf850105dc9af1116169868b93589366c689eb5ddee", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0-sources.jar"} , "name": "net_java_dev_jna_jna_platform", "actual": "@net_java_dev_jna_jna_platform//jar", "bind": "jar/net/java/dev/jna/jna_platform"},
{"artifact": "net.java.dev.jna:jna:4.5.0", "lang": "java", "sha1": "55b548d3195efc5280bf1c3f17b49659c54dee40", "sha256": "617a8d75f66a57296255a13654a99f10f72f0964336e352211247ed046da3e94", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/net/java/dev/jna/jna/4.5.0/jna-4.5.0.jar", "source": {"sha1": "81072e8420f1635a3625cdfd253ccea6e33535cc", "sha256": "e4da62978d75a5f47641d6c3548a6859c193fad8c5d0bc95a5f049d8ec1a0f79", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/net/java/dev/jna/jna/4.5.0/jna-4.5.0-sources.jar"} , "name": "net_java_dev_jna_jna", "actual": "@net_java_dev_jna_jna//jar", "bind": "jar/net/java/dev/jna/jna"},
{"artifact": "org.apache.commons:commons-compress:1.12", "lang": "java", "sha1": "84caa68576e345eb5e7ae61a0e5a9229eb100d7b", "sha256": "2c1542faf343185b7cab9c3d55c8ae5471d6d095d3887a4adefdbdf2984dc0b6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar", "source": {"sha1": "1fdd1a2fed15cdf08780ed564279c0ddbff46419", "sha256": "ae08ac41171c3805f5e8ff04c29a95163a1bf8fb25ccff49581f7af6c902606d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar"} , "name": "org_apache_commons_commons_compress", "actual": "@org_apache_commons_commons_compress//jar", "bind": "jar/org/apache/commons/commons_compress"},
{"artifact": "org.apache.commons:commons-exec:1.3", "lang": "java", "sha1": "8dfb9facd0830a27b1b5f29f84593f0aeee7773b", "sha256": "cb49812dc1bfb0ea4f20f398bcae1a88c6406e213e67f7524fb10d4f8ad9347b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar", "source": {"sha1": "efd2543e352e55ce5a685eed6db8af028b737905", "sha256": "c121d8e70010092bafc56f358e7259ac484653db595aafea1e67a040f51aea66", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3-sources.jar"} , "name": "org_apache_commons_commons_exec", "actual": "@org_apache_commons_commons_exec//jar", "bind": "jar/org/apache/commons/commons_exec"},
# duplicates in org.apache.commons:commons-lang3 fixed to 3.9
# - com.storm-enroute:scalameter-core_2.12:0.10.1 wanted version 3.4
# - org.apache.commons:commons-text:1.4 wanted version 3.7
{"artifact": "org.apache.commons:commons-lang3:3.9", "lang": "java", "sha1": "0122c7cee69b53ed4a7681c03d4ee4c0e2765da5", "sha256": "de2e1dcdcf3ef917a8ce858661a06726a9a944f28e33ad7f9e08bea44dc3c230", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar", "source": {"sha1": "8f1cb192e229bc4cd1c900c51171d96706e6d195", "sha256": "d97341ce0a7554028db3403e407bb51f4d902bf3287f64f709d7a8156eaf1910", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9-sources.jar"} , "name": "org_apache_commons_commons_lang3", "actual": "@org_apache_commons_commons_lang3//jar", "bind": "jar/org/apache/commons/commons_lang3"},
{"artifact": "org.apache.commons:commons-math3:3.2", "lang": "java", "sha1": "ec2544ab27e110d2d431bdad7d538ed509b21e62", "sha256": "6268a9a0ea3e769fc493a21446664c0ef668e48c93d126791f6f3f757978fee2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar", "source": {"sha1": "cd098e055bf192a60c81d81893893e6e31a6482f", "sha256": "b62d60712ea06fb6259506269b3a0ed73a7da5ee11f891c0eb0399eb9bc71e3f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2-sources.jar"} , "name": "org_apache_commons_commons_math3", "actual": "@org_apache_commons_commons_math3//jar", "bind": "jar/org/apache/commons/commons_math3"},
{"artifact": "org.apache.commons:commons-text:1.4", "lang": "java", "sha1": "680b74de9c393bbf8d9e951af301659b16845907", "sha256": "d624e443240a5fccc93edbfe758df1b69c07d7eaab6fc5e8f98f77d86ced8259", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-text/1.4/commons-text-1.4.jar", "source": {"sha1": "8f337be1d719810f0f894b0abb6416705af341df", "sha256": "00d006377bbe1667b8fdaa5bb3da35137c0d3bc28e7426276fcb1f5a50630eb2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/commons/commons-text/1.4/commons-text-1.4-sources.jar"} , "name": "org_apache_commons_commons_text", "actual": "@org_apache_commons_commons_text//jar", "bind": "jar/org/apache/commons/commons_text"},
{"artifact": "org.apache.httpcomponents:httpclient:4.5.3", "lang": "java", "sha1": "d1577ae15f01ef5438c5afc62162457c00a34713", "sha256": "db3d1b6c2d6a5e5ad47577ad61854e2f0e0936199b8e05eb541ed52349263135", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar", "source": {"sha1": "4969730c661fff76fa7f9d4c7c61545817f5b033", "sha256": "6475ea5ce5bce787f88f449c4d29dc8cafbeba9f172683fcad15c2e4b5e2ed84", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3-sources.jar"} , "name": "org_apache_httpcomponents_httpclient", "actual": "@org_apache_httpcomponents_httpclient//jar", "bind": "jar/org/apache/httpcomponents/httpclient"},
{"artifact": "org.apache.httpcomponents:httpcore:4.4.6", "lang": "java", "sha1": "e3fd8ced1f52c7574af952e2e6da0df8df08eb82", "sha256": "d7f853dee87680b07293d30855b39b9eb56c1297bd16ff1cd6f19ddb8fa745fb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar", "source": {"sha1": "57cc0a7af46d66754e632bddc558a913b9e66ac3", "sha256": "292895822468716a4b8c65b07f9e45c8a9ff9946aa5407c883f5f455d09cdf9e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6-sources.jar"} , "name": "org_apache_httpcomponents_httpcore", "actual": "@org_apache_httpcomponents_httpcore//jar", "bind": "jar/org/apache/httpcomponents/httpcore"},
{"artifact": "org.apache.logging.log4j:log4j-api:2.8.1", "lang": "java", "sha1": "e801d13612e22cad62a3f4f3fe7fdbe6334a8e72", "sha256": "1205ab764b1326f7d96d99baa4a4e12614599bf3d735790947748ee116511fa2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar", "source": {"sha1": "a5edb6b8c77843c8be98e0cb1f875699e76ee122", "sha256": "453201e25c223bacfc58e47262390fa2879dfe095c6d883dc913667917665ceb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1-sources.jar"} , "name": "org_apache_logging_log4j_log4j_api", "actual": "@org_apache_logging_log4j_log4j_api//jar", "bind": "jar/org/apache/logging/log4j/log4j_api"},
{"artifact": "org.apache.logging.log4j:log4j-core:2.8.1", "lang": "java", "sha1": "4ac28ff2f1ddf05dae3043a190451e8c46b73c31", "sha256": "815a73e20e90a413662eefe8594414684df3d5723edcd76070e1a5aee864616e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar", "source": {"sha1": "0a0a7f683da620c345b502fff04d1e46cde2e8d9", "sha256": "efb8bd06659beda231375b72fb38f44d884b7d086f34e050204ffc8efe0cf6c2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1-sources.jar"} , "name": "org_apache_logging_log4j_log4j_core", "actual": "@org_apache_logging_log4j_log4j_core//jar", "bind": "jar/org/apache/logging/log4j/log4j_core"},
{"artifact": "org.apache.logging.log4j:log4j-slf4j-impl:2.8.1", "lang": "java", "sha1": "709b07000087f3a0dec1bc4b5e05281499588cae", "sha256": "43f325bb7b1592796554fa29448017941c94431c906fb0498c2f70e3d67bb3b6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.8.1/log4j-slf4j-impl-2.8.1.jar", "source": {"sha1": "e1c7803a38c938b78dacee4500c1dada62f2410b", "sha256": "33b86ad14e4af9e74107cebd7e51ae5ff96a0ffe06b5c6fead6a84d3a903312a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.8.1/log4j-slf4j-impl-2.8.1-sources.jar"} , "name": "org_apache_logging_log4j_log4j_slf4j_impl", "actual": "@org_apache_logging_log4j_log4j_slf4j_impl//jar", "bind": "jar/org/apache/logging/log4j/log4j_slf4j_impl"},
{"artifact": "org.apiguardian:apiguardian-api:1.0.0", "lang": "java", "sha1": "3ef5276905e36f4d8055fe3cb0bdcc7503ffc85d", "sha256": "1f58b77470d8d147a0538d515347dd322f49a83b9e884b8970051160464b65b3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar", "source": {"sha1": "777508fa9f3e03cafb3c1fb2eba3dca317f4b1ee", "sha256": "793b50c98fa62e6eec08cc8fa4364b95d4815c1b17ef17e5e9e59c457e54ce2e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-sources.jar"} , "name": "org_apiguardian_apiguardian_api", "actual": "@org_apiguardian_apiguardian_api//jar", "bind": "jar/org/apiguardian/apiguardian_api"},
{"artifact": "org.awaitility:awaitility:3.1.6", "lang": "java", "sha1": "a231f367e3a8ec52e21ffa0205bf79db02e1cf3c", "sha256": "694e2e915312b6fe0123c3d532f6675eed3b6d60e4f2ab677d3688fde3defcfc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/awaitility/awaitility/3.1.6/awaitility-3.1.6.jar", "source": {"sha1": "c1fc09760e47e35786cfc7e5402aba406f7b81a8", "sha256": "b27e80792fd074992a975c813a9d4d24bd9699741f4fe30c0cc7127fca3aa937", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/awaitility/awaitility/3.1.6/awaitility-3.1.6-sources.jar"} , "name": "org_awaitility_awaitility", "actual": "@org_awaitility_awaitility//jar", "bind": "jar/org/awaitility/awaitility"},
{"artifact": "org.beanshell:bsh:2.0b4", "lang": "java", "sha1": "a05f0a0feefa8d8467ac80e16e7de071489f0d9c", "sha256": "91395c07885839a8c6986d5b7c577cd9bacf01bf129c89141f35e8ea858427b6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar", "name": "org_beanshell_bsh", "actual": "@org_beanshell_bsh//jar", "bind": "jar/org/beanshell/bsh"},
# duplicates in org.checkerframework:checker-compat-qual promoted to 2.5.2
# - com.google.guava:guava:24.0-jre wanted version 2.0.0
# - io.grpc:grpc-core:1.18.0 wanted version 2.5.2
# - io.grpc:grpc-protobuf-lite:1.18.0 wanted version 2.5.2
# - io.grpc:grpc-protobuf:1.18.0 wanted version 2.5.2
{"artifact": "org.checkerframework:checker-compat-qual:2.5.2", "lang": "java", "sha1": "dc0b20906c9e4b9724af29d11604efa574066892", "sha256": "d7291cebf5e158d169807ae49d4b16ff672986f0c6d803e5f207c40cb61ef982", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.jar", "source": {"sha1": "420d8098e865794623d5e412445f8d2adea0bd54", "sha256": "27e52153bbdf10adcd39eaf3acdcb7a27e70dce22545a0a37121fa02429322ca", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2-sources.jar"} , "name": "org_checkerframework_checker_compat_qual", "actual": "@org_checkerframework_checker_compat_qual//jar", "bind": "jar/org/checkerframework/checker_compat_qual"},
{"artifact": "org.checkerframework:checker:2.5.4", "lang": "java", "sha1": "00eab2b4c17da64f186aadfdd301ec0c4a581f7b", "sha256": "2bff93185b4b70cde3f79370621700b3a102823ac9838e5eedf50df2b6124266", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/checkerframework/checker/2.5.4/checker-2.5.4.jar", "source": {"sha1": "ff49a86ae7c331f1c5054c9347772d1d5f57f7f1", "sha256": "764f65795e857c36c381e07b76f2e19217a472cef4c352bd40a090ca94305326", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/checkerframework/checker/2.5.4/checker-2.5.4-sources.jar"} , "name": "org_checkerframework_checker", "actual": "@org_checkerframework_checker//jar", "bind": "jar/org/checkerframework/checker"},
# duplicates in org.codehaus.mojo:animal-sniffer-annotations promoted to 1.17
# - com.google.guava:guava:24.0-jre wanted version 1.14
# - io.grpc:grpc-core:1.18.0 wanted version 1.17
{"artifact": "org.codehaus.mojo:animal-sniffer-annotations:1.17", "lang": "java", "sha1": "f97ce6decaea32b36101e37979f8b647f00681fb", "sha256": "92654f493ecfec52082e76354f0ebf87648dc3d5cec2e3c3cdb947c016747a53", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar", "source": {"sha1": "8fb5b5ad9c9723951b9fccaba5bb657fa6064868", "sha256": "2571474a676f775a8cdd15fb9b1da20c4c121ed7f42a5d93fca0e7b6e2015b40", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17-sources.jar"} , "name": "org_codehaus_mojo_animal_sniffer_annotations", "actual": "@org_codehaus_mojo_animal_sniffer_annotations//jar", "bind": "jar/org/codehaus/mojo/animal_sniffer_annotations"},
{"artifact": "org.eclipse.jetty.websocket:websocket-api:9.4.8.v20171121", "lang": "java", "sha1": "6d889f9a8b5fd2a573c6d1d518c7e119a6d8c170", "sha256": "196a626b68d7a75cd7067b49a6af22599425159354d11ec6fa4ddc80cb075bf3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.8.v20171121/websocket-api-9.4.8.v20171121.jar", "source": {"sha1": "3e68cf3965b05f5c81704a6e98bef7f479f8b0b6", "sha256": "d554e3da5c4eba923f0372388da132827da9c8f267414fac595de4ebc63f299f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.8.v20171121/websocket-api-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_websocket_websocket_api", "actual": "@org_eclipse_jetty_websocket_websocket_api//jar", "bind": "jar/org/eclipse/jetty/websocket/websocket_api"},
{"artifact": "org.eclipse.jetty.websocket:websocket-client:9.4.8.v20171121", "lang": "java", "sha1": "f83fc3fbd52109a57d09b3ef88b715a36e8acdb4", "sha256": "87c72fd4878d1beed377b9984748e6c6d8f8bdf5d611279dadfa85c6c7c0a1eb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.8.v20171121/websocket-client-9.4.8.v20171121.jar", "source": {"sha1": "4d808ddf4528b8666314f266b865ebc8f4c0f676", "sha256": "88af1206c04f7dc5215b0205a37abf854a3e804cf28fa0092cdcc7af5244b8d4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.8.v20171121/websocket-client-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_websocket_websocket_client", "actual": "@org_eclipse_jetty_websocket_websocket_client//jar", "bind": "jar/org/eclipse/jetty/websocket/websocket_client"},
{"artifact": "org.eclipse.jetty.websocket:websocket-common:9.4.8.v20171121", "lang": "java", "sha1": "82cd6d9caa68baf6557176159e6e5c37faed0e9b", "sha256": "5c56a6f6385172a284056af4906c00bd8edf472d5c9c87ac9b517aa781bfcbdb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.8.v20171121/websocket-common-9.4.8.v20171121.jar", "source": {"sha1": "faa7caf4cfb6e6a90ebb368339457d0281f85fb5", "sha256": "ee2ac1df0907cb18457320c480df1949f46bfd79f55c4d4a7388e4545c5fbb83", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.8.v20171121/websocket-common-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_websocket_websocket_common", "actual": "@org_eclipse_jetty_websocket_websocket_common//jar", "bind": "jar/org/eclipse/jetty/websocket/websocket_common"},
{"artifact": "org.eclipse.jetty.websocket:websocket-server:9.4.8.v20171121", "lang": "java", "sha1": "c6ae10f65664d90e24dede5dec23098f5f4c3a58", "sha256": "8ae84e4d97e902fb4b6e9bd31f8b92db71188a4b1b7a6989b9bb81cc45ee8a6a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.4.8.v20171121/websocket-server-9.4.8.v20171121.jar", "source": {"sha1": "719780704f730579644feea9f134d90b9e9f7237", "sha256": "63edc290a072d887ff43e07cb3c19812c660b20b19bc72525c2a46a41550912b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.4.8.v20171121/websocket-server-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_websocket_websocket_server", "actual": "@org_eclipse_jetty_websocket_websocket_server//jar", "bind": "jar/org/eclipse/jetty/websocket/websocket_server"},
{"artifact": "org.eclipse.jetty.websocket:websocket-servlet:9.4.8.v20171121", "lang": "java", "sha1": "9061f66101a8654ae1a55a3336438473f1b00713", "sha256": "4b0b71e3057bb46fe3271986ed189a0fc0dbbb8fe605de1a08b6b806ae9aac87", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.4.8.v20171121/websocket-servlet-9.4.8.v20171121.jar", "source": {"sha1": "506291a3350f2e8489476956d4fa8b58a29f1429", "sha256": "b67bb8eeb69f8759458ebbb0ae79c307d4d9182237f2dafea6f2c59eba4493eb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.4.8.v20171121/websocket-servlet-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_websocket_websocket_servlet", "actual": "@org_eclipse_jetty_websocket_websocket_servlet//jar", "bind": "jar/org/eclipse/jetty/websocket/websocket_servlet"},
{"artifact": "org.eclipse.jetty:jetty-client:9.4.8.v20171121", "lang": "java", "sha1": "e93cac2ce46e81ee8b36288cf7e19d3bac82d536", "sha256": "926cedd13ebf5b4e216c64a8fc5ff3d42cc81b721f2954639a2580f62f121093", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.8.v20171121/jetty-client-9.4.8.v20171121.jar", "source": {"sha1": "bf31f6e1035e38f28904cb346dcf682e25368be0", "sha256": "6a82e5b92559243f9bcf5519aceeb4668e6762d11f01bb8e31e00843fc7c5b7c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.8.v20171121/jetty-client-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_client", "actual": "@org_eclipse_jetty_jetty_client//jar", "bind": "jar/org/eclipse/jetty/jetty_client"},
{"artifact": "org.eclipse.jetty:jetty-http:9.4.8.v20171121", "lang": "java", "sha1": "9879d6c4e37400bf43f0cd4b3c6e34a3ba409864", "sha256": "bcb58b9e27a2b361db3003f4d0ab24e7494237247b17131cabb483f46a8c31f9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.8.v20171121/jetty-http-9.4.8.v20171121.jar", "source": {"sha1": "5e746cd0ccb732eef0427c8c4b9dcb034e26c61b", "sha256": "123f6cd7fc2dbc1e34ad1cdde9bffd0dc19bc90b3d508ccd2301f67fb55f2356", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.8.v20171121/jetty-http-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_http", "actual": "@org_eclipse_jetty_jetty_http//jar", "bind": "jar/org/eclipse/jetty/jetty_http"},
{"artifact": "org.eclipse.jetty:jetty-io:9.4.8.v20171121", "lang": "java", "sha1": "d3fe2dfa62f52ee91ff07cb359f63387e0e30b40", "sha256": "e06fb86653599b463e1516d2ac7682c9e4d9a4ad0e5f6bba6e13661c45d3c293", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.8.v20171121/jetty-io-9.4.8.v20171121.jar", "source": {"sha1": "41f25e1e1bba14ab0d3415488fa189f09c27a1cf", "sha256": "df3d33834b3497cddf2945436a034ce0cab62ab270467d2a58df865d31eac2e9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.8.v20171121/jetty-io-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_io", "actual": "@org_eclipse_jetty_jetty_io//jar", "bind": "jar/org/eclipse/jetty/jetty_io"},
{"artifact": "org.eclipse.jetty:jetty-security:9.4.8.v20171121", "lang": "java", "sha1": "e8350eec683b55494287f06740543e4be6f75425", "sha256": "69963592170bcf14e2dda4370cd2de6c5d646adf89a9bd9d7ec88dc5fef310a9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.8.v20171121/jetty-security-9.4.8.v20171121.jar", "source": {"sha1": "e3a879d8675fa10bc305e7a59006f1d09db04a68", "sha256": "659164540a65c93e5aa94c125f263d95503be92803f3a30f28332cd6760e35e0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.8.v20171121/jetty-security-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_security", "actual": "@org_eclipse_jetty_jetty_security//jar", "bind": "jar/org/eclipse/jetty/jetty_security"},
{"artifact": "org.eclipse.jetty:jetty-server:9.4.8.v20171121", "lang": "java", "sha1": "34614bd9a29de57ef28ca31f1f2b49a412af196d", "sha256": "686b6ffb11705a8afc0dcbc977a6dfca03d96b4720d5f643b6f4598b2dd975e2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.8.v20171121/jetty-server-9.4.8.v20171121.jar", "source": {"sha1": "fef49ac6b2bbc6d142dc0be34f68f0fb0792d52b", "sha256": "cb58ea2bb20e327303877175335386b5a7fab3a7a581872d55c255a9f04249bb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.8.v20171121/jetty-server-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_server", "actual": "@org_eclipse_jetty_jetty_server//jar", "bind": "jar/org/eclipse/jetty/jetty_server"},
{"artifact": "org.eclipse.jetty:jetty-servlet:9.4.8.v20171121", "lang": "java", "sha1": "bbbb9b5de08f468c7b9b3de6aea0b098d2c679b6", "sha256": "e573169d2e8bdf319a773596b66636ff134d089f7d7484bcf42f9fd8080a839a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.8.v20171121/jetty-servlet-9.4.8.v20171121.jar", "source": {"sha1": "6ef1e65a5af7ab2d79ba6043923affdaeaafb1e5", "sha256": "1963d42aaa0ffdcbb0a936aa0001f97ca455f76efd6492bcc9079a2d5ad07ed2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.8.v20171121/jetty-servlet-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_servlet", "actual": "@org_eclipse_jetty_jetty_servlet//jar", "bind": "jar/org/eclipse/jetty/jetty_servlet"},
{"artifact": "org.eclipse.jetty:jetty-util:9.4.8.v20171121", "lang": "java", "sha1": "d6ec1a1613c7fa72aa6bf5d8c204750afbc3df3b", "sha256": "06dd3d7238b341ada11a6aba94f5b1bcff5d8ce981c88d3de929563ca6fa934f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.8.v20171121/jetty-util-9.4.8.v20171121.jar", "source": {"sha1": "a74ecb43f96b2e21852f6908604316d7348a16ad", "sha256": "34f2cb8c438a4137fa3a6675efe1a8a350e66a38c1c06e71f508d0004d0a2419", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.8.v20171121/jetty-util-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_util", "actual": "@org_eclipse_jetty_jetty_util//jar", "bind": "jar/org/eclipse/jetty/jetty_util"},
{"artifact": "org.eclipse.jetty:jetty-webapp:9.4.8.v20171121", "lang": "java", "sha1": "695278449233cee9bae9eed930a5264b574774f0", "sha256": "35220283beb6a66774783e1fb1f061f795a7b3326278871b1755e390e120fc82", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.8.v20171121/jetty-webapp-9.4.8.v20171121.jar", "source": {"sha1": "feb546909a14f4723e37551a9a562efa89da036e", "sha256": "c81a6b3580e8913853b9d7b31e2d9d257bb972664c7c324b9abb0490c2e11b23", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.8.v20171121/jetty-webapp-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_webapp", "actual": "@org_eclipse_jetty_jetty_webapp//jar", "bind": "jar/org/eclipse/jetty/jetty_webapp"},
{"artifact": "org.eclipse.jetty:jetty-xml:9.4.8.v20171121", "lang": "java", "sha1": "b0d6f87f580a9bd7fa9aaf9b7448bf63cf0ac34f", "sha256": "b8cccf20d966604bc48fbb6009e74e788832a6ff1b352517c4cc9f0beff6b7cf", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.8.v20171121/jetty-xml-9.4.8.v20171121.jar", "source": {"sha1": "59e30884b43f91ea6715425621ea47368ba0b927", "sha256": "d5c170159010067f13053bf619a8f90ba18a6377020ea69f05bb521644ba817e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.8.v20171121/jetty-xml-9.4.8.v20171121-sources.jar"} , "name": "org_eclipse_jetty_jetty_xml", "actual": "@org_eclipse_jetty_jetty_xml//jar", "bind": "jar/org/eclipse/jetty/jetty_xml"},
{"artifact": "org.flywaydb:flyway-core:5.2.4", "lang": "java", "sha1": "50a92d39554615bd4ff56d148a359b20dc17f655", "sha256": "acfb5d8df20f85f11d215d625841fadc8b0b7fdb7729c3c5e5f4db4d5621a82e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/flywaydb/flyway-core/5.2.4/flyway-core-5.2.4.jar", "source": {"sha1": "1b979af0960d7a4d1322a9622fe292bbbac6e1e2", "sha256": "38ce692e4d6e180a530182fa28edd57291c6bb0587c72765b2c39798daa5161c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/flywaydb/flyway-core/5.2.4/flyway-core-5.2.4-sources.jar"} , "name": "org_flywaydb_flyway_core", "actual": "@org_flywaydb_flyway_core//jar", "bind": "jar/org/flywaydb/flyway_core"},
{"artifact": "org.freemarker:freemarker-gae:2.3.28", "lang": "java", "sha1": "7df17fbb993a9267d39d17a4f2f28648accce103", "sha256": "23dbccd3037b099ee103b24e1a3afaf4de2f6ed1392af829b214e8768f00c7af", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/freemarker/freemarker-gae/2.3.28/freemarker-gae-2.3.28.jar", "source": {"sha1": "bcb6ed38528498730a9e6bcfececbdfe20b1a170", "sha256": "ef71f902b3b1505e40a83a4e1e08a13b21ecf2ee29693f5b5709591d5d6b9d83", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/freemarker/freemarker-gae/2.3.28/freemarker-gae-2.3.28-sources.jar"} , "name": "org_freemarker_freemarker_gae", "actual": "@org_freemarker_freemarker_gae//jar", "bind": "jar/org/freemarker/freemarker_gae"},
{"artifact": "org.gnieh:diffson-core_2.12:3.1.0", "lang": "scala", "sha1": "998d9e72a5429533ba2b95a884d4ca78d2d16c5f", "sha256": "a4bdcf37e1168de51ec624072fc6eb31dadc594f73069142013b2351bc15a77f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/gnieh/diffson-core_2.12/3.1.0/diffson-core_2.12-3.1.0.jar", "source": {"sha1": "6e7acdc66cf7bfe44a232dbf974fc499305b170a", "sha256": "ceff8bf97c870f7f35ae1ecfc32fecf821aa5f7c057e668f3965a51273261de7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/gnieh/diffson-core_2.12/3.1.0/diffson-core_2.12-3.1.0-sources.jar"} , "name": "org_gnieh_diffson_core_2_12", "actual": "@org_gnieh_diffson_core_2_12//jar:file", "bind": "jar/org/gnieh/diffson_core_2_12"},
{"artifact": "org.gnieh:diffson-spray-json_2.12:3.1.0", "lang": "scala", "sha1": "a224ca53bbfe29da29f9b4916c396242de0e23e1", "sha256": "e29c52379a144b9652403eb7da3118b512dc17412ec175e6b64d58c961fc3ffc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/gnieh/diffson-spray-json_2.12/3.1.0/diffson-spray-json_2.12-3.1.0.jar", "source": {"sha1": "b813ee7a2d5cd9a72e54d059bc2f4b45baefec02", "sha256": "6c5c5cb80b84f93d526aa49c5ab5814d7236e58ef8cfcd3e06d3803c87234602", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/gnieh/diffson-spray-json_2.12/3.1.0/diffson-spray-json_2.12-3.1.0-sources.jar"} , "name": "org_gnieh_diffson_spray_json_2_12", "actual": "@org_gnieh_diffson_spray_json_2_12//jar:file", "bind": "jar/org/gnieh/diffson_spray_json_2_12"},
{"artifact": "org.hamcrest:hamcrest-all:1.3", "lang": "java", "sha1": "63a21ebc981131004ad02e0434e799fd7f3a8d5a", "sha256": "4877670629ab96f34f5f90ab283125fcd9acb7e683e66319a68be6eb2cca60de", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar", "source": {"sha1": "47e033b7ab18c5dbd5fe29fc1bd5a40afe028818", "sha256": "c53535c3d25b5bf0b00a324a5583c7dd2fed0fa6d1bbc622e2dec460c24faab3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3-sources.jar"} , "name": "org_hamcrest_hamcrest_all", "actual": "@org_hamcrest_hamcrest_all//jar", "bind": "jar/org/hamcrest/hamcrest_all"},
# duplicates in org.hamcrest:hamcrest-core promoted to 1.3
# - junit:junit-dep:4.10 wanted version 1.1
# - junit:junit:4.12 wanted version 1.3
# - org.awaitility:awaitility:3.1.6 wanted version 1.3
# - org.hamcrest:hamcrest-library:1.3 wanted version 1.3
# - org.testcontainers:testcontainers:1.4.2 wanted version 1.3
# - uk.co.datumedge:hamcrest-json:0.2 wanted version 1.3
{"artifact": "org.hamcrest:hamcrest-core:1.3", "lang": "java", "sha1": "42a25dc3219429f0e5d060061f71acb49bf010a0", "sha256": "66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar", "source": {"sha1": "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b", "sha256": "e223d2d8fbafd66057a8848cc94222d63c3cedd652cc48eddc0ab5c39c0f84df", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"} , "name": "org_hamcrest_hamcrest_core", "actual": "@org_hamcrest_hamcrest_core//jar", "bind": "jar/org/hamcrest/hamcrest_core"},
{"artifact": "org.hamcrest:hamcrest-library:1.3", "lang": "java", "sha1": "4785a3c21320980282f9f33d0d1264a69040538f", "sha256": "711d64522f9ec410983bd310934296da134be4254a125080a0416ec178dfad1c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar", "source": {"sha1": "047a7ee46628ab7133129cd7cef1e92657bc275e", "sha256": "1c0ff84455f539eb3c29a8c430de1f6f6f1ba4b9ab39ca19b195f33203cd539c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar"} , "name": "org_hamcrest_hamcrest_library", "actual": "@org_hamcrest_hamcrest_library//jar", "bind": "jar/org/hamcrest/hamcrest_library"},
{"artifact": "org.jboss.logging:jboss-logging:3.3.0.Final", "lang": "java", "sha1": "3616bb87707910296e2c195dc016287080bba5af", "sha256": "e0e0595e7f70c464609095aef9e47a8484e05f2f621c0aa5081c18e3db2d498c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar", "source": {"sha1": "3625e6818158ddb4754fa2ec51299e5f57e596b4", "sha256": "404bf96d25a54854d8c59331bc0650e06698c8747b1886738f036363b72be569", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final-sources.jar"} , "name": "org_jboss_logging_jboss_logging", "actual": "@org_jboss_logging_jboss_logging//jar", "bind": "jar/org/jboss/logging/jboss_logging"},
{"artifact": "org.jetbrains:annotations:13.0", "lang": "java", "sha1": "919f0dfe192fb4e063e7dacadee7f8bb9a2672a9", "sha256": "ace2a10dc8e2d5fd34925ecac03e4988b2c0f851650c94b8cef49ba1bd111478", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.jar", "source": {"sha1": "5991ca87ef1fb5544943d9abc5a9a37583fabe03", "sha256": "42a5e144b8e81d50d6913d1007b695e62e614705268d8cf9f13dbdc478c2c68e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0-sources.jar"} , "name": "org_jetbrains_annotations", "actual": "@org_jetbrains_annotations//jar", "bind": "jar/org/jetbrains/annotations"},
{"artifact": "org.jline:jline-reader:3.7.1", "lang": "java", "sha1": "68b5a84b79d26a4df7392050f29adb3d4fcc9038", "sha256": "f3436bdf8365ff7203bd5badf3ab1ff844b6d0eada367f7ed7fe07bfbad9324b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jline/jline-reader/3.7.1/jline-reader-3.7.1.jar", "source": {"sha1": "35f3d1afb01f52309bc4687ccc9535a9a4731777", "sha256": "34d58577ce7877487cd64bcfead0e850a6d4a978573639024c19f8f622593ac8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jline/jline-reader/3.7.1/jline-reader-3.7.1-sources.jar"} , "name": "org_jline_jline_reader", "actual": "@org_jline_jline_reader//jar", "bind": "jar/org/jline/jline_reader"},
{"artifact": "org.jline:jline-terminal:3.7.1", "lang": "java", "sha1": "697fdb71283cae05a170331ee997ea5b249751e0", "sha256": "4a656a6f409c53d3fab247aa7f33bb19f87c34a8648b0727fbcb446ef4ea3b6c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jline/jline-terminal/3.7.1/jline-terminal-3.7.1.jar", "source": {"sha1": "28e10f9fd4a5986f4a3fbcf8581200e6933884b1", "sha256": "7573c84d99993f0a72231a27ba84b32294fb680feafbcc2beafefc3a94a3ff0f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jline/jline-terminal/3.7.1/jline-terminal-3.7.1-sources.jar"} , "name": "org_jline_jline_terminal", "actual": "@org_jline_jline_terminal//jar", "bind": "jar/org/jline/jline_terminal"},
{"artifact": "org.jline:jline:3.7.1", "lang": "java", "sha1": "40bf8622f5335de24e478001c356b46399fb9d4e", "sha256": "1a386eef254e5d484a8ad8dd4479004b860701a38d127505f3b3121843edc8d0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jline/jline/3.7.1/jline-3.7.1.jar", "source": {"sha1": "f2c77391280f65bb9e9fd75f24efe540b1988624", "sha256": "6b0b70c0674d8d84de1bd02350f5b402b54685670b84425c9ec5b7ff00b1769e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jline/jline/3.7.1/jline-3.7.1-sources.jar"} , "name": "org_jline_jline", "actual": "@org_jline_jline//jar", "bind": "jar/org/jline/jline"},
# duplicates in org.joda:joda-convert promoted to 1.8.1
# - com.github.nscala-time:nscala-time_2.12.0-RC1:2.14.0 wanted version 1.2
# - com.typesafe.play:anorm_2.12:2.5.3 wanted version 1.8.1
{"artifact": "org.joda:joda-convert:1.8.1", "lang": "java", "sha1": "675642ac208e0b741bc9118dcbcae44c271b992a", "sha256": "96d8f5163fb77bc747b92dd2eefc6aa2cfbc9fccdfc392eba2190cb4709b4328", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/joda/joda-convert/1.8.1/joda-convert-1.8.1.jar", "source": {"sha1": "7dea1f002df5fe9c0ab910b886aa550161f84867", "sha256": "a4f140df48c0d25e22c80d958bae4a5e96ee5a9db58e12abf0dcbf0e248e2f86", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/joda/joda-convert/1.8.1/joda-convert-1.8.1-sources.jar"} , "name": "org_joda_joda_convert", "actual": "@org_joda_joda_convert//jar", "bind": "jar/org/joda/joda_convert"},
{"artifact": "org.jooq:jool:0.9.11", "lang": "java", "sha1": "684765137add88083b778c58a8f3c25bb6675524", "sha256": "510da4d8bd24bc09b71200ef3801f7af143eeaf7d48772254cec352585b97dd0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jooq/jool/0.9.11/jool-0.9.11.jar", "source": {"sha1": "b4c91cdfbc8ccd9a356791f8295a5c9545dcfd8a", "sha256": "725ba786e32288f82dc8c9cb9922b82e84e733b2c29888b029c4237624f56b56", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/jooq/jool/0.9.11/jool-0.9.11-sources.jar"} , "name": "org_jooq_jool", "actual": "@org_jooq_jool//jar", "bind": "jar/org/jooq/jool"},
{"artifact": "org.json:json:20090211", "lang": "java", "sha1": "c183aa3a2a6250293808bba12262c8920ce5a51c", "sha256": "055be110a570f9cda3eba8d70a006ff46c77a048bc67868524879211c48b330a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/json/json/20090211/json-20090211.jar", "name": "org_json_json", "actual": "@org_json_json//jar", "bind": "jar/org/json/json"},
{"artifact": "org.junit.jupiter:junit-jupiter-api:5.0.0", "lang": "java", "sha1": "0f7fe1b74bef74d640493781abecafba191472ad", "sha256": "559826fb47a05d541edd6a0034d2bbb9ad27078f49fb5fe76c0f07e23816b660", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.0.0/junit-jupiter-api-5.0.0.jar", "source": {"sha1": "fadbe39cb1fd01b65e5114b0e0d140af0621a8ac", "sha256": "124a0efee42f84bceb30f265272f60793d7838bd28c32f56d1756a9b052c6e07", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.0.0/junit-jupiter-api-5.0.0-sources.jar"} , "name": "org_junit_jupiter_junit_jupiter_api", "actual": "@org_junit_jupiter_junit_jupiter_api//jar", "bind": "jar/org/junit/jupiter/junit_jupiter_api"},
{"artifact": "org.junit.jupiter:junit-jupiter-engine:5.0.0", "lang": "java", "sha1": "811b65ec5a499732868f76c1d2a6f5786774ff82", "sha256": "906a6cc73dccf91beb328838092f6a1249a98731aa1958190b98b8b07ee50fe9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.0.0/junit-jupiter-engine-5.0.0.jar", "source": {"sha1": "4c6857961c360e817cb92c51ca8c35dc84042604", "sha256": "7ae10d5b66a883ad15b8119a1edbac75e5693a1ec10d91c0af2c375aa3904e7e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.0.0/junit-jupiter-engine-5.0.0-sources.jar"} , "name": "org_junit_jupiter_junit_jupiter_engine", "actual": "@org_junit_jupiter_junit_jupiter_engine//jar", "bind": "jar/org/junit/jupiter/junit_jupiter_engine"},
{"artifact": "org.junit.platform:junit-platform-commons:1.0.0", "lang": "java", "sha1": "d2e03d9b21020746d48fe45834ff7d71fbcbd7b2", "sha256": "ffa95e7d2180aa5c5f14df2e710cbb71bc479b47e3ac5a95be71e932e9d8bba7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-commons/1.0.0/junit-platform-commons-1.0.0.jar", "source": {"sha1": "f7fd22e27780bed489d6442ec00e8fdee9b03d99", "sha256": "efadb2ccdf297aac87714cf5ba89cf43c4a0620699a226dffcb5f82937e92c42", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-commons/1.0.0/junit-platform-commons-1.0.0-sources.jar"} , "name": "org_junit_platform_junit_platform_commons", "actual": "@org_junit_platform_junit_platform_commons//jar", "bind": "jar/org/junit/platform/junit_platform_commons"},
{"artifact": "org.junit.platform:junit-platform-engine:1.0.0", "lang": "java", "sha1": "00fdc6f63a689b894529ea5e9e218b65422748fd", "sha256": "36d6f7afe4ae00012c91efb3def6bd98347c900335ebffbdc1a90254bd812fa7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-engine/1.0.0/junit-platform-engine-1.0.0.jar", "source": {"sha1": "8d52c2241a39a19406c25aa21303c5f7ddc3b018", "sha256": "7dd3b5a84c0db4ed3c82846d1dd83a3d4df674e0cd3dc23b66c1270eac430a85", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-engine/1.0.0/junit-platform-engine-1.0.0-sources.jar"} , "name": "org_junit_platform_junit_platform_engine", "actual": "@org_junit_platform_junit_platform_engine//jar", "bind": "jar/org/junit/platform/junit_platform_engine"},
{"artifact": "org.junit.platform:junit-platform-launcher:1.0.0", "lang": "java", "sha1": "5602a195a442636276efefce2a4c7b418cd67e5c", "sha256": "6c660f6e41149921e6865d5a7715f08f414eb0a49c96874d3cc9c05ccfcbb0e3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.0.0/junit-platform-launcher-1.0.0.jar", "source": {"sha1": "43198fd51ec1ec8c96ad25cc8c062d42413aeef8", "sha256": "c5c1f9dbadcfd91e8ba4ed8ab31fecf4e60b0e2bbaa22b59d4f8c48deeea76a4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.0.0/junit-platform-launcher-1.0.0-sources.jar"} , "name": "org_junit_platform_junit_platform_launcher", "actual": "@org_junit_platform_junit_platform_launcher//jar", "bind": "jar/org/junit/platform/junit_platform_launcher"},
{"artifact": "org.junit.platform:junit-platform-runner:1.0.0", "lang": "java", "sha1": "441aff408cd4ac7595d877a6f11b28c2ec535eb0", "sha256": "6e1acc7c300452d05b9df3da529a5a885620c15258d4244d1027033e6d44aa38", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-runner/1.0.0/junit-platform-runner-1.0.0.jar", "source": {"sha1": "09b0344820c0accb8498e2711bc0a160d2b9a69f", "sha256": "420634db48f5962bb5b55e61419895ab038ae7df538a2c701cb0e2d059af4026", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-runner/1.0.0/junit-platform-runner-1.0.0-sources.jar"} , "name": "org_junit_platform_junit_platform_runner", "actual": "@org_junit_platform_junit_platform_runner//jar", "bind": "jar/org/junit/platform/junit_platform_runner"},
{"artifact": "org.junit.platform:junit-platform-suite-api:1.0.0", "lang": "java", "sha1": "09dafe3b1e364203e3ced0e601892184a6119fc5", "sha256": "aac9a2bdf9b4a4b946fe32d87fdaa87a41638519f2e604237340452818148e45", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-suite-api/1.0.0/junit-platform-suite-api-1.0.0.jar", "source": {"sha1": "76a1adc12c90f44fad312a05fff66f43850f8e4a", "sha256": "d9359c6d987d2209f8dc5fb510d7a0e748d0ef80f34ab3a040c4d70324da31c7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/junit/platform/junit-platform-suite-api/1.0.0/junit-platform-suite-api-1.0.0-sources.jar"} , "name": "org_junit_platform_junit_platform_suite_api", "actual": "@org_junit_platform_junit_platform_suite_api//jar", "bind": "jar/org/junit/platform/junit_platform_suite_api"},
{"artifact": "org.mockito:mockito-core:2.25.0", "lang": "java", "sha1": "1fcf2f6944d69b6f39cd579718d8b5395a97836b", "sha256": "28028d70cc27d61442948fcb3d249d9df5b37c47aa0b82490a3d049094ff411f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mockito/mockito-core/2.25.0/mockito-core-2.25.0.jar", "source": {"sha1": "a318390edcde2c536c0d3d08cdba46996c3644f7", "sha256": "2230169d4ffad6f6c1b07bba0e81e30fa734941faf073e847839c695907645ff", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mockito/mockito-core/2.25.0/mockito-core-2.25.0-sources.jar"} , "name": "org_mockito_mockito_core", "actual": "@org_mockito_mockito_core//jar", "bind": "jar/org/mockito/mockito_core"},
{"artifact": "org.mockito:mockito-inline:2.25.0", "lang": "java", "sha1": "527ee75ad9c2e65b5095832c6d35c79cfa50f79d", "sha256": "e620ad9caaaa36feeeb3ef7b5b5d6bf8d02529d3f8e028a21319a95135807bda", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mockito/mockito-inline/2.25.0/mockito-inline-2.25.0.jar", "source": {"sha1": "9ce1f984058c1286d8e817e199775e197003bc9a", "sha256": "158dd666020ad14225945bd54af3afd3229fc64012e84aa534d1ac4740981253", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mockito/mockito-inline/2.25.0/mockito-inline-2.25.0-sources.jar"} , "name": "org_mockito_mockito_inline", "actual": "@org_mockito_mockito_inline//jar", "bind": "jar/org/mockito/mockito_inline"},
{"artifact": "org.mongodb.scala:mongo-scala-bson_2.12:2.2.0", "lang": "scala", "sha1": "72cbeefdd555522dee5757b16aca0ae065aa2e43", "sha256": "491b9e3e621f4b4a940812dafaedc701cac5d1c6a1ac0be65bb7fa86dae66165", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/scala/mongo-scala-bson_2.12/2.2.0/mongo-scala-bson_2.12-2.2.0.jar", "source": {"sha1": "6188984cabf1710ea81da5c0d13cbaa3424e6894", "sha256": "99e370ac050466234bc5aea6aba6c9078029575019dd9a62be9b6bb2d02a2fa5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/scala/mongo-scala-bson_2.12/2.2.0/mongo-scala-bson_2.12-2.2.0-sources.jar"} , "name": "org_mongodb_scala_mongo_scala_bson_2_12", "actual": "@org_mongodb_scala_mongo_scala_bson_2_12//jar:file", "bind": "jar/org/mongodb/scala/mongo_scala_bson_2_12"},
{"artifact": "org.mongodb.scala:mongo-scala-driver_2.12:2.2.0", "lang": "scala", "sha1": "a6ed36d90de970f3d34e7238a9c68ac5c6dee024", "sha256": "e88f19b48b192eba09f707ca103372ba9a9d5ece3a07b3faa1b9bfe71d30d632", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/scala/mongo-scala-driver_2.12/2.2.0/mongo-scala-driver_2.12-2.2.0.jar", "source": {"sha1": "e477d19066adfa1d1348fe3da6f24adceb4ef7b8", "sha256": "6d3f72e30a1aafd03c58fcbd3729312e4a11357ac5907832492977fce0a0cbd7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/scala/mongo-scala-driver_2.12/2.2.0/mongo-scala-driver_2.12-2.2.0-sources.jar"} , "name": "org_mongodb_scala_mongo_scala_driver_2_12", "actual": "@org_mongodb_scala_mongo_scala_driver_2_12//jar:file", "bind": "jar/org/mongodb/scala/mongo_scala_driver_2_12"},
{"artifact": "org.mongodb:bson:3.6.4", "lang": "java", "sha1": "00da7487f3cba7ddd1e0b0814005960cf543e9d8", "sha256": "9fe73b83796294ffb05b886755bea22ae26a288c4ffb8a45155d67f37c8e561d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/bson/3.6.4/bson-3.6.4.jar", "source": {"sha1": "8bf33a7eb6695e4084882d05e156f262a1db836d", "sha256": "f4cef09af887cbd3167211922a89e837e6f768cdb675cc478d63eb3bb3027b55", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/bson/3.6.4/bson-3.6.4-sources.jar"} , "name": "org_mongodb_bson", "actual": "@org_mongodb_bson//jar", "bind": "jar/org/mongodb/bson"},
{"artifact": "org.mongodb:casbah-commons_2.12.0-RC1:3.1.1", "lang": "scala/unmangled", "sha1": "0d2fcf18117d257315cba2596a40a27037a47f6d", "sha256": "1e3a85887cb8af225843ace5fc8378202b2ae698434128586b116415ef0834b3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/casbah-commons_2.12.0-RC1/3.1.1/casbah-commons_2.12.0-RC1-3.1.1.jar", "source": {"sha1": "c1373deeb30c696bab10f3cce8d76d5e34ebeb1d", "sha256": "b1d7f4034171d464dcc5937343c49d49f31e190658aff59d01b71102ce23c6d6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/casbah-commons_2.12.0-RC1/3.1.1/casbah-commons_2.12.0-RC1-3.1.1-sources.jar"} , "name": "org_mongodb_casbah_commons_2_12_0_RC1", "actual": "@org_mongodb_casbah_commons_2_12_0_RC1//jar:file", "bind": "jar/org/mongodb/casbah_commons_2_12_0_RC1"},
{"artifact": "org.mongodb:casbah-core_2.12.0-RC1:3.1.1", "lang": "scala/unmangled", "sha1": "1f5297ea01864f97e7230af481d1e1b908cb0508", "sha256": "6d33107431ca01105bbc92b8681a6dd2f2268b3f012a0ef14344b834c897e6d9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/casbah-core_2.12.0-RC1/3.1.1/casbah-core_2.12.0-RC1-3.1.1.jar", "source": {"sha1": "ddd6b4b6675157afa6cf2b5f79bac687e08e55ac", "sha256": "4e1251be43bce7e48d2768ef3ba7824ea0de0885e589f56498eebd0602827737", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/casbah-core_2.12.0-RC1/3.1.1/casbah-core_2.12.0-RC1-3.1.1-sources.jar"} , "name": "org_mongodb_casbah_core_2_12_0_RC1", "actual": "@org_mongodb_casbah_core_2_12_0_RC1//jar:file", "bind": "jar/org/mongodb/casbah_core_2_12_0_RC1"},
{"artifact": "org.mongodb:casbah-gridfs_2.12.0-RC1:3.1.1", "lang": "scala/unmangled", "sha1": "030333ac5634821e449141aed3eaeeb2cfa99822", "sha256": "2faf13091bd0c012acc7df945fb493ae0c1bb3572e2c39641f8e1a08bcfbc166", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/casbah-gridfs_2.12.0-RC1/3.1.1/casbah-gridfs_2.12.0-RC1-3.1.1.jar", "source": {"sha1": "216ecb709b3f52e296bfcfeca385e441b65149d7", "sha256": "a5bbdd1e2261fc2f04e4265c4bb126fcbfb5f215c081c60ba033ec1b7c701010", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/casbah-gridfs_2.12.0-RC1/3.1.1/casbah-gridfs_2.12.0-RC1-3.1.1-sources.jar"} , "name": "org_mongodb_casbah_gridfs_2_12_0_RC1", "actual": "@org_mongodb_casbah_gridfs_2_12_0_RC1//jar:file", "bind": "jar/org/mongodb/casbah_gridfs_2_12_0_RC1"},
{"artifact": "org.mongodb:casbah-query_2.12.0-RC1:3.1.1", "lang": "scala/unmangled", "sha1": "f77fd74920a713e59865886ba7cc0c67a9c026d1", "sha256": "730fee0c4eec3ef0ba594a2874feea2eb93376ea2c06c68f7a9ea168a5f6bfe1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/casbah-query_2.12.0-RC1/3.1.1/casbah-query_2.12.0-RC1-3.1.1.jar", "source": {"sha1": "8b877786f95f32686cba26b238a0804ac3c7e26e", "sha256": "41a2f47e81c2f167c60c4b8bbd83dced8532b915794db27ebe6b9f681eac0aa6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/casbah-query_2.12.0-RC1/3.1.1/casbah-query_2.12.0-RC1-3.1.1-sources.jar"} , "name": "org_mongodb_casbah_query_2_12_0_RC1", "actual": "@org_mongodb_casbah_query_2_12_0_RC1//jar:file", "bind": "jar/org/mongodb/casbah_query_2_12_0_RC1"},
{"artifact": "org.mongodb:mongo-java-driver:3.2.2", "lang": "java", "sha1": "654b381c444d22e095363036767a52de1fda3ab0", "sha256": "2d2890279767a61f2cb1a0b17a3581b437bc3762df900a0f9dc1122e9292b387", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.jar", "source": {"sha1": "9e364591f7c95d8dc642a90e9632cf3cb8b66ea7", "sha256": "4d5561e29ff12869597cc6dffa967fce65780cdd9c8e7fdd66b29ebab6ac9551", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2-sources.jar"} , "name": "org_mongodb_mongo_java_driver", "actual": "@org_mongodb_mongo_java_driver//jar", "bind": "jar/org/mongodb/mongo_java_driver"},
{"artifact": "org.mongodb:mongodb-driver-async:3.6.4", "lang": "java", "sha1": "9e20d658de5a893b1c115e16f2f26aab208350a9", "sha256": "a7a3dea47fbf3b9760c189ba3750574e712060f5bfa4ea3de7ae7ef359170e7b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/mongodb-driver-async/3.6.4/mongodb-driver-async-3.6.4.jar", "source": {"sha1": "3190162c2a35cef59a8582043fcaa02a8fe94055", "sha256": "7775b42b05dbcabf9ad932931da6ceb682cbf2a01aa02ca4efe54fc414ae2697", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/mongodb-driver-async/3.6.4/mongodb-driver-async-3.6.4-sources.jar"} , "name": "org_mongodb_mongodb_driver_async", "actual": "@org_mongodb_mongodb_driver_async//jar", "bind": "jar/org/mongodb/mongodb_driver_async"},
{"artifact": "org.mongodb:mongodb-driver-core:3.6.4", "lang": "java", "sha1": "6e737a5d706036bed528522d445dd2ffc454bd6b", "sha256": "90dd4c85a5501fb82ab44a180a432bcd92d41c48ef718280eb642c1f5a51293b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/mongodb-driver-core/3.6.4/mongodb-driver-core-3.6.4.jar", "source": {"sha1": "24c005109b1cf6a7d0b0d725172ceb2768234b70", "sha256": "eb52b25a2ead9e009fd308ac6c64a28d5320903f1959c93d882791782b6e75c0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/mongodb/mongodb-driver-core/3.6.4/mongodb-driver-core-3.6.4-sources.jar"} , "name": "org_mongodb_mongodb_driver_core", "actual": "@org_mongodb_mongodb_driver_core//jar", "bind": "jar/org/mongodb/mongodb_driver_core"},
{"artifact": "org.objenesis:objenesis:2.6", "lang": "java", "sha1": "639033469776fd37c08358c6b92a4761feb2af4b", "sha256": "5e168368fbc250af3c79aa5fef0c3467a2d64e5a7bd74005f25d8399aeb0708d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar", "source": {"sha1": "96614f514a1031296657bf0dde452dc15e42fcb8", "sha256": "52d9f4dba531677fc074eff00ea07f22a1d42e5a97cc9e8571c4cd3d459b6be0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar"} , "name": "org_objenesis_objenesis", "actual": "@org_objenesis_objenesis//jar", "bind": "jar/org/objenesis/objenesis"},
{"artifact": "org.opentest4j:opentest4j:1.0.0", "lang": "java", "sha1": "6f09c598e9ff64bf0ce2fa7e7de49a99ba83c0b4", "sha256": "6a05b14e8764a1fa51551ccef29e7271681d65fa907a8136136b94de92a0b862", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0.jar", "source": {"sha1": "a67ba0f50d97fa616f2470c5a48eb7f9eb38391c", "sha256": "68e5bbe7dbe3b8cfe2b98976a3271830a366ac5c5f5a450ed301c6b4f08bb822", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0-sources.jar"} , "name": "org_opentest4j_opentest4j", "actual": "@org_opentest4j_opentest4j//jar", "bind": "jar/org/opentest4j/opentest4j"},
{"artifact": "org.ow2.asm:asm-analysis:5.0.3", "lang": "java", "sha1": "c7126aded0e8e13fed5f913559a0dd7b770a10f3", "sha256": "e8fa2a63462c96557dcd36c25525e1264b77366ff851cf0b94eb7592b290849d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar", "source": {"sha1": "f0f24f6666c1a15c7e202e91610476bd4ce59368", "sha256": "1e9ee309d909b3dbf33291fcfd36c76adba4ed1215b8156c3ac61a774cc86bf1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3-sources.jar"} , "name": "org_ow2_asm_asm_analysis", "actual": "@org_ow2_asm_asm_analysis//jar", "bind": "jar/org/ow2/asm/asm_analysis"},
{"artifact": "org.ow2.asm:asm-commons:5.0.3", "lang": "java", "sha1": "a7111830132c7f87d08fe48cb0ca07630f8cb91c", "sha256": "18c1e092230233c9d29e46f21943d769bdb48130cc279e4b0e663f423948c2da", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar", "source": {"sha1": "f0f24f6666c1a15c7e202e91610476bd4ce59368", "sha256": "1e9ee309d909b3dbf33291fcfd36c76adba4ed1215b8156c3ac61a774cc86bf1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3-sources.jar"} , "name": "org_ow2_asm_asm_commons", "actual": "@org_ow2_asm_asm_commons//jar", "bind": "jar/org/ow2/asm/asm_commons"},
{"artifact": "org.ow2.asm:asm-tree:5.0.3", "lang": "java", "sha1": "287749b48ba7162fb67c93a026d690b29f410bed", "sha256": "347a7a9400f9964e87c91d3980e48eebdc8d024bc3b36f7f22189c662853a51c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar", "source": {"sha1": "f0f24f6666c1a15c7e202e91610476bd4ce59368", "sha256": "1e9ee309d909b3dbf33291fcfd36c76adba4ed1215b8156c3ac61a774cc86bf1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3-sources.jar"} , "name": "org_ow2_asm_asm_tree", "actual": "@org_ow2_asm_asm_tree//jar", "bind": "jar/org/ow2/asm/asm_tree"},
{"artifact": "org.ow2.asm:asm-util:5.0.3", "lang": "java", "sha1": "1512e5571325854b05fb1efce1db75fcced54389", "sha256": "2768edbfa2681b5077f08151de586a6d66b916703cda3ab297e58b41ae8f2362", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar", "source": {"sha1": "f0f24f6666c1a15c7e202e91610476bd4ce59368", "sha256": "1e9ee309d909b3dbf33291fcfd36c76adba4ed1215b8156c3ac61a774cc86bf1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3-sources.jar"} , "name": "org_ow2_asm_asm_util", "actual": "@org_ow2_asm_asm_util//jar", "bind": "jar/org/ow2/asm/asm_util"},
# duplicates in org.ow2.asm:asm promoted to 5.0.4
# - com.github.jnr:jnr-ffi:2.1.4 wanted version 5.0.3
# - com.storm-enroute:scalameter-core_2.12:0.10.1 wanted version 5.0.4
# - org.ow2.asm:asm-tree:5.0.3 wanted version 5.0.3
# - org.testcontainers:testcontainers:1.4.2 wanted version 5.0.3
{"artifact": "org.ow2.asm:asm:5.0.4", "lang": "java", "sha1": "0da08b8cce7bbf903602a25a3a163ae252435795", "sha256": "896618ed8ae62702521a78bc7be42b7c491a08e6920a15f89a3ecdec31e9a220", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar", "source": {"sha1": "112ff54474f1f04ccf1384c92e39fdc566f0bb5e", "sha256": "7ba89bc14669d86c1c0dc6abaeb74a87715089f3b904cc2016969e8737d70707", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4-sources.jar"} , "name": "org_ow2_asm_asm", "actual": "@org_ow2_asm_asm//jar", "bind": "jar/org/ow2/asm/asm"},
{"artifact": "org.parboiled:parboiled_2.12:2.1.4", "lang": "scala", "sha1": "f8b74a59f4cab415e2900144c67648b370559e73", "sha256": "557836e4250a968be75d780c8392eeed2b164ea90dbe858530473aa14ee6d010", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/parboiled/parboiled_2.12/2.1.4/parboiled_2.12-2.1.4.jar", "source": {"sha1": "6defc3d4f5e036a6b9f046dbc5c278ed16805a71", "sha256": "dd1450c6bcd6b41cde8a4dbba802dfe27082a5dd17444b7425a48f228b5c38fa", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/parboiled/parboiled_2.12/2.1.4/parboiled_2.12-2.1.4-sources.jar"} , "name": "org_parboiled_parboiled_2_12", "actual": "@org_parboiled_parboiled_2_12//jar:file", "bind": "jar/org/parboiled/parboiled_2_12"},
{"artifact": "org.pcollections:pcollections:2.1.3", "lang": "java", "sha1": "bf8693946c08b76166afce4652270868d5cebfe2", "sha256": "f94a44a953006ea13f0ea989881ae17fa1c0378ed855d3ba9fef44b71f71a8d1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/pcollections/pcollections/2.1.3/pcollections-2.1.3.jar", "source": {"sha1": "584a28a2146ea90f0440f0aed0b75d268c0cf971", "sha256": "326b66bf9a18727c59fdd77306cd2f22dfcf678049998b4f823dd29c632ccc0a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/pcollections/pcollections/2.1.3/pcollections-2.1.3-sources.jar"} , "name": "org_pcollections_pcollections", "actual": "@org_pcollections_pcollections//jar", "bind": "jar/org/pcollections/pcollections"},
{"artifact": "org.postgresql:postgresql:9.4.1212", "lang": "java", "sha1": "38931d70811d9bfcecf9c06f7222973c038a12de", "sha256": "0cb2a158be31acf218e0a4e18c8f3dbac68a3bc34806468773fc44094b0c365d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/postgresql/postgresql/9.4.1212/postgresql-9.4.1212.jar", "source": {"sha1": "d007dc0d6b3470582929bae1346c0659a4d448eb", "sha256": "01c576ea0a727112f54d5784c0b54ce55190a931e5b62e96e14c6371252f7fb4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/postgresql/postgresql/9.4.1212/postgresql-9.4.1212-sources.jar"} , "name": "org_postgresql_postgresql", "actual": "@org_postgresql_postgresql//jar", "bind": "jar/org/postgresql/postgresql"},
{"artifact": "org.reactivestreams:reactive-streams-examples:1.0.2", "lang": "java", "sha1": "4859cb03b45cba468f374185a55f9770946b7cc6", "sha256": "b0285302f2b372f6423977a21344549b2aa0e4c8c053f66c9bdc478d632779b3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/reactivestreams/reactive-streams-examples/1.0.2/reactive-streams-examples-1.0.2.jar", "source": {"sha1": "bc43f0594ab861d0aacb1ffe0d4d01ffa1544718", "sha256": "33b5499acdd9be206d6657c18026a02a77c3150967d8ef04e396ee9132c0764a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/reactivestreams/reactive-streams-examples/1.0.2/reactive-streams-examples-1.0.2-sources.jar"} , "name": "org_reactivestreams_reactive_streams_examples", "actual": "@org_reactivestreams_reactive_streams_examples//jar", "bind": "jar/org/reactivestreams/reactive_streams_examples"},
{"artifact": "org.reactivestreams:reactive-streams-tck:1.0.2", "lang": "java", "sha1": "2746d2a19b32bfa9c2cdab53a78dc5bc1293eee3", "sha256": "67fa341c934ad75587f2274af1f4d156935ec7da44784d12d6f7cb6155aa338e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/reactivestreams/reactive-streams-tck/1.0.2/reactive-streams-tck-1.0.2.jar", "source": {"sha1": "9cb5366da0be84338902b9fdd7fa34de1ca5918e", "sha256": "091743da053ddffbf632a77e9e583441b8ef8c0e4814ceedb7e6b35d6bc181a5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/reactivestreams/reactive-streams-tck/1.0.2/reactive-streams-tck-1.0.2-sources.jar"} , "name": "org_reactivestreams_reactive_streams_tck", "actual": "@org_reactivestreams_reactive_streams_tck//jar", "bind": "jar/org/reactivestreams/reactive_streams_tck"},
# duplicates in org.reactivestreams:reactive-streams fixed to 1.0.2
# - com.eed3si9n:gigahorse-core_2.12:0.3.0 wanted version 1.0.0
# - com.typesafe.akka:akka-stream_2.12:2.5.13 wanted version 1.0.2
# - com.typesafe.slick:slick_2.12:3.3.0 wanted version 1.0.2
# - io.reactivex.rxjava2:rxjava:2.2.1 wanted version 1.0.2
# - org.reactivestreams:reactive-streams-examples:1.0.2 wanted version 1.0.2
# - org.reactivestreams:reactive-streams-tck:1.0.2 wanted version 1.0.2
{"artifact": "org.reactivestreams:reactive-streams:1.0.2", "lang": "java", "sha1": "323964c36556eb0e6209f65c1cef72b53b461ab8", "sha256": "cc09ab0b140e0d0496c2165d4b32ce24f4d6446c0a26c5dc77b06bdf99ee8fae", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar", "source": {"sha1": "fb592a3d57b11e71eb7a6211dd12ba824c5dd037", "sha256": "963a6480f46a64013d0f144ba41c6c6e63c4d34b655761717a436492886f3667", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar"} , "name": "org_reactivestreams_reactive_streams", "actual": "@org_reactivestreams_reactive_streams//jar", "bind": "jar/org/reactivestreams/reactive_streams"},
{"artifact": "org.rnorth.duct-tape:duct-tape:1.0.6", "lang": "java", "sha1": "849cdd677ccd969f7a8810294dfe4c7c6dbef308", "sha256": "c6a1b28e0a477f1454771534980908d19dbcf35fddc71c31afb3f83044a36473", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/rnorth/duct-tape/duct-tape/1.0.6/duct-tape-1.0.6.jar", "source": {"sha1": "bab27edbedf4a20c58a913371d159cdf57477383", "sha256": "567227df0cd6c6a20be925d3e496441be6a29419a6749b817f5f12457d91ea53", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/rnorth/duct-tape/duct-tape/1.0.6/duct-tape-1.0.6-sources.jar"} , "name": "org_rnorth_duct_tape_duct_tape", "actual": "@org_rnorth_duct_tape_duct_tape//jar", "bind": "jar/org/rnorth/duct_tape/duct_tape"},
{"artifact": "org.rnorth.visible-assertions:visible-assertions:2.0.0", "lang": "java", "sha1": "96def77bd054a2bcac3c2fe387882476c9e7cb92", "sha256": "caaade9f72a95d60c008d87d8766ae4539bc0a51b7ab2d6975e910fb2350a6b8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/rnorth/visible-assertions/visible-assertions/2.0.0/visible-assertions-2.0.0.jar", "source": {"sha1": "6ebad2d0a03f0762521f99137700587af192aa50", "sha256": "6bdf0f5e8dd78710bea71344b813f5568f27e792dc80b59583897597b2990fd5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/rnorth/visible-assertions/visible-assertions/2.0.0/visible-assertions-2.0.0-sources.jar"} , "name": "org_rnorth_visible_assertions_visible_assertions", "actual": "@org_rnorth_visible_assertions_visible_assertions//jar", "bind": "jar/org/rnorth/visible_assertions/visible_assertions"},
{"artifact": "org.rnorth:tcp-unix-socket-proxy:1.0.1", "lang": "java", "sha1": "72ff1904b2db1cdfc2e9ef0a61be0ee6f9e4736c", "sha256": "c0197fa8b3b6cd3c6a2123a66578ac7f905b406bd969569cc047832036bbd0d9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/rnorth/tcp-unix-socket-proxy/1.0.1/tcp-unix-socket-proxy-1.0.1.jar", "source": {"sha1": "3837b12a8036f089af7143feaafa5e155a2bb45c", "sha256": "217f093b19e7dce5372c6dd62c8b15a382394b88fb4f6cc4e30a00e9b51671a7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/rnorth/tcp-unix-socket-proxy/1.0.1/tcp-unix-socket-proxy-1.0.1-sources.jar"} , "name": "org_rnorth_tcp_unix_socket_proxy", "actual": "@org_rnorth_tcp_unix_socket_proxy//jar", "bind": "jar/org/rnorth/tcp_unix_socket_proxy"},
{"artifact": "org.sangria-graphql:macro-visit_2.12:0.1.1", "lang": "scala", "sha1": "80991637811bb817b61ed8de65aece658e213ad4", "sha256": "c3410fdbd0c420488f49121ea3c7757890dd98eec0c826ca1ac6946e2c263fd1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/macro-visit_2.12/0.1.1/macro-visit_2.12-0.1.1.jar", "source": {"sha1": "e042b8e9e0aea796b091140ea97fa5eda20b16bc", "sha256": "76c0e62f6ecc8117d7408bfa78ab9dddeac7d903735d2acc413dd7ba2fe7509c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/macro-visit_2.12/0.1.1/macro-visit_2.12-0.1.1-sources.jar"} , "name": "org_sangria_graphql_macro_visit_2_12", "actual": "@org_sangria_graphql_macro_visit_2_12//jar:file", "bind": "jar/org/sangria_graphql/macro_visit_2_12"},
# duplicates in org.sangria-graphql:sangria-marshalling-api_2.12 promoted to 1.0.3
# - org.sangria-graphql:sangria-spray-json_2.12:1.0.1 wanted version 1.0.0
# - org.sangria-graphql:sangria_2.12:1.4.2 wanted version 1.0.3
{"artifact": "org.sangria-graphql:sangria-marshalling-api_2.12:1.0.3", "lang": "scala", "sha1": "498e4335b9715878e54253d73dd64897c60b9ce2", "sha256": "31c665e7d653e600fc5bafabd4cfcc87278717dc55620dc71198ece99c18ca97", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/sangria-marshalling-api_2.12/1.0.3/sangria-marshalling-api_2.12-1.0.3.jar", "source": {"sha1": "549da9723db8e2bef67305f156f230da0ce01736", "sha256": "b0926ba3d86257ccf8ba49a79a157d25f5ead18d90a55e716fe79891a2e7a9d5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/sangria-marshalling-api_2.12/1.0.3/sangria-marshalling-api_2.12-1.0.3-sources.jar"} , "name": "org_sangria_graphql_sangria_marshalling_api_2_12", "actual": "@org_sangria_graphql_sangria_marshalling_api_2_12//jar:file", "bind": "jar/org/sangria_graphql/sangria_marshalling_api_2_12"},
{"artifact": "org.sangria-graphql:sangria-spray-json_2.12:1.0.1", "lang": "scala", "sha1": "c5799584d2d71781fe9237b5339b825cb4742eb5", "sha256": "e5a4621f7648f73b41fb9b72547f1f7bdbc517ecd4e0b52119a9178eaee8814b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/sangria-spray-json_2.12/1.0.1/sangria-spray-json_2.12-1.0.1.jar", "source": {"sha1": "afbcd31a184eccc9f305425560b68f205484a52e", "sha256": "f56a19398fb90892c23f2cc6c03dfc1c43b34a9211d184653ebcd9e870848e8f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/sangria-spray-json_2.12/1.0.1/sangria-spray-json_2.12-1.0.1-sources.jar"} , "name": "org_sangria_graphql_sangria_spray_json_2_12", "actual": "@org_sangria_graphql_sangria_spray_json_2_12//jar:file", "bind": "jar/org/sangria_graphql/sangria_spray_json_2_12"},
{"artifact": "org.sangria-graphql:sangria-streaming-api_2.12:1.0.0", "lang": "scala", "sha1": "bf749a349519d22a5a61deade722aa969060792f", "sha256": "700b9b59861d57152ab42442d8c212ce8898a0b5a2c579e1c221762b8f418f51", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/sangria-streaming-api_2.12/1.0.0/sangria-streaming-api_2.12-1.0.0.jar", "source": {"sha1": "b5c7f05b845545a1b8d39170fd7b5bbacbb94ee5", "sha256": "9d07923cc5b93c0cb0c878704f6faa31c010fb84843d456db78c76110fb35722", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/sangria-streaming-api_2.12/1.0.0/sangria-streaming-api_2.12-1.0.0-sources.jar"} , "name": "org_sangria_graphql_sangria_streaming_api_2_12", "actual": "@org_sangria_graphql_sangria_streaming_api_2_12//jar:file", "bind": "jar/org/sangria_graphql/sangria_streaming_api_2_12"},
{"artifact": "org.sangria-graphql:sangria_2.12:1.4.2", "lang": "scala", "sha1": "f82921a9711923de8fd485065055aa6149ec87aa", "sha256": "3fe3af011272c4cc3931523329249e6d7cd0da9ce69690501df3b6ef7fc1e31f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/sangria_2.12/1.4.2/sangria_2.12-1.4.2.jar", "source": {"sha1": "53f47b0b603daaad31afaf91d07e3f75ee9db24b", "sha256": "e47bff99b1fe6aad9c3dbc672301aae39fa8b35cb69639d57b96c18c76a72064", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/sangria-graphql/sangria_2.12/1.4.2/sangria_2.12-1.4.2-sources.jar"} , "name": "org_sangria_graphql_sangria_2_12", "actual": "@org_sangria_graphql_sangria_2_12//jar:file", "bind": "jar/org/sangria_graphql/sangria_2_12"},
{"artifact": "org.scala-lang.modules:scala-java8-compat_2.12:0.9.0", "lang": "scala", "sha1": "9525fb6bbf54a9caf0f7e1b65b261215b02fe939", "sha256": "1875d3cf1399bb2d3675e5852cd18f282f069e7c38e35b2fff553eefd6428bd8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.9.0/scala-java8-compat_2.12-0.9.0.jar", "source": {"sha1": "b85c345d9239f5d76b9a970cafed46dfbbee75aa", "sha256": "1383c220b0c25125841d7afcd9f0c580d5fa6ef8872d07477123a8e232d86b14", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.9.0/scala-java8-compat_2.12-0.9.0-sources.jar"} , "name": "org_scala_lang_modules_scala_java8_compat_2_12", "actual": "@org_scala_lang_modules_scala_java8_compat_2_12//jar:file", "bind": "jar/org/scala_lang/modules/scala_java8_compat_2_12"},
# duplicates in org.scala-lang.modules:scala-xml_2.12 promoted to 1.0.6
# - com.storm-enroute:scalameter-core_2.12:0.10.1 wanted version 1.0.5
# - com.storm-enroute:scalameter_2.12:0.10.1 wanted version 1.0.5
# - org.scala-sbt:librarymanagement-core_2.12:1.1.4 wanted version 1.0.5
# - org.scala-sbt:main_2.12:1.1.4 wanted version 1.0.6
# - org.scala-sbt:sbinary_2.12:0.4.4 wanted version 1.0.5
# - org.scalatest:scalatest_2.12:3.0.5 wanted version 1.0.6
{"artifact": "org.scala-lang.modules:scala-xml_2.12:1.0.6", "lang": "scala", "sha1": "e22de3366a698a9f744106fb6dda4335838cf6a7", "sha256": "7cc3b6ceb56e879cb977e8e043f4bfe2e062f78795efd7efa09f85003cb3230a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.jar", "source": {"sha1": "429925530fb0f9a6fb26e5160532b7b3426557c0", "sha256": "a7e8aac79394df396afda98b35537791809d815ce15ab2224f7d31e50c753922", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6-sources.jar"} , "name": "org_scala_lang_modules_scala_xml_2_12", "actual": "@org_scala_lang_modules_scala_xml_2_12//jar:file", "bind": "jar/org/scala_lang/modules/scala_xml_2_12"},
{"artifact": "org.scala-sbt.ipcsocket:ipcsocket:1.0.0", "lang": "java", "sha1": "b671d32896b96c0311947309952078bf374a5c17", "sha256": "f9a142c9f58f42eef49bfbe6b8f5b7bc4520e438d914505aa39a5b911ccee5ec", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/ipcsocket/ipcsocket/1.0.0/ipcsocket-1.0.0.jar", "source": {"sha1": "23c510fae6227aad6fed7b83f098be621934eccc", "sha256": "38a837c0cab9ebba5087499219fabfd765ce60ecb3beb1320be9dce9a01b11be", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/ipcsocket/ipcsocket/1.0.0/ipcsocket-1.0.0-sources.jar"} , "name": "org_scala_sbt_ipcsocket_ipcsocket", "actual": "@org_scala_sbt_ipcsocket_ipcsocket//jar", "bind": "jar/org/scala_sbt/ipcsocket/ipcsocket"},
{"artifact": "org.scala-sbt.ivy:ivy:2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310", "lang": "java", "sha1": "775912d60b348913e3bfec3380b9df73324d5913", "sha256": "6d4457a2024be52c4be16e23c52dbfe0a2511926e89927c27f7ca9f0e2afd715", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/ivy/ivy/2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310/ivy-2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310.jar", "source": {"sha1": "6099c9361949682239db7f478ddf2dda3156d450", "sha256": "c91deaf638f4dcb7bc5ae0228b38cbfc39a7adf00bdce677b1f9723053bd1dd1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/ivy/ivy/2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310/ivy-2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310-sources.jar"} , "name": "org_scala_sbt_ivy_ivy", "actual": "@org_scala_sbt_ivy_ivy//jar", "bind": "jar/org/scala_sbt/ivy/ivy"},
{"artifact": "org.scala-sbt:actions_2.12:1.1.4", "lang": "scala", "sha1": "7645fe635a0e5f6596b65d9dba902e909bb9d506", "sha256": "dbaf81b2fd9bb8fb83ebec421d518996a2f33ee7dc8e1d65adb4637546a18700", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/actions_2.12/1.1.4/actions_2.12-1.1.4.jar", "source": {"sha1": "a37633282cec524724d2a92d3f0c840b7e5f125d", "sha256": "764c2aa913a39439b2c11c11d9ce5f0cb931fde69059804a1052c887a00497ed", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/actions_2.12/1.1.4/actions_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_actions_2_12", "actual": "@org_scala_sbt_actions_2_12//jar:file", "bind": "jar/org/scala_sbt/actions_2_12"},
{"artifact": "org.scala-sbt:collections_2.12:1.1.4", "lang": "scala", "sha1": "7aa3506895241ec0e2037f80738ea111d8cb7513", "sha256": "0ab9808d81d7963ca73f9b1b9cd1826c7cbb4da8bf324d8b3de4429adad835b6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/collections_2.12/1.1.4/collections_2.12-1.1.4.jar", "source": {"sha1": "7348441c6fe4dd47b867248bcd90355b737a68a2", "sha256": "9f5b7193432a5f10a7780a8695237f1a103b9e91efd1f8be27c5775939d6beb6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/collections_2.12/1.1.4/collections_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_collections_2_12", "actual": "@org_scala_sbt_collections_2_12//jar:file", "bind": "jar/org/scala_sbt/collections_2_12"},
{"artifact": "org.scala-sbt:command_2.12:1.1.4", "lang": "scala", "sha1": "696acb8ff80dd9510a071369f84bbab11385e97a", "sha256": "cec2e48dd409121e6eb7b303e1e80eb800b7553456ff73c0372368bc761ca3bc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/command_2.12/1.1.4/command_2.12-1.1.4.jar", "source": {"sha1": "a2aae0fd54bef62a0b722ac5513833f2cbc5ada7", "sha256": "b39c7947716dbc19c199f4ef5ccffb9a93c35804502ead98b70015bb51bbaacb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/command_2.12/1.1.4/command_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_command_2_12", "actual": "@org_scala_sbt_command_2_12//jar:file", "bind": "jar/org/scala_sbt/command_2_12"},
{"artifact": "org.scala-sbt:compiler-interface:1.1.5", "lang": "java", "sha1": "16fd9e2440d717698ed7a2100e4215c25648234f", "sha256": "e3ee5eca6cf7d5340fa8d95cf890b2cb4391e1fc3344bfada72191da05c19643", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/compiler-interface/1.1.5/compiler-interface-1.1.5.jar", "source": {"sha1": "81532337e3ff4514353c0c69abec11b31376a512", "sha256": "9fe103830a26e876f3eb0e85d1b91876af7881a0b958e87e78a48d1de1eb67bd", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/compiler-interface/1.1.5/compiler-interface-1.1.5-sources.jar"} , "name": "org_scala_sbt_compiler_interface", "actual": "@org_scala_sbt_compiler_interface//jar", "bind": "jar/org/scala_sbt/compiler_interface"},
{"artifact": "org.scala-sbt:completion_2.12:1.1.4", "lang": "scala", "sha1": "5830910fa7dac2a3d2a92021a5d97eb4b56b6c0a", "sha256": "9815d36de51171a64bb12eb2778a6be0f1c8fcb504348461a38f77e20b84b7a8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/completion_2.12/1.1.4/completion_2.12-1.1.4.jar", "source": {"sha1": "942ea4df501ea9ffe4b5af0c18b31eca5db5c498", "sha256": "4710178e82e9267717e739d0b22bf4d1ecbd476f57e232b15984149fce11eb6b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/completion_2.12/1.1.4/completion_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_completion_2_12", "actual": "@org_scala_sbt_completion_2_12//jar:file", "bind": "jar/org/scala_sbt/completion_2_12"},
{"artifact": "org.scala-sbt:core-macros_2.12:1.1.4", "lang": "scala", "sha1": "e01c0409690ad257cf26706b9e92aa54d3d35b0b", "sha256": "73a910bce72d77c164cd75a2c93fb7056db367f9a5186fa2b12d71c82673817a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/core-macros_2.12/1.1.4/core-macros_2.12-1.1.4.jar", "source": {"sha1": "378cadf2f76e1c03f278e03b4560ff8f8b9594f2", "sha256": "c9ea9123f499f9b8e21b16cc9b4287a9d193a44904f1b16a74aa4497865f1efc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/core-macros_2.12/1.1.4/core-macros_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_core_macros_2_12", "actual": "@org_scala_sbt_core_macros_2_12//jar:file", "bind": "jar/org/scala_sbt/core_macros_2_12"},
# duplicates in org.scala-sbt:io_2.12 promoted to 1.1.6
# - org.scala-sbt:actions_2.12:1.1.4 wanted version 1.1.6
# - org.scala-sbt:command_2.12:1.1.4 wanted version 1.1.6
# - org.scala-sbt:completion_2.12:1.1.4 wanted version 1.1.6
# - org.scala-sbt:librarymanagement-core_2.12:1.1.4 wanted version 1.1.3
# - org.scala-sbt:main-settings_2.12:1.1.4 wanted version 1.1.6
# - org.scala-sbt:main_2.12:1.1.4 wanted version 1.1.6
# - org.scala-sbt:run_2.12:1.1.4 wanted version 1.1.6
# - org.scala-sbt:task-system_2.12:1.1.4 wanted version 1.1.6
# - org.scala-sbt:testing_2.12:1.1.4 wanted version 1.1.6
# - org.scala-sbt:util-cache_2.12:1.1.3 wanted version 1.1.3
# - org.scala-sbt:util-tracking_2.12:1.1.3 wanted version 1.1.3
# - org.scala-sbt:zinc-classfile_2.12:1.1.5 wanted version 1.1.4
# - org.scala-sbt:zinc-classpath_2.12:1.1.5 wanted version 1.1.4
# - org.scala-sbt:zinc-compile-core_2.12:1.1.5 wanted version 1.1.4
# - org.scala-sbt:zinc-core_2.12:1.1.5 wanted version 1.1.4
{"artifact": "org.scala-sbt:io_2.12:1.1.6", "lang": "scala", "sha1": "74de20a84bf5cc8cba0d5cd15a8bc433cdff6c7a", "sha256": "c59f2f91ffdd3e4a3add9d8cc2d0e172160e638e6b20e1c3ef42b302f06916a1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/io_2.12/1.1.6/io_2.12-1.1.6.jar", "source": {"sha1": "b090450ad39aaa4289fecde3d2d65a0905f8361f", "sha256": "d65b6f66808ad01b6b5f9d03b7f097be54ec7ee06acdbb9d8fe5837791e84ef6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/io_2.12/1.1.6/io_2.12-1.1.6-sources.jar"} , "name": "org_scala_sbt_io_2_12", "actual": "@org_scala_sbt_io_2_12//jar:file", "bind": "jar/org/scala_sbt/io_2_12"},
# duplicates in org.scala-sbt:launcher-interface promoted to 1.0.4
# - org.scala-sbt:command_2.12:1.1.4 wanted version 1.0.4
# - org.scala-sbt:librarymanagement-core_2.12:1.1.4 wanted version 1.0.0
# - org.scala-sbt:main_2.12:1.1.4 wanted version 1.0.4
# - org.scala-sbt:testing_2.12:1.1.4 wanted version 1.0.4
# - org.scala-sbt:zinc-classpath_2.12:1.1.5 wanted version 1.0.0
# - org.scala-sbt:zinc-compile-core_2.12:1.1.5 wanted version 1.0.0
{"artifact": "org.scala-sbt:launcher-interface:1.0.4", "lang": "java", "sha1": "0c68c6c3a8d3587cc9b91d59f44d40b40494c53c", "sha256": "8aa936aec79ebdbc6c8d4982a7aa7478a753abcbcb9ace31f8f6c69d30c4bb08", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/launcher-interface/1.0.4/launcher-interface-1.0.4.jar", "source": {"sha1": "baa60ed65c6f2837dd95628e4beb64d96880247f", "sha256": "b372eeaf38fcd8df19e9c4ab982332395cb6f8989e06604d8560ffa6525826c1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/launcher-interface/1.0.4/launcher-interface-1.0.4-sources.jar"} , "name": "org_scala_sbt_launcher_interface", "actual": "@org_scala_sbt_launcher_interface//jar", "bind": "jar/org/scala_sbt/launcher_interface"},
{"artifact": "org.scala-sbt:librarymanagement-core_2.12:1.1.4", "lang": "scala", "sha1": "840917be5547e6bd64d71ecb02de8a0d7c9dee60", "sha256": "6e00c7670de3403eb0c5382d67e123ddbaf8fd1619a340ef97f6fd702ad32cb6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/librarymanagement-core_2.12/1.1.4/librarymanagement-core_2.12-1.1.4.jar", "source": {"sha1": "080c8b9101b5c562b70c20d8b3e1f195eed38bca", "sha256": "a7250bc2d145cf143499d8ec9e4e1eb5b17570e08d88a80d88ac6b1dc6473fab", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/librarymanagement-core_2.12/1.1.4/librarymanagement-core_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_librarymanagement_core_2_12", "actual": "@org_scala_sbt_librarymanagement_core_2_12//jar:file", "bind": "jar/org/scala_sbt/librarymanagement_core_2_12"},
{"artifact": "org.scala-sbt:librarymanagement-ivy_2.12:1.1.4", "lang": "scala", "sha1": "8ddf20800e2f13772c7f54454e0e573fa5363f06", "sha256": "1fdf9d664360e80a65f7571f9a8ef0ea475fb63f4e420b94c4f8e3048e3775cb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/librarymanagement-ivy_2.12/1.1.4/librarymanagement-ivy_2.12-1.1.4.jar", "source": {"sha1": "5443c0529f5d98b4fbac188e3b5d0a64d48046a2", "sha256": "d7df013608179940cff8c9623d79a8d08474053740978ebe0d1d8b9cdba591d7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/librarymanagement-ivy_2.12/1.1.4/librarymanagement-ivy_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_librarymanagement_ivy_2_12", "actual": "@org_scala_sbt_librarymanagement_ivy_2_12//jar:file", "bind": "jar/org/scala_sbt/librarymanagement_ivy_2_12"},
{"artifact": "org.scala-sbt:logic_2.12:1.1.4", "lang": "scala", "sha1": "e7589a8d7d59f132336375fa1fd203c9c0faa3eb", "sha256": "9e766be5a535aac6c6f02f1b82696a8597b6cc6663e931482a2d1270f5c62585", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/logic_2.12/1.1.4/logic_2.12-1.1.4.jar", "source": {"sha1": "a8e82d4c7f897896cba614654799c5aad1f73db3", "sha256": "e32a055a26fbc4992a5a72a64ae5489de8262689712c59cdf748ff55f3e1342a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/logic_2.12/1.1.4/logic_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_logic_2_12", "actual": "@org_scala_sbt_logic_2_12//jar:file", "bind": "jar/org/scala_sbt/logic_2_12"},
{"artifact": "org.scala-sbt:main-settings_2.12:1.1.4", "lang": "scala", "sha1": "4fe1faa84bdc48e2dac9a0a002251970eaa1b9b5", "sha256": "4137bef94af4db78a7e084d3cf592fb6690852de8016b0f120a9c10175568e7d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/main-settings_2.12/1.1.4/main-settings_2.12-1.1.4.jar", "source": {"sha1": "745d05e40f0dcf44602303baa9af76b955c40bf5", "sha256": "c423f3e0748a7476d664d7b0e75311ac2be6bc15c087507676f8481dbe383282", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/main-settings_2.12/1.1.4/main-settings_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_main_settings_2_12", "actual": "@org_scala_sbt_main_settings_2_12//jar:file", "bind": "jar/org/scala_sbt/main_settings_2_12"},
{"artifact": "org.scala-sbt:main_2.12:1.1.4", "lang": "scala", "sha1": "73dc69faee92b4f2c1918023d2f5d3cb1deba2bd", "sha256": "6c386802366e79933bfe90dd88934df7b289e416851f15315253e78b99ddc358", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/main_2.12/1.1.4/main_2.12-1.1.4.jar", "source": {"sha1": "00bf73695ea6efd6d3ffd5de9511bb1f1da8d2df", "sha256": "db61b23f3d19fdce32c142728f5e8811ce70b9e3c5ebe01bce0f1ade25b5f721", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/main_2.12/1.1.4/main_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_main_2_12", "actual": "@org_scala_sbt_main_2_12//jar:file", "bind": "jar/org/scala_sbt/main_2_12"},
{"artifact": "org.scala-sbt:protocol_2.12:1.1.4", "lang": "scala", "sha1": "0af5ff294e00dd7c9735c93ab50112674375ab13", "sha256": "d179be958398a660b98d7024cea1ea7dde1244cc6cbbe387902a56279850769a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/protocol_2.12/1.1.4/protocol_2.12-1.1.4.jar", "source": {"sha1": "4bc869e7c39c1560eaa1e84fb646dbe927918270", "sha256": "3953366f0949b7ccdc1c704c399ab8da30badce65cb0321a1a35346ae028b9e3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/protocol_2.12/1.1.4/protocol_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_protocol_2_12", "actual": "@org_scala_sbt_protocol_2_12//jar:file", "bind": "jar/org/scala_sbt/protocol_2_12"},
{"artifact": "org.scala-sbt:run_2.12:1.1.4", "lang": "scala", "sha1": "bba14831ad40e58c2f7f3d25ee6d4257aedc0ebe", "sha256": "42b483e902fe8c25a71b03db2705080db3be09ff7453d1b22cb09bf88975aa84", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/run_2.12/1.1.4/run_2.12-1.1.4.jar", "source": {"sha1": "2096ade7e1c350cf5ee75fd21eb2961fb7122607", "sha256": "deeb178e75133e93dfd8d2450542fa83f269c7fd1482b302ac02afd3cbd17dc0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/run_2.12/1.1.4/run_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_run_2_12", "actual": "@org_scala_sbt_run_2_12//jar:file", "bind": "jar/org/scala_sbt/run_2_12"},
{"artifact": "org.scala-sbt:sbinary_2.12:0.4.4", "lang": "scala", "sha1": "e9472d8a3f78846be460745041e0800cdfa44487", "sha256": "24a7a488a6992b6ab4d8e78b170f5fbc02ef13eadada88851fd41cb2ccfa802a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/sbinary_2.12/0.4.4/sbinary_2.12-0.4.4.jar", "source": {"sha1": "f0846be4646a080314e583c1026008a338be8075", "sha256": "1bace3a75fa2d5d73c0ea7d3be8107eec76fddeedba301af91fc6c99c6a774c9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/sbinary_2.12/0.4.4/sbinary_2.12-0.4.4-sources.jar"} , "name": "org_scala_sbt_sbinary_2_12", "actual": "@org_scala_sbt_sbinary_2_12//jar:file", "bind": "jar/org/scala_sbt/sbinary_2_12"},
{"artifact": "org.scala-sbt:sbt:1.1.4", "lang": "java", "sha1": "3e3aae8d576621ce76c6c32e93e7042450e128c9", "sha256": "792959de62b4f9d86ce4510d21cebc9bb92bcc05915c3f6d8e5c707928c8dbaf", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/sbt/1.1.4/sbt-1.1.4.jar", "source": {"sha1": "cb0f52a3a29dd67dc0b5c224a55a5758ff6770fc", "sha256": "3df45e9aa3003b6d9b16de01f088191d989dd4574b1cd674476feaaf89091641", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/sbt/1.1.4/sbt-1.1.4-sources.jar"} , "name": "org_scala_sbt_sbt", "actual": "@org_scala_sbt_sbt//jar", "bind": "jar/org/scala_sbt/sbt"},
{"artifact": "org.scala-sbt:task-system_2.12:1.1.4", "lang": "scala", "sha1": "8668c9ec8887191d5e4b536bbc2ea4cf5a799168", "sha256": "a5c66383dbe10919e881c29b78df7d26cfc1b82d4761b3b71fc2fe624339735d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/task-system_2.12/1.1.4/task-system_2.12-1.1.4.jar", "source": {"sha1": "02a6225cc24af4769b2febce1cc04ab9fd551051", "sha256": "9e6079674360f679e62259aa8fa4cb7a77f2c138cd29ddcff278ba6bb5d84f7a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/task-system_2.12/1.1.4/task-system_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_task_system_2_12", "actual": "@org_scala_sbt_task_system_2_12//jar:file", "bind": "jar/org/scala_sbt/task_system_2_12"},
{"artifact": "org.scala-sbt:tasks_2.12:1.1.4", "lang": "scala", "sha1": "2ce3ab3d6ff24a449b34a843f49d23d72c184208", "sha256": "872ae0e2761d47ebc6e804cb528469933fdb9f688d87e11f669fc5736d15e537", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/tasks_2.12/1.1.4/tasks_2.12-1.1.4.jar", "source": {"sha1": "087ac725ec089a4dc9b08227cf7de259c066c2de", "sha256": "fd6aa889098db351a3d954b817e0d5b959f5cc801524025097e2b562fdbf41e1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/tasks_2.12/1.1.4/tasks_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_tasks_2_12", "actual": "@org_scala_sbt_tasks_2_12//jar:file", "bind": "jar/org/scala_sbt/tasks_2_12"},
{"artifact": "org.scala-sbt:template-resolver:0.1", "lang": "java", "sha1": "758dcd28de14b3a6eaa39d314a074d59218f4de3", "sha256": "0bb8d56b20e6aef40d3d69c1b1a82a607ffec32e74ff35cb8d92c46388487c56", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/template-resolver/0.1/template-resolver-0.1.jar", "source": {"sha1": "917e729d75d06596446a74ff217be222d1d57f28", "sha256": "6ef0aacb207aa1187cb02d4f666ccedb7ebac591d0482675235969b75cf1392d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/template-resolver/0.1/template-resolver-0.1-sources.jar"} , "name": "org_scala_sbt_template_resolver", "actual": "@org_scala_sbt_template_resolver//jar", "bind": "jar/org/scala_sbt/template_resolver"},
{"artifact": "org.scala-sbt:test-agent:1.1.4", "lang": "java", "sha1": "daf3715b875e860cde09bcfa7da2a1599fd803fd", "sha256": "483a4ca0c3bb2e12c94931e429bd6d17eab7d658abd1f86a9e0f1fba9404aa3f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/test-agent/1.1.4/test-agent-1.1.4.jar", "source": {"sha1": "d7ca3621d6d98b1c3b9aad3c577d49a46d9c89af", "sha256": "55125ccc52cdd133cc78b82078df09c57b81d980645194b1f05481b27b6bb269", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/test-agent/1.1.4/test-agent-1.1.4-sources.jar"} , "name": "org_scala_sbt_test_agent", "actual": "@org_scala_sbt_test_agent//jar", "bind": "jar/org/scala_sbt/test_agent"},
{"artifact": "org.scala-sbt:test-interface:1.0", "lang": "java", "sha1": "0a3f14d010c4cb32071f863d97291df31603b521", "sha256": "15f70b38bb95f3002fec9aea54030f19bb4ecfbad64c67424b5e5fea09cd749e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar", "source": {"sha1": "d44b23e9e3419ad0e00b91bba764a48d43075000", "sha256": "c314491c9df4f0bd9dd125ef1d51228d70bd466ee57848df1cd1b96aea18a5ad", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar"} , "name": "org_scala_sbt_test_interface", "actual": "@org_scala_sbt_test_interface//jar", "bind": "jar/org/scala_sbt/test_interface"},
{"artifact": "org.scala-sbt:testing_2.12:1.1.4", "lang": "scala", "sha1": "9f06cb9d091f1ad24cdb78fa05b666b7e3f28293", "sha256": "54975ec056c158e4efdfda17be5c300181ea1c6a60b872682e5fc1df0f3a7971", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/testing_2.12/1.1.4/testing_2.12-1.1.4.jar", "source": {"sha1": "bc3034aa2ea11e04077662171e13c5af7a2abb6b", "sha256": "8986494b5c0fb1f8fc0c6d78a8104cfea5fb53ad40985443ddb9737271649f08", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/testing_2.12/1.1.4/testing_2.12-1.1.4-sources.jar"} , "name": "org_scala_sbt_testing_2_12", "actual": "@org_scala_sbt_testing_2_12//jar:file", "bind": "jar/org/scala_sbt/testing_2_12"},
{"artifact": "org.scala-sbt:util-cache_2.12:1.1.3", "lang": "scala", "sha1": "1ca9204a856266c143885f89731d5d6aed8da9c7", "sha256": "3f69c0056db6a2bedd6b48fb5b5c69fa8260826bb2ec1fb0ffd4dfd7c2c7c66f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-cache_2.12/1.1.3/util-cache_2.12-1.1.3.jar", "source": {"sha1": "0b127ddeccc178f931ec5f0bad8bf437c29adfc4", "sha256": "8c9e9cfaa958e01bc6c4db5eb174003cd0983bcf7a6825fe2d47d4845d7b1995", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-cache_2.12/1.1.3/util-cache_2.12-1.1.3-sources.jar"} , "name": "org_scala_sbt_util_cache_2_12", "actual": "@org_scala_sbt_util_cache_2_12//jar:file", "bind": "jar/org/scala_sbt/util_cache_2_12"},
{"artifact": "org.scala-sbt:util-control_2.12:1.1.3", "lang": "scala", "sha1": "174e072a451fe76c970785cf6a673be22c4d0826", "sha256": "7a291f8a3080d7843620b087ab5c797c0ee5f43460a1e4f3ce4422afb73ae799", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-control_2.12/1.1.3/util-control_2.12-1.1.3.jar", "source": {"sha1": "4d6f3afe2ba0c58f50c19d414eae34fe2cd201d8", "sha256": "988b1faeaa4fcb1d3ac3c7e8647b67f9325828021246b516a0eec3d3d9abcd53", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-control_2.12/1.1.3/util-control_2.12-1.1.3-sources.jar"} , "name": "org_scala_sbt_util_control_2_12", "actual": "@org_scala_sbt_util_control_2_12//jar:file", "bind": "jar/org/scala_sbt/util_control_2_12"},
{"artifact": "org.scala-sbt:util-interface:1.1.3", "lang": "java", "sha1": "a30664287fd0453f8716e3be5e1c9e8e438934e0", "sha256": "c671b55697207eb7ac680fea390c249f383fdf2e445b3e98f8cae4f6bc324860", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-interface/1.1.3/util-interface-1.1.3.jar", "source": {"sha1": "ed70d7e911c6bd36b17230f6dc38ed3fecab96a6", "sha256": "2e194c784c8c9dd3d34603a4378bfa7193708c1decba0ddb9aafe5b1ceccb6ab", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-interface/1.1.3/util-interface-1.1.3-sources.jar"} , "name": "org_scala_sbt_util_interface", "actual": "@org_scala_sbt_util_interface//jar", "bind": "jar/org/scala_sbt/util_interface"},
{"artifact": "org.scala-sbt:util-logging_2.12:1.1.3", "lang": "scala", "sha1": "dd61be5f61d107a4d650b342d44539fa3f373bef", "sha256": "14ec8942b844658a7da7e04f60555751661ab1273f8b31b57cfd86b473be2653", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-logging_2.12/1.1.3/util-logging_2.12-1.1.3.jar", "source": {"sha1": "d7cff3d569c0abf413164eac9c2abf4900397c7a", "sha256": "d0315dec95a9da6a2faefaf785f3d53953cda084e1e4b8e6bdc030c7d3f9917d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-logging_2.12/1.1.3/util-logging_2.12-1.1.3-sources.jar"} , "name": "org_scala_sbt_util_logging_2_12", "actual": "@org_scala_sbt_util_logging_2_12//jar:file", "bind": "jar/org/scala_sbt/util_logging_2_12"},
{"artifact": "org.scala-sbt:util-position_2.12:1.1.3", "lang": "scala", "sha1": "f986c2e6999235ddef487709b3dd0a9e54305f53", "sha256": "20fd912315e925f7f122aced8ae9aca3f099ae1ce6f1b00a201e1fcff1cdd360", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-position_2.12/1.1.3/util-position_2.12-1.1.3.jar", "source": {"sha1": "93a4b954116cc31e1ccedb2030b937c0c9a6ff64", "sha256": "7b0a5c848212de1ccda400d242074666423ddb47534af8100c0d4b474b6cf6be", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-position_2.12/1.1.3/util-position_2.12-1.1.3-sources.jar"} , "name": "org_scala_sbt_util_position_2_12", "actual": "@org_scala_sbt_util_position_2_12//jar:file", "bind": "jar/org/scala_sbt/util_position_2_12"},
{"artifact": "org.scala-sbt:util-relation_2.12:1.1.3", "lang": "scala", "sha1": "8e606415f0795feb9aebbca6fd8db1bc6b9f960b", "sha256": "dff98263c5fd5fc374ac241221cb83619a6bcce328c060482589d810617c2287", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-relation_2.12/1.1.3/util-relation_2.12-1.1.3.jar", "source": {"sha1": "9ad764e98b99ddae7c6ca04219542dc73f8603b7", "sha256": "8a14088c870199b828ec3e87da6d9cbe39b0b766ce51c9cbf6ba294fe9fed3c0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-relation_2.12/1.1.3/util-relation_2.12-1.1.3-sources.jar"} , "name": "org_scala_sbt_util_relation_2_12", "actual": "@org_scala_sbt_util_relation_2_12//jar:file", "bind": "jar/org/scala_sbt/util_relation_2_12"},
{"artifact": "org.scala-sbt:util-tracking_2.12:1.1.3", "lang": "scala", "sha1": "2c59ee43e67838bd55abaccb6fa3601e2343c738", "sha256": "17c1f8cd839f9232acf8c18d8ee03c7a27bd66d255f8ef5e9de72917e1f2ef39", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-tracking_2.12/1.1.3/util-tracking_2.12-1.1.3.jar", "source": {"sha1": "dfd7fc8b02ad2ee5b35fd8a7f980c2293e67a6a5", "sha256": "37f7db9ada6dc7ecdf22b6f0e2275f63321231bba1df918ca4a3e4b3914a38ac", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/util-tracking_2.12/1.1.3/util-tracking_2.12-1.1.3-sources.jar"} , "name": "org_scala_sbt_util_tracking_2_12", "actual": "@org_scala_sbt_util_tracking_2_12//jar:file", "bind": "jar/org/scala_sbt/util_tracking_2_12"},
{"artifact": "org.scala-sbt:zinc-apiinfo_2.12:1.1.5", "lang": "scala", "sha1": "62e532d3797452e89315682594cb16739755ad7c", "sha256": "eeecbbe7a930c456b0df8a6f6f8cc7e0a9651ee29dae3285e44f9ecfceb2237f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-apiinfo_2.12/1.1.5/zinc-apiinfo_2.12-1.1.5.jar", "source": {"sha1": "f81bebbd4fb35ec771eed570bd3db25d4c89891e", "sha256": "60b60681191abe00b5d05c05f3bcdfbe996568d9d07f987e957393ac9ff32fa3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-apiinfo_2.12/1.1.5/zinc-apiinfo_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_apiinfo_2_12", "actual": "@org_scala_sbt_zinc_apiinfo_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_apiinfo_2_12"},
{"artifact": "org.scala-sbt:zinc-classfile_2.12:1.1.5", "lang": "scala", "sha1": "f35b88213f7f255727d2d097a16837e2f4b289df", "sha256": "23e0a2497465dfba428409c0e61635ef6c35c13876606036dd6beedf4dbac5c7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-classfile_2.12/1.1.5/zinc-classfile_2.12-1.1.5.jar", "source": {"sha1": "3dbd692c9877b2d9870c613f45d5b2048277f296", "sha256": "adc8935f070e44ba20ba07f4035f1a995e38e5c32455e2e4c9bf50ccf6af7608", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-classfile_2.12/1.1.5/zinc-classfile_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_classfile_2_12", "actual": "@org_scala_sbt_zinc_classfile_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_classfile_2_12"},
{"artifact": "org.scala-sbt:zinc-classpath_2.12:1.1.5", "lang": "scala", "sha1": "11457366b01dfcc06c3d2f1412f77600652e9068", "sha256": "e596521e95fcdbeb2563d6ff984295e9ec05039b1da6acda55efbb4914dea078", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-classpath_2.12/1.1.5/zinc-classpath_2.12-1.1.5.jar", "source": {"sha1": "f92c412add865f34fcf3366cf4db4d44fa5ba3e2", "sha256": "1f9a563d477bc35981f00620ef1783e95ad062ac9d3308f5c6f81bfe3574761c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-classpath_2.12/1.1.5/zinc-classpath_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_classpath_2_12", "actual": "@org_scala_sbt_zinc_classpath_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_classpath_2_12"},
{"artifact": "org.scala-sbt:zinc-compile-core_2.12:1.1.5", "lang": "scala", "sha1": "8d84a1aaf22c8177c06caff5ace70bc6712035fb", "sha256": "d8b9f9bf70b34cf3da0276211a6555ce836bd5e68084875184101943e4a41acc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-compile-core_2.12/1.1.5/zinc-compile-core_2.12-1.1.5.jar", "source": {"sha1": "38b15738fe0516ae7b859ae19c1c3c9189c864f7", "sha256": "d2511f0d623cc6b64caaf9413427e6121cf94d90cc0fc83954915f9358506153", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-compile-core_2.12/1.1.5/zinc-compile-core_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_compile_core_2_12", "actual": "@org_scala_sbt_zinc_compile_core_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_compile_core_2_12"},
{"artifact": "org.scala-sbt:zinc-compile_2.12:1.1.5", "lang": "scala", "sha1": "211eb8b5972b494fc570d592d3ccfbd9bec2f5b9", "sha256": "aebd2e2fcca003af758aae1a3a5ae0973562115f6dcf1957602bc22d55730706", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-compile_2.12/1.1.5/zinc-compile_2.12-1.1.5.jar", "source": {"sha1": "2d955fd021aeeaf0a4ce761d3b2b0b74e76ffd67", "sha256": "f458e6a40723a9d31184f3936bf83f28e1d616d61e96217fcabe1119021483bf", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-compile_2.12/1.1.5/zinc-compile_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_compile_2_12", "actual": "@org_scala_sbt_zinc_compile_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_compile_2_12"},
{"artifact": "org.scala-sbt:zinc-core_2.12:1.1.5", "lang": "scala", "sha1": "2411bc7a966b928c2b14204e9c316168341a0d34", "sha256": "b87d51c92fbe38010bb1948bbc9b75fc04a1e57d6405230ea4ae945e5ca4d537", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-core_2.12/1.1.5/zinc-core_2.12-1.1.5.jar", "source": {"sha1": "3c8091322cf8f76d8120c6b58f5d9a2c17b196e6", "sha256": "b03729232ca540df7769524238dec06b4e32d13dfa5e1216abcc7d25e02eeb74", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-core_2.12/1.1.5/zinc-core_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_core_2_12", "actual": "@org_scala_sbt_zinc_core_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_core_2_12"},
{"artifact": "org.scala-sbt:zinc-ivy-integration_2.12:1.1.5", "lang": "scala", "sha1": "e559adf50b3f61ee17f41a9bf13e667e0dca95d4", "sha256": "3f690ba039680c5577cd3af45e1c0fd75d598329763d7d772267fbfc53b2f3b7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-ivy-integration_2.12/1.1.5/zinc-ivy-integration_2.12-1.1.5.jar", "source": {"sha1": "8580558cf2bfc8e5fc518ffa87758a383de57997", "sha256": "a6deaa10a148d216440b5739e0d3186342d33ff4f8c1592d3dddff00b4c26335", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-ivy-integration_2.12/1.1.5/zinc-ivy-integration_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_ivy_integration_2_12", "actual": "@org_scala_sbt_zinc_ivy_integration_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_ivy_integration_2_12"},
{"artifact": "org.scala-sbt:zinc-persist_2.12:1.1.5", "lang": "scala", "sha1": "955a36f2ce3a772623f5dd651f54fc8988bae3ba", "sha256": "c1e76a3278db183ab106798fdcdb88eb5fd9a35bdc37aa8721ccc9e46cba7be4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-persist_2.12/1.1.5/zinc-persist_2.12-1.1.5.jar", "source": {"sha1": "94d26d73c9ec8aadac62751f5246d28d5da1d4d0", "sha256": "16cf5ec29654802a90a1e58bc19b99819a9f2250b67b8630e69651cf097db223", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc-persist_2.12/1.1.5/zinc-persist_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_persist_2_12", "actual": "@org_scala_sbt_zinc_persist_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_persist_2_12"},
{"artifact": "org.scala-sbt:zinc_2.12:1.1.5", "lang": "scala", "sha1": "05822339bf74593b57b69a9943687433c2a93539", "sha256": "6295057ab9ef618412f2b5a9839e08f9e844c83e581e291b7aefe78cf202d5c0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc_2.12/1.1.5/zinc_2.12-1.1.5.jar", "source": {"sha1": "2bdca2e1a0288b954553f62eda2e55db4bdbca2e", "sha256": "f69cf4b63250920948b95efeea9e53b89efa9f5be941586d64d21ec38e9a684d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scala-sbt/zinc_2.12/1.1.5/zinc_2.12-1.1.5-sources.jar"} , "name": "org_scala_sbt_zinc_2_12", "actual": "@org_scala_sbt_zinc_2_12//jar:file", "bind": "jar/org/scala_sbt/zinc_2_12"},
{"artifact": "org.scalacheck:scalacheck_2.12:1.14.0", "lang": "scala", "sha1": "8b4354c1a5e1799b4b0ab888d326e7f7fdb02d0d", "sha256": "1e6f5b292bb74b03be74195047816632b7d95e40e7f9c13d5d2c53bafeece62e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalacheck/scalacheck_2.12/1.14.0/scalacheck_2.12-1.14.0.jar", "source": {"sha1": "ee64746db17b19449fae7e4b9f9ffc8fb7e79d80", "sha256": "6d51786f6ed8241bc02ea90bdd769ef16f2cc034624e06877de1d4a735efcb7f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalacheck/scalacheck_2.12/1.14.0/scalacheck_2.12-1.14.0-sources.jar"} , "name": "org_scalacheck_scalacheck_2_12", "actual": "@org_scalacheck_scalacheck_2_12//jar:file", "bind": "jar/org/scalacheck/scalacheck_2_12"},
{"artifact": "org.scalactic:scalactic_2.12:3.0.5", "lang": "scala", "sha1": "edec43902cdc7c753001501e0d8c2de78394fb03", "sha256": "57e25b4fd969b1758fe042595112c874dfea99dca5cc48eebe07ac38772a0c41", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.jar", "source": {"sha1": "e02d37e95ba74c95aa9063b9114db51f2810b212", "sha256": "0455eaecaa2b8ce0be537120c2ccd407c4606cbe53e63cb6a7fc8b31b5b65461", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5-sources.jar"} , "name": "org_scalactic_scalactic_2_12", "actual": "@org_scalactic_scalactic_2_12//jar:file", "bind": "jar/org/scalactic/scalactic_2_12"},
{"artifact": "org.scalameta:common_2.12:1.8.0", "lang": "scala", "sha1": "27b5e750fa05676eab0abdebdd6cb3a7ced2bb89", "sha256": "4d9d8425ef1432a1fe17c343e6e32a88f657201ae7461c3aab61a9d24d171af0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/common_2.12/1.8.0/common_2.12-1.8.0.jar", "source": {"sha1": "b26c1440b98b93f46cf0d075beefd175dc0c488e", "sha256": "a9d52a2cdab685d21deb22a4eb61fcf9c9d7c87299a62892a7137eb011fb4116", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/common_2.12/1.8.0/common_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_common_2_12", "actual": "@org_scalameta_common_2_12//jar:file", "bind": "jar/org/scalameta/common_2_12"},
{"artifact": "org.scalameta:contrib_2.12:1.8.0", "lang": "scala", "sha1": "4a9f17fc797693f6700671876f56461c74c89952", "sha256": "577fc8a43e0dea992939ea21ef48704893f9a526a88788f049dc4ecea714ffd9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/contrib_2.12/1.8.0/contrib_2.12-1.8.0.jar", "source": {"sha1": "13a624d6086f26980b9cecdc452d38859488317c", "sha256": "391873384222d5234da6d6be2d044fe4532c28cf2ef2e00185e6e226cda51a2d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/contrib_2.12/1.8.0/contrib_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_contrib_2_12", "actual": "@org_scalameta_contrib_2_12//jar:file", "bind": "jar/org/scalameta/contrib_2_12"},
{"artifact": "org.scalameta:dialects_2.12:1.8.0", "lang": "scala", "sha1": "48a64e67d95af084f97e4269e9ee21e75dd0c58a", "sha256": "fbf109b6894ace59db70484feb8c4d9836742d2919e4dd604b8cdc676531932b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/dialects_2.12/1.8.0/dialects_2.12-1.8.0.jar", "source": {"sha1": "e23f147658d9f8652174bb47a40b71089648915f", "sha256": "8af330c54038c6c5f74cb5bd0a7cd252f51d8fb01576a0da05984efc5683be97", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/dialects_2.12/1.8.0/dialects_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_dialects_2_12", "actual": "@org_scalameta_dialects_2_12//jar:file", "bind": "jar/org/scalameta/dialects_2_12"},
{"artifact": "org.scalameta:inline_2.12:1.8.0", "lang": "scala", "sha1": "388fc581102a7f655e3feb17bff0ad9410d00494", "sha256": "8a663252ccc3390ea4d2d7542c6fd27f8f10ed7162316bc9b0a45bfc726bc073", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/inline_2.12/1.8.0/inline_2.12-1.8.0.jar", "source": {"sha1": "40bd1aa1a0b82f13dcb8e4d5f3603f4a66578d1a", "sha256": "c022c68f419ab4e0683b91c232ad63b936df179b9bb04b70e6d9e2d4cc447010", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/inline_2.12/1.8.0/inline_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_inline_2_12", "actual": "@org_scalameta_inline_2_12//jar:file", "bind": "jar/org/scalameta/inline_2_12"},
{"artifact": "org.scalameta:inputs_2.12:1.8.0", "lang": "scala", "sha1": "2dbd2afd6f0ba6f3178d7b2c856af4f9eb893e70", "sha256": "c20fce78674f13252ec77bd1904780e6e9c8246f535e62d4f378d961960b31c9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/inputs_2.12/1.8.0/inputs_2.12-1.8.0.jar", "source": {"sha1": "c39c1524f73c847097611cf2b34133f336a65498", "sha256": "b173778fb74441db081f72951dad7960969c92568c77e6049caa29fb80891f0b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/inputs_2.12/1.8.0/inputs_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_inputs_2_12", "actual": "@org_scalameta_inputs_2_12//jar:file", "bind": "jar/org/scalameta/inputs_2_12"},
{"artifact": "org.scalameta:io_2.12:1.8.0", "lang": "scala", "sha1": "6764f034849913a0a3c9392c40b5b6a33f3c19c7", "sha256": "c12c503c9525fd1d7e7d2cb245e2548ef60e39ee8d43cddd77905bd3508d6cb8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/io_2.12/1.8.0/io_2.12-1.8.0.jar", "source": {"sha1": "dd16b47907ed8b61bb6e830e592c1ccdf95d5684", "sha256": "f063f01e7ef0c9847684abf38377bb068333180d61465987ea9461620768edae", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/io_2.12/1.8.0/io_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_io_2_12", "actual": "@org_scalameta_io_2_12//jar:file", "bind": "jar/org/scalameta/io_2_12"},
{"artifact": "org.scalameta:paradise_2.12.6:3.0.0-M11", "lang": "scala/unmangled", "sha1": "1b9e3fa7631d5f3e5a460d36d2dfc2e45c195035", "sha256": "0b3be39054d5324bd535b4d8eebb3a0e51f53f891b655243ec5dea27204253a2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/paradise_2.12.6/3.0.0-M11/paradise_2.12.6-3.0.0-M11.jar", "source": {"sha1": "a4fa40fddacc043cc9844f398c1ae3022a986360", "sha256": "86cacee644e24b7838efd7bc73f71c31a99aa70a74a4adaa3416e8fc7cb669c5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/paradise_2.12.6/3.0.0-M11/paradise_2.12.6-3.0.0-M11-sources.jar"} , "name": "org_scalameta_paradise_2_12_6", "actual": "@org_scalameta_paradise_2_12_6//jar:file", "bind": "jar/org/scalameta/paradise_2_12_6"},
{"artifact": "org.scalameta:parsers_2.12:1.8.0", "lang": "scala", "sha1": "cb7686c91d0ed8566b53f21ad8adac4c2082a3c5", "sha256": "deca0f7866ca34d29f2a04ac8718532e75d3aff73c87903a2a1dfced7da7569d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/parsers_2.12/1.8.0/parsers_2.12-1.8.0.jar", "source": {"sha1": "dd99162263f66f5cdc9a76fe14fc41b7a9a6fe86", "sha256": "d2c7d5caf41877079cada0b36a0ee7a415a1c7648b0b6ecb43742e1fda5f5ff0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/parsers_2.12/1.8.0/parsers_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_parsers_2_12", "actual": "@org_scalameta_parsers_2_12//jar:file", "bind": "jar/org/scalameta/parsers_2_12"},
{"artifact": "org.scalameta:quasiquotes_2.12:1.8.0", "lang": "scala", "sha1": "4f7569befb7b5b1719a3668b735fc7e2609aed0f", "sha256": "968808a44e2765e93943c298b90f3e71bd2fcb228510ee89a373eae1da26f3d7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/quasiquotes_2.12/1.8.0/quasiquotes_2.12-1.8.0.jar", "source": {"sha1": "4eb4cee9d17953cb9b0c6a98a20b1b54c8e01658", "sha256": "e2d63c4a4e8579564b8f0e8010963cb22a0ad081239a54ea53f26cd0190e0964", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/quasiquotes_2.12/1.8.0/quasiquotes_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_quasiquotes_2_12", "actual": "@org_scalameta_quasiquotes_2_12//jar:file", "bind": "jar/org/scalameta/quasiquotes_2_12"},
{"artifact": "org.scalameta:scalameta_2.12:1.8.0", "lang": "scala", "sha1": "cf56a4f2f7ed5c90a84e6cd373ca8efc581f0e4f", "sha256": "8bed0f568e4efa58598f226556997041960edd78374e7f159c06a3e8042c6344", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/scalameta_2.12/1.8.0/scalameta_2.12-1.8.0.jar", "source": {"sha1": "2beb3434ef90d6582f26edd8afc93cc620fb0a13", "sha256": "ac6a2d17621e6e88794cd9c0ee4a6a7db202328ec82c2a41282cb232d942b75a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/scalameta_2.12/1.8.0/scalameta_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_scalameta_2_12", "actual": "@org_scalameta_scalameta_2_12//jar:file", "bind": "jar/org/scalameta/scalameta_2_12"},
{"artifact": "org.scalameta:semantic_2.12:1.8.0", "lang": "scala", "sha1": "fdf4554f44ceec189e84fcece81d13c7e5b98d1c", "sha256": "1df7b38adb01f86d78019471b154b73bc1da8c98c4fca709b9fcb522f7f4cbbd", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/semantic_2.12/1.8.0/semantic_2.12-1.8.0.jar", "source": {"sha1": "4b3d49f98077280417169b2901656a6b041f48a2", "sha256": "3a19cadf91f735236b7e2a5a15efea07d8b7042914354f6ed84c1569fd2bd3dc", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/semantic_2.12/1.8.0/semantic_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_semantic_2_12", "actual": "@org_scalameta_semantic_2_12//jar:file", "bind": "jar/org/scalameta/semantic_2_12"},
{"artifact": "org.scalameta:tokenizers_2.12:1.8.0", "lang": "scala", "sha1": "e127812b46da9cc3fab34c44b22956c584e01045", "sha256": "059d69c02f301fe98661c8e15297bb9217113c8c2ac4986f0d27eca20e59e8d4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/tokenizers_2.12/1.8.0/tokenizers_2.12-1.8.0.jar", "source": {"sha1": "99cd7fae15883205cc05d63c32ce94d3317326cd", "sha256": "00573f2e0d53f020eec1cda9e34477e9960b51bdd7a91d0ac0b17ccc632a5dc8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/tokenizers_2.12/1.8.0/tokenizers_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_tokenizers_2_12", "actual": "@org_scalameta_tokenizers_2_12//jar:file", "bind": "jar/org/scalameta/tokenizers_2_12"},
{"artifact": "org.scalameta:tokens_2.12:1.8.0", "lang": "scala", "sha1": "27457801f9c7ab4cd75439d02737bcd23e262ee0", "sha256": "78cc3d2cafe9307ea491b9d6ddc499d7ebc56416c64bc0b068a86cc21bca21f4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/tokens_2.12/1.8.0/tokens_2.12-1.8.0.jar", "source": {"sha1": "bbabebc418da2c184a184a440611fbfd0e755a37", "sha256": "4ea53e68c5e78a9c051c7959346359aebfecafae771149a0e22784aa54c1daca", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/tokens_2.12/1.8.0/tokens_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_tokens_2_12", "actual": "@org_scalameta_tokens_2_12//jar:file", "bind": "jar/org/scalameta/tokens_2_12"},
{"artifact": "org.scalameta:transversers_2.12:1.8.0", "lang": "scala", "sha1": "788a936eef4768723238157d2ba6c968f36fc058", "sha256": "f9819930d6e632c7f08e2257292ffd5c26d3f5df041a61fbaaa9d105a08ffdd1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/transversers_2.12/1.8.0/transversers_2.12-1.8.0.jar", "source": {"sha1": "1ecd190f27cf3bff4b5c8df40bf11b9a5b3a33be", "sha256": "bb8aa63d8fac37d0c7977dcda10bc1e2de42c276c1473efef8c8aeddcddce834", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/transversers_2.12/1.8.0/transversers_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_transversers_2_12", "actual": "@org_scalameta_transversers_2_12//jar:file", "bind": "jar/org/scalameta/transversers_2_12"},
{"artifact": "org.scalameta:trees_2.12:1.8.0", "lang": "scala", "sha1": "ba3f9f32525280ddaa9d3661b2fb9412cc8c7f89", "sha256": "017bf3779dc0510a243f0436ab446d8e7142145fb59bce6c6b855bb1a8659c7a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/trees_2.12/1.8.0/trees_2.12-1.8.0.jar", "source": {"sha1": "ad280788be31ccd934411afd5e8bbbbb9295195f", "sha256": "86fe063cc1e7b6fe2796c8798953a172b4b6066303756e5f88e5eba871b2d964", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalameta/trees_2.12/1.8.0/trees_2.12-1.8.0-sources.jar"} , "name": "org_scalameta_trees_2_12", "actual": "@org_scalameta_trees_2_12//jar:file", "bind": "jar/org/scalameta/trees_2_12"},
{"artifact": "org.scalatest:scalatest_2.12:3.0.5", "lang": "scala", "sha1": "7bb56c0f7a3c60c465e36c6b8022a95b883d7434", "sha256": "b416b5bcef6720da469a8d8a5726e457fc2d1cd5d316e1bc283aa75a2ae005e5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalatest/scalatest_2.12/3.0.5/scalatest_2.12-3.0.5.jar", "source": {"sha1": "ec414035204524d3d4205ef572075e34a2078c78", "sha256": "22081ee83810098adc9af4d84d05dd5891d7c0e15f9095bcdaf4ac7a228b92df", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalatest/scalatest_2.12/3.0.5/scalatest_2.12-3.0.5-sources.jar"} , "name": "org_scalatest_scalatest_2_12", "actual": "@org_scalatest_scalatest_2_12//jar:file", "bind": "jar/org/scalatest/scalatest_2_12"},
{"artifact": "org.scalaz:scalaz-concurrent_2.12:7.2.24", "lang": "scala", "sha1": "1fe44cbbb481aa1154a43cfaa34dc0a497eec0ae", "sha256": "9f186bff32951f5dd4d4c8fa8252dfac5ee234234d748dd67e9a51762738a4a5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-concurrent_2.12/7.2.24/scalaz-concurrent_2.12-7.2.24.jar", "source": {"sha1": "f77fa81d4409af467a9a537180dbb5abd6f25db7", "sha256": "a2e318bbe924cc5c1eca3f6540192733237fc2c478946055925baf652349f176", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-concurrent_2.12/7.2.24/scalaz-concurrent_2.12-7.2.24-sources.jar"} , "name": "org_scalaz_scalaz_concurrent_2_12", "actual": "@org_scalaz_scalaz_concurrent_2_12//jar:file", "bind": "jar/org/scalaz/scalaz_concurrent_2_12"},
{"artifact": "org.scalaz:scalaz-core_2.12:7.2.24", "lang": "scala", "sha1": "3ca4f700328c1c7e5f403a26bc29160f5b5d5adb", "sha256": "947694deedc07fa0287eaa0f83721dcdc4bc5b96a0177bd6743cea250173dbd8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-core_2.12/7.2.24/scalaz-core_2.12-7.2.24.jar", "source": {"sha1": "17d8929ec99067664db0f9f51cb2d302b7ea1dc3", "sha256": "af1c3e386bcdcaf752de866e7ed3da5cd8d9d1ebb6a4751a5db84c8d5de695e1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-core_2.12/7.2.24/scalaz-core_2.12-7.2.24-sources.jar"} , "name": "org_scalaz_scalaz_core_2_12", "actual": "@org_scalaz_scalaz_core_2_12//jar:file", "bind": "jar/org/scalaz/scalaz_core_2_12"},
{"artifact": "org.scalaz:scalaz-effect_2.12:7.2.24", "lang": "scala", "sha1": "84f6d15419d341e9d368f3f657c032e0b352fcae", "sha256": "4aeaaaa2985878923bf26f27607a573ce9eeeec9ecc518c8f58feb51588a0503", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-effect_2.12/7.2.24/scalaz-effect_2.12-7.2.24.jar", "source": {"sha1": "f31adb378b8781983422fd22b57cad32a1eb2f56", "sha256": "87ba69ec3f185289965846b9f0268f7b4a4f550cb6458a92a1e6785d332309c9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-effect_2.12/7.2.24/scalaz-effect_2.12-7.2.24-sources.jar"} , "name": "org_scalaz_scalaz_effect_2_12", "actual": "@org_scalaz_scalaz_effect_2_12//jar:file", "bind": "jar/org/scalaz/scalaz_effect_2_12"},
{"artifact": "org.scalaz:scalaz-iteratee_2.12:7.2.24", "lang": "scala", "sha1": "0ed7ccf5fb0882bde5ef14463ddd6d87960849c4", "sha256": "e6f23b401488b8d188d8cad6aecefce92272872b2a89b5a04f7c12ce8add43cb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-iteratee_2.12/7.2.24/scalaz-iteratee_2.12-7.2.24.jar", "source": {"sha1": "f8444b2f17b426dcde0f91ac476f20707c0a26b6", "sha256": "abe49bbb93fc11b9671793ab9d0bd579d4135aec1a137093236040bee4f8b669", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-iteratee_2.12/7.2.24/scalaz-iteratee_2.12-7.2.24-sources.jar"} , "name": "org_scalaz_scalaz_iteratee_2_12", "actual": "@org_scalaz_scalaz_iteratee_2_12//jar:file", "bind": "jar/org/scalaz/scalaz_iteratee_2_12"},
{"artifact": "org.scalaz:scalaz-scalacheck-binding_2.12:7.2.24-scalacheck-1.14", "lang": "scala", "sha1": "be1c04251928b7f248dff35b0543ba0a58eca66d", "sha256": "b034b77fa438cf8eba2fa62f5fcf2cd4779b84ce3fe54e487402eeffe4998190", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-scalacheck-binding_2.12/7.2.24-scalacheck-1.14/scalaz-scalacheck-binding_2.12-7.2.24-scalacheck-1.14.jar", "source": {"sha1": "8f07f8ad6cc8307d5a808883bcbb4313e6ac898d", "sha256": "81e8072d075ff35d3ffca73e0131871393819f281ca7901edeb4181f57061acb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scalaz/scalaz-scalacheck-binding_2.12/7.2.24-scalacheck-1.14/scalaz-scalacheck-binding_2.12-7.2.24-scalacheck-1.14-sources.jar"} , "name": "org_scalaz_scalaz_scalacheck_binding_2_12", "actual": "@org_scalaz_scalaz_scalacheck_binding_2_12//jar:file", "bind": "jar/org/scalaz/scalaz_scalacheck_binding_2_12"},
{"artifact": "org.scijava:native-lib-loader:2.0.2", "lang": "java", "sha1": "1451fa03954c5e31a358b411147de472b4dab92c", "sha256": "e567c71e9f3ff53f78bd58fd6ba6d471ce31e1263f5e87d1e1fcc5d3eda1e248", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scijava/native-lib-loader/2.0.2/native-lib-loader-2.0.2.jar", "source": {"sha1": "b1e0fa440cac2b1ba8ee6694f5a70cd4d79ff85b", "sha256": "7edb0a26ed4b2c1393b38d5336eeabfc18d87f46bd7ce1a1ed49d68c337d723d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scijava/native-lib-loader/2.0.2/native-lib-loader-2.0.2-sources.jar"} , "name": "org_scijava_native_lib_loader", "actual": "@org_scijava_native_lib_loader//jar", "bind": "jar/org/scijava/native_lib_loader"},
{"artifact": "org.scodec:scodec-bits_2.12:1.1.5", "lang": "scala", "sha1": "89fac9273f36e68c6b7035248d64f38091efb1cf", "sha256": "dc943c1dfc4e9365d89f9cd6f40b8af036ea4ea9cefa2ba18cd3b89435356c46", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scodec/scodec-bits_2.12/1.1.5/scodec-bits_2.12-1.1.5.jar", "source": {"sha1": "2dd613ed18fc28e6e958b4e495cc72ab15c14564", "sha256": "2d9cdb222dd0616b0f61ef4f196a2510b096f4bb8ff135fec36903778dc4cece", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/scodec/scodec-bits_2.12/1.1.5/scodec-bits_2.12-1.1.5-sources.jar"} , "name": "org_scodec_scodec_bits_2_12", "actual": "@org_scodec_scodec_bits_2_12//jar:file", "bind": "jar/org/scodec/scodec_bits_2_12"},
{"artifact": "org.seleniumhq.selenium:selenium-api:3.12.0", "lang": "java", "sha1": "8581c2f303b67b6be6b089bcd5ddbecb2a41af6b", "sha256": "acf13c48e2c9409ac5bd5b9ec7cf9a06a77e9d06d78307d3af1fe28079965f9a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.12.0/selenium-api-3.12.0.jar", "source": {"sha1": "ceb40cad9c71b19b522e5363f5aceb88f2ea6958", "sha256": "93bdfbbe1f059b93caaab182e784ac707ef7192b95bea943d30c499f9b2dec1b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.12.0/selenium-api-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_api", "actual": "@org_seleniumhq_selenium_selenium_api//jar", "bind": "jar/org/seleniumhq/selenium/selenium_api"},
{"artifact": "org.seleniumhq.selenium:selenium-chrome-driver:3.12.0", "lang": "java", "sha1": "e50c9d30d7a9e38c4ce777f3ef15aa1163342d9a", "sha256": "e94ab7d85ee2523673aae75fe1dd4e2f9a6509e666ea6edf7fb9ebea8abd732d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/3.12.0/selenium-chrome-driver-3.12.0.jar", "source": {"sha1": "15d99776d15f63967c156df4eea52d2c9e5960fa", "sha256": "7e61fb4c0b251abbd21e4aee4f7bf1db2d8b273ccd6dbbcd30b614df14a10bf0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/3.12.0/selenium-chrome-driver-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_chrome_driver", "actual": "@org_seleniumhq_selenium_selenium_chrome_driver//jar", "bind": "jar/org/seleniumhq/selenium/selenium_chrome_driver"},
{"artifact": "org.seleniumhq.selenium:selenium-edge-driver:3.12.0", "lang": "java", "sha1": "5330fe3ba321f9ade58c6ed23da6bdebc1a4d95a", "sha256": "e36328729d7f5e557f4a9bfaec7b41b42fcca49db7a18411b9392d644e22230b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-edge-driver/3.12.0/selenium-edge-driver-3.12.0.jar", "source": {"sha1": "c59ca0386ea410d0273719cb93ad6c10f6abc378", "sha256": "adfc72646af39c1cc3506dae64e170c8fb44bdfb770dccb7502512188b0b4957", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-edge-driver/3.12.0/selenium-edge-driver-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_edge_driver", "actual": "@org_seleniumhq_selenium_selenium_edge_driver//jar", "bind": "jar/org/seleniumhq/selenium/selenium_edge_driver"},
{"artifact": "org.seleniumhq.selenium:selenium-firefox-driver:3.12.0", "lang": "java", "sha1": "b44da882625fdc1e8e99035b3d1bb488d17802e6", "sha256": "315e37cb48ce437d26db085426d2b1c8aa8a2cf3a4cd6b889f2587964649d63f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/3.12.0/selenium-firefox-driver-3.12.0.jar", "source": {"sha1": "51b4b03ae9a266538d182d525a710f12ad0a2f9a", "sha256": "d2354bd60ca2e48dcec0f6ae94b7b8f07e96fd49fb837f08cd685c41d85acd88", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/3.12.0/selenium-firefox-driver-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_firefox_driver", "actual": "@org_seleniumhq_selenium_selenium_firefox_driver//jar", "bind": "jar/org/seleniumhq/selenium/selenium_firefox_driver"},
{"artifact": "org.seleniumhq.selenium:selenium-ie-driver:3.12.0", "lang": "java", "sha1": "6feab497a52383ddff27a0b6266781f267be4139", "sha256": "bb482e711422d5b0b72cdf6976cd0cd54f0a80d3e58abe6589861a9095b9e97c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/3.12.0/selenium-ie-driver-3.12.0.jar", "source": {"sha1": "05f497dae5de4616c59422f35f3b95b3359f5a27", "sha256": "b5fb7b5bfdec5d780b9aba348ff13a6e4c4137e780574cab08932a414c76a43c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/3.12.0/selenium-ie-driver-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_ie_driver", "actual": "@org_seleniumhq_selenium_selenium_ie_driver//jar", "bind": "jar/org/seleniumhq/selenium/selenium_ie_driver"},
{"artifact": "org.seleniumhq.selenium:selenium-java:3.12.0", "lang": "java", "sha1": "05b50d4072e0e51779b6e9f3594106312061bfde", "sha256": "68444954199e78a5b73db6957d88dd3e5358cd2b6be36d00947d2445943e020b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-java/3.12.0/selenium-java-3.12.0.jar", "source": {"sha1": "b04f3ee8f5e43fa3b162981b50bb72fe1acabb33", "sha256": "8739c76e681f900923b900c9df0ef75cf421d39cabb54650c4b9ad19b6a76d85", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-java/3.12.0/selenium-java-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_java", "actual": "@org_seleniumhq_selenium_selenium_java//jar", "bind": "jar/org/seleniumhq/selenium/selenium_java"},
{"artifact": "org.seleniumhq.selenium:selenium-opera-driver:3.12.0", "lang": "java", "sha1": "1c8ef9bd7f3469d5c4fe9a9ab0391906a27cf2c2", "sha256": "e359edf68e09e833d5c7b49e7f445eb19c94cbbf57acf57999d0495b067c0da2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-opera-driver/3.12.0/selenium-opera-driver-3.12.0.jar", "source": {"sha1": "25df6128f911a18849736ffe8458653a8d3c7f93", "sha256": "78d7d3ed5757db57c90a3c9b68db2f461e3bb6533a1c7b8b91d8c2de909f171b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-opera-driver/3.12.0/selenium-opera-driver-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_opera_driver", "actual": "@org_seleniumhq_selenium_selenium_opera_driver//jar", "bind": "jar/org/seleniumhq/selenium/selenium_opera_driver"},
{"artifact": "org.seleniumhq.selenium:selenium-remote-driver:3.12.0", "lang": "java", "sha1": "554854bb0b66d3cd647098d2eb327f89f933a94f", "sha256": "f7135cd31b38738064b0154ef3863476754dc808a4d9e3d1a8f0ec4a04f427e6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.12.0/selenium-remote-driver-3.12.0.jar", "source": {"sha1": "d1279f664c7ac8eafa84a491eec1179e35b28abf", "sha256": "04c90099b7c76d2356363bd851c033f37f434f0fa39b3da52b02e430187ac0b8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.12.0/selenium-remote-driver-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_remote_driver", "actual": "@org_seleniumhq_selenium_selenium_remote_driver//jar", "bind": "jar/org/seleniumhq/selenium/selenium_remote_driver"},
{"artifact": "org.seleniumhq.selenium:selenium-safari-driver:3.12.0", "lang": "java", "sha1": "6e2cdaa6b3bd973399b9db4e465f22d752ed830d", "sha256": "926a67e39613aa7b2940aeb201b4f09516c1df62686a59edb29747e59c52350b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/3.12.0/selenium-safari-driver-3.12.0.jar", "source": {"sha1": "100d9532a772dfd9e500c00427ffdcf0af8e3e6e", "sha256": "ceb7f9a9a8769646573f5d01263ab46d900cd7d205788b1b2a4ef37bb7aab37a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/3.12.0/selenium-safari-driver-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_safari_driver", "actual": "@org_seleniumhq_selenium_selenium_safari_driver//jar", "bind": "jar/org/seleniumhq/selenium/selenium_safari_driver"},
{"artifact": "org.seleniumhq.selenium:selenium-support:3.12.0", "lang": "java", "sha1": "3244e6c89d8708587ae5785723be1330b1e72299", "sha256": "b3c230f5c805fcace7800aad55756f5757d081f2172c8cd438f8516303d29972", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.12.0/selenium-support-3.12.0.jar", "source": {"sha1": "3da2845356347e83a2e698308dc89f05dd00dcca", "sha256": "984882712d2e031d9866b83c0cedf81c53db8570fece53c5d42d0e7c3a56873a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.12.0/selenium-support-3.12.0-sources.jar"} , "name": "org_seleniumhq_selenium_selenium_support", "actual": "@org_seleniumhq_selenium_selenium_support//jar", "bind": "jar/org/seleniumhq/selenium/selenium_support"},
{"artifact": "org.skyscreamer:jsonassert:1.1.1", "lang": "java", "sha1": "e9faeb6ab98837bb79a1e54a673102550a48e81d", "sha256": "e17dfdb37e4c2f1d768bb18654bbcce26294b802b3a4af74949500cf401a8da3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.jar", "source": {"sha1": "7e8b1cd999475e3684441ef89d1baee0bbcd8d69", "sha256": "40d6822052258d6e32ee796c6d36cdb05efdfcb4b3a8650880d99372d6e60a3f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1-sources.jar"} , "name": "org_skyscreamer_jsonassert", "actual": "@org_skyscreamer_jsonassert//jar", "bind": "jar/org/skyscreamer/jsonassert"},
{"artifact": "org.slf4j:jcl-over-slf4j:1.7.21", "lang": "java", "sha1": "331b564a3a42f002a0004b039c1c430da89062cd", "sha256": "686b9dab357b7b665b969bbbf3dcdc67edd88ee9500699e893b5e70927be5e3f", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar", "source": {"sha1": "c565ca9c1239b38fe4a70e4101086c4e880f6358", "sha256": "5f9edefe7db1dfd99eb341f253b721e515f82dd3b528aa48630fccd6bb39e3a6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21-sources.jar"} , "name": "org_slf4j_jcl_over_slf4j", "actual": "@org_slf4j_jcl_over_slf4j//jar", "bind": "jar/org/slf4j/jcl_over_slf4j"},
# duplicates in org.slf4j:slf4j-api fixed to 1.7.25
# - ch.qos.logback:logback-classic:1.2.3 wanted version 1.7.25
# - com.eed3si9n:gigahorse-core_2.12:0.3.0 wanted version 1.7.25
# - com.github.cb372:scalacache-caffeine_2.12:0.20.0 wanted version 1.7.25
# - com.github.cb372:scalacache-core_2.12:0.20.0 wanted version 1.7.25
# - com.sparkjava:spark-core:2.7.2 wanted version 1.7.13
# - com.typesafe.akka:akka-slf4j_2.12:2.5.13 wanted version 1.7.25
# - com.typesafe.scala-logging:scala-logging_2.12:3.5.0 wanted version 1.7.21
# - com.typesafe.slick:slick_2.12:3.3.0 wanted version 1.7.25
# - com.zaxxer:HikariCP:3.2.0 wanted version 1.7.25
# - io.dropwizard.metrics:metrics-core:4.0.0 wanted version 1.7.25
# - io.dropwizard.metrics:metrics-jmx:4.0.0 wanted version 1.7.25
# - org.apache.logging.log4j:log4j-slf4j-impl:2.8.1 wanted version 1.7.24
# - org.mongodb:casbah-commons_2.12.0-RC1:3.1.1 wanted version 1.6.0
# - org.rnorth:tcp-unix-socket-proxy:1.0.1 wanted version 1.7.21
# - org.slf4j:jcl-over-slf4j:1.7.21 wanted version 1.7.21
# - org.slf4j:slf4j-ext:1.7.25 wanted version 1.7.25
# - org.slf4j:slf4j-simple:1.7.25 wanted version 1.7.25
# - org.testcontainers:testcontainers:1.4.2 wanted version 1.7.25
# - org.zeroturnaround:zt-exec:1.8 wanted version 1.7.2
{"artifact": "org.slf4j:slf4j-api:1.7.25", "lang": "java", "sha1": "da76ca59f6a57ee3102f8f9bd9cee742973efa8a", "sha256": "18c4a0095d5c1da6b817592e767bb23d29dd2f560ad74df75ff3961dbde25b79", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar", "source": {"sha1": "962153db4a9ea71b79d047dfd1b2a0d80d8f4739", "sha256": "c4bc93180a4f0aceec3b057a2514abe04a79f06c174bbed910a2afb227b79366", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar"} , "name": "org_slf4j_slf4j_api", "actual": "@org_slf4j_slf4j_api//jar", "bind": "jar/org/slf4j/slf4j_api"},
{"artifact": "org.slf4j:slf4j-ext:1.7.25", "lang": "java", "sha1": "d1685f86e2becda32ad8bb823b8cc4990eb45f69", "sha256": "9df4ea4d390eb559f153716fa77658c26540f4f83635973b8c0e0da70d6fa944", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/slf4j/slf4j-ext/1.7.25/slf4j-ext-1.7.25.jar", "source": {"sha1": "da5cead7cf1463cabec6cd56a9b8936037711e0c", "sha256": "784e1fe8ad73ccb3a2df7eb76c4f55704f91986aeda394c0b9a77d3fe5e17ae6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/slf4j/slf4j-ext/1.7.25/slf4j-ext-1.7.25-sources.jar"} , "name": "org_slf4j_slf4j_ext", "actual": "@org_slf4j_slf4j_ext//jar", "bind": "jar/org/slf4j/slf4j_ext"},
{"artifact": "org.slf4j:slf4j-simple:1.7.25", "lang": "java", "sha1": "8dacf9514f0c707cbbcdd6fd699e8940d42fb54e", "sha256": "0966e86fffa5be52d3d9e7b89dd674d98a03eed0a454fbaf7c1bd9493bd9d874", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar", "source": {"sha1": "af3cd3ad1ea4b08b27b54f12529b4bf343bc5ca1", "sha256": "2cfa254e77c6f41bdcd8500c61c0f6b9959de66835d2b598102d38c2a807f367", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25-sources.jar"} , "name": "org_slf4j_slf4j_simple", "actual": "@org_slf4j_slf4j_simple//jar", "bind": "jar/org/slf4j/slf4j_simple"},
# duplicates in org.spire-math:jawn-parser_2.12 promoted to 0.13.0
# - com.eed3si9n:sjson-new-scalajson_2.12:0.8.2 wanted version 0.10.4
# - io.circe:circe-jawn_2.12:0.10.0 wanted version 0.13.0
{"artifact": "org.spire-math:jawn-parser_2.12:0.13.0", "lang": "scala", "sha1": "4a2e53bbe3c6f467384327abc9bab25d7cdcada4", "sha256": "4aa94d58b2b36f1df8270e1dbfc46b07cc4d9850a963b6f82d9c654a71f5ec53", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/spire-math/jawn-parser_2.12/0.13.0/jawn-parser_2.12-0.13.0.jar", "source": {"sha1": "8f870ddf4917fccdbd118da8f709eb343e83007b", "sha256": "5581edbcc17bf64ec3c503e2b4859d14d24563904fb379adb1cbf3e8f6d154da", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/spire-math/jawn-parser_2.12/0.13.0/jawn-parser_2.12-0.13.0-sources.jar"} , "name": "org_spire_math_jawn_parser_2_12", "actual": "@org_spire_math_jawn_parser_2_12//jar:file", "bind": "jar/org/spire_math/jawn_parser_2_12"},
{"artifact": "org.spire-math:kind-projector_2.12:0.9.3", "lang": "scala", "sha1": "98a71bf6ec174d07963ad8a6df56e74976b0b014", "sha256": "e36078e83a85c9ab908ebdf5882ae8b124db860c66ab98e873189249f575c929", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/spire-math/kind-projector_2.12/0.9.3/kind-projector_2.12-0.9.3.jar", "source": {"sha1": "b10162f5bf1f0ceb699cd544fbb82d07e013c7dd", "sha256": "0fdd6c57a4f235531ddad4b298c37820a6ffe4b7416d60fd173d71f82ba02149", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/spire-math/kind-projector_2.12/0.9.3/kind-projector_2.12-0.9.3-sources.jar"} , "name": "org_spire_math_kind_projector_2_12", "actual": "@org_spire_math_kind_projector_2_12//jar:file", "bind": "jar/org/spire_math/kind_projector_2_12"},
{"artifact": "org.testcontainers:jdbc:1.4.2", "lang": "java", "sha1": "e4bab1bcc0e80d0780a1b2830ffe7985f6b514d9", "sha256": "b142a866c2be3df014d17c6a3abde0484e936713b814978cfef3ad66abc642e3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/testcontainers/jdbc/1.4.2/jdbc-1.4.2.jar", "source": {"sha1": "b90276aed3854c6060ac3cf4c113472e481b155b", "sha256": "3fa531d0e040b33c2b8a2e4089f87bc9dccb2cffe56a12f7878b8f5483ee607d", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/testcontainers/jdbc/1.4.2/jdbc-1.4.2-sources.jar"} , "name": "org_testcontainers_jdbc", "actual": "@org_testcontainers_jdbc//jar", "bind": "jar/org/testcontainers/jdbc"},
{"artifact": "org.testcontainers:postgresql:1.4.2", "lang": "java", "sha1": "c41dabb59da2781c26a98a7ab47b215e1d385e25", "sha256": "e76f488b23b07d4f30dc40c22bf242c9e6e8d4183a59e5edb44ec02901b9cc8e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/testcontainers/postgresql/1.4.2/postgresql-1.4.2.jar", "source": {"sha1": "714a3d051a6736fbd4c6c4f0f0caafc6464ede2d", "sha256": "c6f4858a536ec49400b7d75bfa53d565d3e015b6bd4c440b647c225206614439", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/testcontainers/postgresql/1.4.2/postgresql-1.4.2-sources.jar"} , "name": "org_testcontainers_postgresql", "actual": "@org_testcontainers_postgresql//jar", "bind": "jar/org/testcontainers/postgresql"},
{"artifact": "org.testcontainers:testcontainers:1.4.2", "lang": "java", "sha1": "78c4f72028de85626352aaaf6eacdd0721f699d6", "sha256": "48c86e311681bac27bf7ea049ce7dbc63887ce9857625d29eb4288e94b071fe6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/testcontainers/testcontainers/1.4.2/testcontainers-1.4.2.jar", "source": {"sha1": "d89432d55a3cbfa56641d9ee88509a8c6a5dccb2", "sha256": "0a243d19a57f0a72c03850db6cc3b4a3952c20f846d3566e80d676517dfd85fb", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/testcontainers/testcontainers/1.4.2/testcontainers-1.4.2-sources.jar"} , "name": "org_testcontainers_testcontainers", "actual": "@org_testcontainers_testcontainers//jar", "bind": "jar/org/testcontainers/testcontainers"},
{"artifact": "org.testng:testng:5.14.10", "lang": "java", "sha1": "29944bce4d63741f55ee90a30d74750341c5b39d", "sha256": "9739c41611e4dcf4a4b7fa8ff76842a7216d831caffeb3085abf3198840d432c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/testng/testng/5.14.10/testng-5.14.10.jar", "source": {"sha1": "4b51b81803b3d737d0115f01fd00b479c3e65337", "sha256": "8607eb8955fdafeb59c1daced1c7219bed6523506b4b77688f0306b6bb701429", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/testng/testng/5.14.10/testng-5.14.10-sources.jar"} , "name": "org_testng_testng", "actual": "@org_testng_testng//jar", "bind": "jar/org/testng/testng"},
{"artifact": "org.tpolecat:doobie-core_2.12:0.6.0", "lang": "scala", "sha1": "8cb108f71704417548ae8a21adc81df1b7075296", "sha256": "b51d54aaf41be41d713b081b9754168c59c80483e6b30d7a107dafb0dbdcd302", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/tpolecat/doobie-core_2.12/0.6.0/doobie-core_2.12-0.6.0.jar", "source": {"sha1": "f07dd7c5dd5a533b94157155c0d94404bb1feda4", "sha256": "c644140c1a60ae05703f214670a8822653fff19d4e5dc9be1329fa7982183ab1", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/tpolecat/doobie-core_2.12/0.6.0/doobie-core_2.12-0.6.0-sources.jar"} , "name": "org_tpolecat_doobie_core_2_12", "actual": "@org_tpolecat_doobie_core_2_12//jar:file", "bind": "jar/org/tpolecat/doobie_core_2_12"},
{"artifact": "org.tpolecat:doobie-free_2.12:0.6.0", "lang": "scala", "sha1": "82f51faa3481bb476f380ee162dc9405d1a6d8d6", "sha256": "2c3af03d1ff4596e400d88c6f5f65aea4a6f39acab3fe60e9f07112bbcfdeb4b", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/tpolecat/doobie-free_2.12/0.6.0/doobie-free_2.12-0.6.0.jar", "source": {"sha1": "3d270f93fdcf0eff8ab7b0d879473dc770f90d15", "sha256": "0b856fcfc5df82f06b7051088cc0aceb30e3149bf4a8483af1530c1766287d66", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/tpolecat/doobie-free_2.12/0.6.0/doobie-free_2.12-0.6.0-sources.jar"} , "name": "org_tpolecat_doobie_free_2_12", "actual": "@org_tpolecat_doobie_free_2_12//jar:file", "bind": "jar/org/tpolecat/doobie_free_2_12"},
{"artifact": "org.tpolecat:doobie-postgres_2.12:0.6.0", "lang": "scala", "sha1": "333f969a0d979f0b7ae6eb4647d31c9f21f4dca4", "sha256": "24d882b9d30fe1bd07c70b870e26ff4c1bd077634eb44672ab5212c3f123b904", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/tpolecat/doobie-postgres_2.12/0.6.0/doobie-postgres_2.12-0.6.0.jar", "source": {"sha1": "81a3ff3e7875656975ee801c73a7d01a5ff1ea46", "sha256": "90582e3442a460a6708114132e2794d096d2aa72c4d79898a1a5579438ce6684", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/tpolecat/doobie-postgres_2.12/0.6.0/doobie-postgres_2.12-0.6.0-sources.jar"} , "name": "org_tpolecat_doobie_postgres_2_12", "actual": "@org_tpolecat_doobie_postgres_2_12//jar:file", "bind": "jar/org/tpolecat/doobie_postgres_2_12"},
# duplicates in org.typelevel:cats-core_2.12 downgraded to 1.5.0
# - co.fs2:fs2-core_2.12:1.0.0 wanted version 1.4.0
# - co.fs2:fs2-io_2.12:1.0.0 wanted version 1.4.0
# - io.circe:circe-core_2.12:0.10.0 wanted version 1.4.0
# - org.tpolecat:doobie-free_2.12:0.6.0 wanted version 1.4.0
# - org.typelevel:cats-effect_2.12:1.0.0 wanted version 1.3.1
# - org.typelevel:cats-free_2.12:1.4.0 wanted version 1.4.0
{"artifact": "org.typelevel:cats-core_2.12:1.5.0", "lang": "scala", "sha1": "f0c04b4e58a26a73c2c5d35b41f2e12932903686", "sha256": "7c0d6338d3f2ab192dee2caf4321bc6b6a8925a98da30ac5f626b4f74e2a09a5", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-core_2.12/1.5.0/cats-core_2.12-1.5.0.jar", "source": {"sha1": "888ee4094820ead6cde31add3f2f41d4ea14d681", "sha256": "97c2d8eb1acc7a71a2ecd982f3852e1f0167c04cf26c83caab89a89ac00aefe7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-core_2.12/1.5.0/cats-core_2.12-1.5.0-sources.jar"} , "name": "org_typelevel_cats_core_2_12", "actual": "@org_typelevel_cats_core_2_12//jar:file", "bind": "jar/org/typelevel/cats_core_2_12"},
{"artifact": "org.typelevel:cats-effect_2.12:1.0.0", "lang": "scala", "sha1": "be5a0f66d578726462d489d1835285664531c7a6", "sha256": "b4c58e58da2ac4a38ed1596d62d15ee4db75fdf6089e581157fb069ea76cf925", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-effect_2.12/1.0.0/cats-effect_2.12-1.0.0.jar", "source": {"sha1": "4d6d09f4ec56b58dab04578a3cadc211bc99d34a", "sha256": "4db834829c553372b13bea7d12340f17dd9770557db2a3f9987e266653e37e2e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-effect_2.12/1.0.0/cats-effect_2.12-1.0.0-sources.jar"} , "name": "org_typelevel_cats_effect_2_12", "actual": "@org_typelevel_cats_effect_2_12//jar:file", "bind": "jar/org/typelevel/cats_effect_2_12"},
{"artifact": "org.typelevel:cats-free_2.12:1.4.0", "lang": "scala", "sha1": "02ffb878492edb7fba7ade6d9577cb8c7fea1d85", "sha256": "3a2a42a9537348aeaeb9d988d894f8b21e47f6387b30dc2e935c7a96dd39d5c0", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-free_2.12/1.4.0/cats-free_2.12-1.4.0.jar", "source": {"sha1": "fdfa12fdd4b9516c7a5206285a2ce58a400fe2f3", "sha256": "893dc3b03760429c436db9204d0de86b5d4d08dee9eacaac9a91d7023c677dee", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-free_2.12/1.4.0/cats-free_2.12-1.4.0-sources.jar"} , "name": "org_typelevel_cats_free_2_12", "actual": "@org_typelevel_cats_free_2_12//jar:file", "bind": "jar/org/typelevel/cats_free_2_12"},
{"artifact": "org.typelevel:cats-kernel_2.12:1.5.0", "lang": "scala", "sha1": "d651570f029d32ff30424c2562cffa4ce719a479", "sha256": "d61f1ee9ab0b4c2bf5d3ae6af51c7882610e346aeace3488d82e3196a288c5a9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-kernel_2.12/1.5.0/cats-kernel_2.12-1.5.0.jar", "source": {"sha1": "bfc841bc458a3329b9a47aae06287df631df1b68", "sha256": "4e80e5f82c1c54029f368f5f764ae0bb07ce83047f212ff7121edec2bc26b615", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-kernel_2.12/1.5.0/cats-kernel_2.12-1.5.0-sources.jar"} , "name": "org_typelevel_cats_kernel_2_12", "actual": "@org_typelevel_cats_kernel_2_12//jar:file", "bind": "jar/org/typelevel/cats_kernel_2_12"},
# duplicates in org.typelevel:cats-macros_2.12 promoted to 1.5.0
# - org.typelevel:cats-core_2.12:1.5.0 wanted version 1.5.0
# - org.typelevel:cats-free_2.12:1.4.0 wanted version 1.4.0
{"artifact": "org.typelevel:cats-macros_2.12:1.5.0", "lang": "scala", "sha1": "8b396ee93c26acd438329e3951b76d327be3201d", "sha256": "a4bb8208ebb031b418cbba1fc21d6e0254ecd43215bf2d13e68f06cce54f86a9", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-macros_2.12/1.5.0/cats-macros_2.12-1.5.0.jar", "source": {"sha1": "6349985de0e1c25781d5ec4824b840d585e1ed56", "sha256": "5fd576e1aee19273996afcf6f4746d580763f11d1858dcf61d649f2f5f4cef54", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/cats-macros_2.12/1.5.0/cats-macros_2.12-1.5.0-sources.jar"} , "name": "org_typelevel_cats_macros_2_12", "actual": "@org_typelevel_cats_macros_2_12//jar:file", "bind": "jar/org/typelevel/cats_macros_2_12"},
# duplicates in org.typelevel:machinist_2.12 promoted to 0.6.6
# - org.typelevel:cats-core_2.12:1.5.0 wanted version 0.6.6
# - org.typelevel:cats-free_2.12:1.4.0 wanted version 0.6.5
# - org.typelevel:cats-macros_2.12:1.5.0 wanted version 0.6.6
{"artifact": "org.typelevel:machinist_2.12:0.6.6", "lang": "scala", "sha1": "4086874ad28be846916347dd74ba5395c63eaf50", "sha256": "e1f56da37a817ff9b20e36870ac39b64277155e82cd2cde25d76d10af14b8a96", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/machinist_2.12/0.6.6/machinist_2.12-0.6.6.jar", "source": {"sha1": "1aafa2c22a3fb1e2c1385a1c2b796340a166ff0b", "sha256": "b8b693aa0a844dd095550e9a2ce63870d605fdcc16447261ec063e80e0b4795c", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/machinist_2.12/0.6.6/machinist_2.12-0.6.6-sources.jar"} , "name": "org_typelevel_machinist_2_12", "actual": "@org_typelevel_machinist_2_12//jar:file", "bind": "jar/org/typelevel/machinist_2_12"},
{"artifact": "org.typelevel:macro-compat_2.12:1.1.1", "lang": "scala", "sha1": "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf", "sha256": "8b1514ec99ac9c7eded284367b6c9f8f17a097198a44e6f24488706d66bbd2b8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar", "source": {"sha1": "ade6d6ec81975cf514b0f9e2061614f2799cfe97", "sha256": "c748cbcda2e8828dd25e788617a4c559abf92960ef0f92f9f5d3ea67774c34c8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar"} , "name": "org_typelevel_macro_compat_2_12", "actual": "@org_typelevel_macro_compat_2_12//jar:file", "bind": "jar/org/typelevel/macro_compat_2_12"},
{"artifact": "org.typelevel:paiges-core_2.12:0.2.1", "lang": "scala", "sha1": "bfaa1a725cdf23b244c58dd97a20c60e2b200884", "sha256": "70d38aacec6ecdcedf2a438ba0e3e3636d4aa1bac2dca75596ed9ed908e02de7", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/paiges-core_2.12/0.2.1/paiges-core_2.12-0.2.1.jar", "source": {"sha1": "5c55122e73ca2c59678baba422d668a26926f58a", "sha256": "487a19150b88d400e2306bfd2a9a7662fa7ed610561f7529ea2a822ce605b04a", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/typelevel/paiges-core_2.12/0.2.1/paiges-core_2.12-0.2.1-sources.jar"} , "name": "org_typelevel_paiges_core_2_12", "actual": "@org_typelevel_paiges_core_2_12//jar:file", "bind": "jar/org/typelevel/paiges_core_2_12"},
{"artifact": "org.wartremover:wartremover_2.12:2.2.0", "lang": "scala", "sha1": "14e214834fd2acac9c8bdac0c105a0452a46fec0", "sha256": "f8ea0aebf0d8d81e657294492f5d13c0b15c7251274d3ca1985a05f1e97cb2d8", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/wartremover/wartremover_2.12/2.2.0/wartremover_2.12-2.2.0.jar", "source": {"sha1": "828cde37986a5bfdedda7422d9d4c2a8113a231e", "sha256": "e15236770b2409de1fac08767b99fa2e7f33b6e71a9824d52dba5cbf19053e7e", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/wartremover/wartremover_2.12/2.2.0/wartremover_2.12-2.2.0-sources.jar"} , "name": "org_wartremover_wartremover_2_12", "actual": "@org_wartremover_wartremover_2_12//jar:file", "bind": "jar/org/wartremover/wartremover_2_12"},
{"artifact": "org.xerial:sqlite-jdbc:3.25.2", "lang": "java", "sha1": "bd3c4cde613b661871e861eb56656c4c39e1ee0a", "sha256": "a45da61abed61568a533fdece125093180828edeb0d4b6f6d572e0cf457465f6", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/xerial/sqlite-jdbc/3.25.2/sqlite-jdbc-3.25.2.jar", "source": {"sha1": "21e90dbffec70032829d828bac2cd234e9128687", "sha256": "58073a1103ffa769b2511c60f88c647a922ab0f6ab621625f9ade223064f89e3", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/xerial/sqlite-jdbc/3.25.2/sqlite-jdbc-3.25.2-sources.jar"} , "name": "org_xerial_sqlite_jdbc", "actual": "@org_xerial_sqlite_jdbc//jar", "bind": "jar/org/xerial/sqlite_jdbc"},
# duplicates in org.yaml:snakeyaml promoted to 1.24
# - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8 wanted version 1.23
# - io.circe:circe-yaml_2.12:0.10.0 wanted version 1.24
# - org.testng:testng:5.14.10 wanted version 1.6
{"artifact": "org.yaml:snakeyaml:1.24", "lang": "java", "sha1": "13a9c0d6776483c3876e3ff9384f9bb55b17001b", "sha256": "d3f7f09989d5b0ce5c4791818ef937ee7663f1e359c2ef2d312f938aad0763da", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/yaml/snakeyaml/1.24/snakeyaml-1.24.jar", "source": {"sha1": "a394a18181ce1d4d429be7ec38fc9497dc1a1f88", "sha256": "2ca4a62e017fb92f4ddd57692a71dfe2be23a2482bf0bd8b6821a08506fe04fe", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/yaml/snakeyaml/1.24/snakeyaml-1.24-sources.jar"} , "name": "org_yaml_snakeyaml", "actual": "@org_yaml_snakeyaml//jar", "bind": "jar/org/yaml/snakeyaml"},
{"artifact": "org.zeroturnaround:zt-exec:1.8", "lang": "java", "sha1": "7d6c8d9f6067870cf6822741ad2e8a8fea37bbc1", "sha256": "376b8123d65882f73ce5c6f2f3aa93492ceea3d4c74c26f02749fdef72a85ed4", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/zeroturnaround/zt-exec/1.8/zt-exec-1.8.jar", "source": {"sha1": "5240d182f042072c98cbc1b2840af476c610873b", "sha256": "3e6927a301583f97ed55e983404ffa1daaccb77d8df94d4dbfd7ea4a317c35e2", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/org/zeroturnaround/zt-exec/1.8/zt-exec-1.8-sources.jar"} , "name": "org_zeroturnaround_zt_exec", "actual": "@org_zeroturnaround_zt_exec//jar", "bind": "jar/org/zeroturnaround/zt_exec"},
{"artifact": "uk.co.datumedge:hamcrest-json:0.2", "lang": "java", "sha1": "4bc7b706b01f42d90492ad5d2d7a4122734f4fc2", "sha256": "7415b8969eba90fe5ae710cf43dd871392c3512c821f1cda4d46ae6a22a33f65", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.jar", "source": {"sha1": "b04fc3604eac3ef91d431a6957d0daeb17719927", "sha256": "eaaf63283c929066efe8b90715f8268c55e551f9c539b130977dbc3374662148", "repository": "http://central.maven.org/maven2/", "url": "http://central.maven.org/maven2/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2-sources.jar"} , "name": "uk_co_datumedge_hamcrest_json", "actual": "@uk_co_datumedge_hamcrest_json//jar", "bind": "jar/uk/co/datumedge/hamcrest_json"},
]
def maven_dependencies(callback = jar_artifact_callback):
for hash in list_dependencies():
callback(hash)