forked from bazel-contrib/rules_jvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contrib_rules_jvm_tests_install.json
783 lines (783 loc) · 43.9 KB
/
contrib_rules_jvm_tests_install.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
{
"dependency_tree": {
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 1426844574,
"__RESOLVED_ARTIFACTS_HASH": 163506103,
"conflict_resolution": {},
"dependencies": [
{
"coord": "junit:junit:4.13.2",
"dependencies": [
"org.hamcrest:hamcrest-core:1.3"
],
"directDependencies": [
"org.hamcrest:hamcrest-core:1.3"
],
"file": "v1/https/repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar"
],
"packages": [
"junit.extensions",
"junit.framework",
"junit.runner",
"junit.textui",
"org.junit",
"org.junit.experimental",
"org.junit.experimental.categories",
"org.junit.experimental.max",
"org.junit.experimental.results",
"org.junit.experimental.runners",
"org.junit.experimental.theories",
"org.junit.experimental.theories.internal",
"org.junit.experimental.theories.suppliers",
"org.junit.function",
"org.junit.internal",
"org.junit.internal.builders",
"org.junit.internal.management",
"org.junit.internal.matchers",
"org.junit.internal.requests",
"org.junit.internal.runners",
"org.junit.internal.runners.model",
"org.junit.internal.runners.rules",
"org.junit.internal.runners.statements",
"org.junit.matchers",
"org.junit.rules",
"org.junit.runner",
"org.junit.runner.manipulation",
"org.junit.runner.notification",
"org.junit.runners",
"org.junit.runners.model",
"org.junit.runners.parameterized",
"org.junit.validator"
],
"sha256": "8e495b634469d64fb8acfa3495a065cbacc8a0fff55ce1e31007be4c16dc57d3",
"url": "https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar"
},
{
"coord": "junit:junit:jar:sources:4.13.2",
"dependencies": [
"org.hamcrest:hamcrest-core:jar:sources:1.3"
],
"directDependencies": [
"org.hamcrest:hamcrest-core:jar:sources:1.3"
],
"file": "v1/https/repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2-sources.jar"
],
"packages": [],
"sha256": "34181df6482d40ea4c046b063cb53c7ffae94bdf1b1d62695bdf3adf9dea7e3a",
"url": "https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2-sources.jar"
},
{
"coord": "net.bytebuddy:byte-buddy-agent:1.12.16",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar"
],
"packages": [
"net.bytebuddy.agent",
"net.bytebuddy.agent.utility.nullability"
],
"sha256": "38e258787665ac95e4f42ff1ca5b7550093762d289a61d436a26b6a25386358e",
"url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar"
},
{
"coord": "net.bytebuddy:byte-buddy-agent:jar:sources:1.12.16",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16-sources.jar"
],
"packages": [],
"sha256": "24bcd323c26d207b7cee9e64c713c1f1cb9ab65341614af4549d1a6da96e0387",
"url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16-sources.jar"
},
{
"coord": "net.bytebuddy:byte-buddy:1.12.16",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar"
],
"packages": [
"net.bytebuddy",
"net.bytebuddy.agent.builder",
"net.bytebuddy.asm",
"net.bytebuddy.build",
"net.bytebuddy.description",
"net.bytebuddy.description.annotation",
"net.bytebuddy.description.enumeration",
"net.bytebuddy.description.field",
"net.bytebuddy.description.method",
"net.bytebuddy.description.modifier",
"net.bytebuddy.description.type",
"net.bytebuddy.dynamic",
"net.bytebuddy.dynamic.loading",
"net.bytebuddy.dynamic.scaffold",
"net.bytebuddy.dynamic.scaffold.inline",
"net.bytebuddy.dynamic.scaffold.subclass",
"net.bytebuddy.implementation",
"net.bytebuddy.implementation.attribute",
"net.bytebuddy.implementation.auxiliary",
"net.bytebuddy.implementation.bind",
"net.bytebuddy.implementation.bind.annotation",
"net.bytebuddy.implementation.bytecode",
"net.bytebuddy.implementation.bytecode.assign",
"net.bytebuddy.implementation.bytecode.assign.primitive",
"net.bytebuddy.implementation.bytecode.assign.reference",
"net.bytebuddy.implementation.bytecode.collection",
"net.bytebuddy.implementation.bytecode.constant",
"net.bytebuddy.implementation.bytecode.member",
"net.bytebuddy.jar.asm",
"net.bytebuddy.jar.asm.commons",
"net.bytebuddy.jar.asm.signature",
"net.bytebuddy.matcher",
"net.bytebuddy.pool",
"net.bytebuddy.utility",
"net.bytebuddy.utility.dispatcher",
"net.bytebuddy.utility.nullability",
"net.bytebuddy.utility.privilege",
"net.bytebuddy.utility.visitor"
],
"sha256": "e2a59ccffe107e83b355eb81dd8e9f3c82d0753c4b9a0e20bc64b0811d76795b",
"url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar"
},
{
"coord": "net.bytebuddy:byte-buddy:jar:sources:1.12.16",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16-sources.jar"
],
"packages": [
"net.bytebuddy.build"
],
"sha256": "ebcfdbb8cfd9cac1a1b47414caf70ae87d1c0baf41d0cbb9cc6789d512b59ef6",
"url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16-sources.jar"
},
{
"coord": "org.apiguardian:apiguardian-api:1.1.2",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar"
],
"packages": [
"org.apiguardian.api"
],
"sha256": "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38",
"url": "https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar"
},
{
"coord": "org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar"
],
"packages": [],
"sha256": "277a7a4315412817beb6655b324dc7276621e95ebff00b8bf65e17a27b685e2d",
"url": "https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar"
},
{
"coord": "org.hamcrest:hamcrest-core:1.3",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"
],
"packages": [
"org.hamcrest",
"org.hamcrest.core",
"org.hamcrest.internal"
],
"sha256": "66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9",
"url": "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"
},
{
"coord": "org.hamcrest:hamcrest-core:jar:sources:1.3",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"
],
"packages": [],
"sha256": "e223d2d8fbafd66057a8848cc94222d63c3cedd652cc48eddc0ab5c39c0f84df",
"url": "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"
},
{
"coord": "org.junit.jupiter:junit-jupiter-api:5.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar"
],
"packages": [
"org.junit.jupiter.api",
"org.junit.jupiter.api.condition",
"org.junit.jupiter.api.extension",
"org.junit.jupiter.api.extension.support",
"org.junit.jupiter.api.function",
"org.junit.jupiter.api.io",
"org.junit.jupiter.api.parallel"
],
"sha256": "1808ee87e0f718cd6e25f3b75afc17956ac8a3edc48c7e9bab9f19f9a79e3801",
"url": "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar"
},
{
"coord": "org.junit.jupiter:junit-jupiter-api:jar:sources:5.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2-sources.jar"
],
"packages": [],
"sha256": "cb38569ae9005eb54c7cbc181b842e6eb01be57ae0d785f9167d9e019b44a670",
"url": "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2-sources.jar"
},
{
"coord": "org.junit.jupiter:junit-jupiter-engine:5.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.jupiter:junit-jupiter-api:5.8.2",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.junit.platform:junit-platform-engine:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.jupiter:junit-jupiter-api:5.8.2",
"org.junit.platform:junit-platform-engine:1.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar"
],
"packages": [
"org.junit.jupiter.engine",
"org.junit.jupiter.engine.config",
"org.junit.jupiter.engine.descriptor",
"org.junit.jupiter.engine.discovery",
"org.junit.jupiter.engine.discovery.predicates",
"org.junit.jupiter.engine.execution",
"org.junit.jupiter.engine.extension",
"org.junit.jupiter.engine.support"
],
"sha256": "753b7726cdd158bb34cedb94c161e2291896f47832a1e9eda53d970020a8184e",
"url": "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar"
},
{
"coord": "org.junit.jupiter:junit-jupiter-engine:jar:sources:5.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.jupiter:junit-jupiter-api:jar:sources:5.8.2",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.jupiter:junit-jupiter-api:jar:sources:5.8.2",
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2-sources.jar"
],
"packages": [],
"sha256": "9ed4edf417cbc6028c634a0b407061433327c9ef4235fca35b9183da855e2e8f",
"url": "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2-sources.jar"
},
{
"coord": "org.junit.jupiter:junit-jupiter-params:5.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.jupiter:junit-jupiter-api:5.8.2",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.jupiter:junit-jupiter-api:5.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.jar"
],
"packages": [
"org.junit.jupiter.params",
"org.junit.jupiter.params.aggregator",
"org.junit.jupiter.params.converter",
"org.junit.jupiter.params.provider",
"org.junit.jupiter.params.shadow.com.univocity.parsers.annotations",
"org.junit.jupiter.params.shadow.com.univocity.parsers.annotations.helpers",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.beans",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.fields",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.input",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.input.concurrent",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.iterators",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.core",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.record",
"org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine",
"org.junit.jupiter.params.shadow.com.univocity.parsers.conversions",
"org.junit.jupiter.params.shadow.com.univocity.parsers.csv",
"org.junit.jupiter.params.shadow.com.univocity.parsers.fixed",
"org.junit.jupiter.params.shadow.com.univocity.parsers.tsv",
"org.junit.jupiter.params.support"
],
"sha256": "d1c22d6fe5483568c08c8913f34abd2303490c3480ce6c18a2ea31c65e44102a",
"url": "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.jar"
},
{
"coord": "org.junit.jupiter:junit-jupiter-params:jar:sources:5.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.jupiter:junit-jupiter-api:jar:sources:5.8.2",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.jupiter:junit-jupiter-api:jar:sources:5.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2-sources.jar"
],
"packages": [],
"sha256": "201cbc5237df584f762d33454573ccd0566653207f539f68ab7993d7145156b1",
"url": "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2-sources.jar"
},
{
"coord": "org.junit.platform:junit-platform-commons:1.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:1.1.2"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:1.1.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar"
],
"packages": [
"org.junit.platform.commons",
"org.junit.platform.commons.annotation",
"org.junit.platform.commons.function",
"org.junit.platform.commons.logging",
"org.junit.platform.commons.support",
"org.junit.platform.commons.util"
],
"sha256": "d2e015fca7130e79af2f4608dc54415e4b10b592d77333decb4b1a274c185050",
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar"
},
{
"coord": "org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2-sources.jar"
],
"packages": [],
"sha256": "7ae3683c452ee4259b2d205d56c7172fd178180b02d20b4430368ef6ee501c3b",
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2-sources.jar"
},
{
"coord": "org.junit.platform:junit-platform-engine:1.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar"
],
"packages": [
"org.junit.platform.engine",
"org.junit.platform.engine.discovery",
"org.junit.platform.engine.reporting",
"org.junit.platform.engine.support.config",
"org.junit.platform.engine.support.descriptor",
"org.junit.platform.engine.support.discovery",
"org.junit.platform.engine.support.filter",
"org.junit.platform.engine.support.hierarchical"
],
"sha256": "0b7d000f8c3e8e5f7d6b819649936e7b9938314e87c8f983805218ea57567e59",
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar"
},
{
"coord": "org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2-sources.jar"
],
"packages": [],
"sha256": "4cfda26b1dc0812fcf0a14b0bb5612b7c697e50afd79819d2e07b1faef9c239b",
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2-sources.jar"
},
{
"coord": "org.junit.platform:junit-platform-launcher:1.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.junit.platform:junit-platform-engine:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-engine:1.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.jar"
],
"packages": [
"org.junit.platform.launcher",
"org.junit.platform.launcher.core",
"org.junit.platform.launcher.listeners",
"org.junit.platform.launcher.listeners.discovery",
"org.junit.platform.launcher.listeners.session",
"org.junit.platform.launcher.tagexpression"
],
"sha256": "822156409fd83e682e4c5199b3460054299b538a058c2c6d0f5c9b6a5bdb7594",
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.jar"
},
{
"coord": "org.junit.platform:junit-platform-launcher:jar:sources:1.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2-sources.jar"
],
"packages": [],
"sha256": "ee8440e84c23e52519b57e77a30627f80d91ac148244162ee2eea1ba809c1bdc",
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2-sources.jar"
},
{
"coord": "org.junit.platform:junit-platform-reporting:1.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.junit.platform:junit-platform-engine:1.8.2",
"org.junit.platform:junit-platform-launcher:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-launcher:1.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.8.2/junit-platform-reporting-1.8.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.8.2/junit-platform-reporting-1.8.2.jar"
],
"packages": [
"org.junit.platform.reporting.legacy",
"org.junit.platform.reporting.legacy.xml"
],
"sha256": "d28048333b378d166f9ad38c2a8e34ac0fa1a29cc016cb279df53c8b54628fc3",
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.8.2/junit-platform-reporting-1.8.2.jar"
},
{
"coord": "org.junit.platform:junit-platform-reporting:jar:sources:1.8.2",
"dependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
"org.junit.platform:junit-platform-launcher:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"directDependencies": [
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-launcher:jar:sources:1.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.8.2/junit-platform-reporting-1.8.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.8.2/junit-platform-reporting-1.8.2-sources.jar"
],
"packages": [],
"sha256": "489df906d84675ba6d078e076a5ffd8c8feec62e390539d6d61938de98b269f4",
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.8.2/junit-platform-reporting-1.8.2-sources.jar"
},
{
"coord": "org.junit.vintage:junit-vintage-engine:5.8.2",
"dependencies": [
"junit:junit:4.13.2",
"org.apiguardian:apiguardian-api:1.1.2",
"org.hamcrest:hamcrest-core:1.3",
"org.junit.platform:junit-platform-commons:1.8.2",
"org.junit.platform:junit-platform-engine:1.8.2",
"org.opentest4j:opentest4j:1.2.0"
],
"directDependencies": [
"junit:junit:4.13.2",
"org.apiguardian:apiguardian-api:1.1.2",
"org.junit.platform:junit-platform-engine:1.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar"
],
"packages": [
"org.junit.vintage.engine",
"org.junit.vintage.engine.descriptor",
"org.junit.vintage.engine.discovery",
"org.junit.vintage.engine.execution",
"org.junit.vintage.engine.support"
],
"sha256": "ebd567b84e380d5373c47de3c9616d84f7bef91f9f8a8e7fc925be68240c1ba4",
"url": "https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar"
},
{
"coord": "org.junit.vintage:junit-vintage-engine:jar:sources:5.8.2",
"dependencies": [
"junit:junit:jar:sources:4.13.2",
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.hamcrest:hamcrest-core:jar:sources:1.3",
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
"org.opentest4j:opentest4j:jar:sources:1.2.0"
],
"directDependencies": [
"junit:junit:jar:sources:4.13.2",
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2-sources.jar"
],
"packages": [],
"sha256": "f2873fcb606ad338934d11d7e7d005e7c08b373bf09c886f9b9d03d21423d63d",
"url": "https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2-sources.jar"
},
{
"coord": "org.mockito:mockito-core:4.8.1",
"dependencies": [
"net.bytebuddy:byte-buddy-agent:1.12.16",
"net.bytebuddy:byte-buddy:1.12.16",
"org.objenesis:objenesis:3.2"
],
"directDependencies": [
"net.bytebuddy:byte-buddy-agent:1.12.16",
"net.bytebuddy:byte-buddy:1.12.16",
"org.objenesis:objenesis:3.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar"
],
"packages": [
"org.mockito",
"org.mockito.codegen",
"org.mockito.configuration",
"org.mockito.creation.instance",
"org.mockito.exceptions.base",
"org.mockito.exceptions.misusing",
"org.mockito.exceptions.stacktrace",
"org.mockito.exceptions.verification",
"org.mockito.exceptions.verification.junit",
"org.mockito.exceptions.verification.opentest4j",
"org.mockito.hamcrest",
"org.mockito.internal",
"org.mockito.internal.configuration",
"org.mockito.internal.configuration.injection",
"org.mockito.internal.configuration.injection.filter",
"org.mockito.internal.configuration.injection.scanner",
"org.mockito.internal.configuration.plugins",
"org.mockito.internal.creation",
"org.mockito.internal.creation.bytebuddy",
"org.mockito.internal.creation.instance",
"org.mockito.internal.creation.proxy",
"org.mockito.internal.creation.settings",
"org.mockito.internal.creation.util",
"org.mockito.internal.debugging",
"org.mockito.internal.exceptions",
"org.mockito.internal.exceptions.stacktrace",
"org.mockito.internal.exceptions.util",
"org.mockito.internal.framework",
"org.mockito.internal.hamcrest",
"org.mockito.internal.handler",
"org.mockito.internal.invocation",
"org.mockito.internal.invocation.finder",
"org.mockito.internal.invocation.mockref",
"org.mockito.internal.junit",
"org.mockito.internal.listeners",
"org.mockito.internal.matchers",
"org.mockito.internal.matchers.apachecommons",
"org.mockito.internal.matchers.text",
"org.mockito.internal.progress",
"org.mockito.internal.reporting",
"org.mockito.internal.runners",
"org.mockito.internal.runners.util",
"org.mockito.internal.session",
"org.mockito.internal.stubbing",
"org.mockito.internal.stubbing.answers",
"org.mockito.internal.stubbing.defaultanswers",
"org.mockito.internal.util",
"org.mockito.internal.util.collections",
"org.mockito.internal.util.concurrent",
"org.mockito.internal.util.io",
"org.mockito.internal.util.reflection",
"org.mockito.internal.verification",
"org.mockito.internal.verification.api",
"org.mockito.internal.verification.argumentmatching",
"org.mockito.internal.verification.checkers",
"org.mockito.invocation",
"org.mockito.junit",
"org.mockito.listeners",
"org.mockito.mock",
"org.mockito.plugins",
"org.mockito.quality",
"org.mockito.session",
"org.mockito.stubbing",
"org.mockito.verification"
],
"sha256": "1327bd8e0fab61be72d2cbe8b7b72f789f88644c9d5da5be23f9ec2a47c476ce",
"url": "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar"
},
{
"coord": "org.mockito:mockito-core:jar:sources:4.8.1",
"dependencies": [
"net.bytebuddy:byte-buddy-agent:jar:sources:1.12.16",
"net.bytebuddy:byte-buddy:jar:sources:1.12.16",
"org.objenesis:objenesis:jar:sources:3.2"
],
"directDependencies": [
"net.bytebuddy:byte-buddy-agent:jar:sources:1.12.16",
"net.bytebuddy:byte-buddy:jar:sources:1.12.16",
"org.objenesis:objenesis:jar:sources:3.2"
],
"file": "v1/https/repo1.maven.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar"
],
"packages": [],
"sha256": "ce838ecfb69eb08eaa6be552267aa6393a805ea7143fe00f3e79163dcbb5e820",
"url": "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar"
},
{
"coord": "org.objenesis:objenesis:3.2",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar"
],
"packages": [
"org.objenesis",
"org.objenesis.instantiator",
"org.objenesis.instantiator.android",
"org.objenesis.instantiator.annotations",
"org.objenesis.instantiator.basic",
"org.objenesis.instantiator.gcj",
"org.objenesis.instantiator.perc",
"org.objenesis.instantiator.sun",
"org.objenesis.instantiator.util",
"org.objenesis.strategy"
],
"sha256": "03d960bd5aef03c653eb000413ada15eb77cdd2b8e4448886edf5692805e35f3",
"url": "https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar"
},
{
"coord": "org.objenesis:objenesis:jar:sources:3.2",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2-sources.jar"
],
"packages": [],
"sha256": "56a7987f5746bd809c363e29055c41f5472a086b0e0e32248693e064d10bc306",
"url": "https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2-sources.jar"
},
{
"coord": "org.opentest4j:opentest4j:1.2.0",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar"
],
"packages": [
"org.opentest4j"
],
"sha256": "58812de60898d976fb81ef3b62da05c6604c18fd4a249f5044282479fc286af2",
"url": "https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar"
},
{
"coord": "org.opentest4j:opentest4j:jar:sources:1.2.0",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar"
],
"packages": [],
"sha256": "b63495ef700fb2af2cdee8dd68659b27822650058234a602f9ed1d14b909a1a8",
"url": "https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar"
}
],
"version": "0.1.0"
}
}