-
Notifications
You must be signed in to change notification settings - Fork 10
/
maven_install.json
850 lines (850 loc) · 52 KB
/
maven_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
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
{
"dependency_tree": {
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": 418643565,
"conflict_resolution": {
"com.google.guava:guava:28.1-jre": "com.google.guava:guava:32.1.2-jre"
},
"dependencies": [
{
"coord": "com.github.pcj:google-options:1.0.0",
"dependencies": [
"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava",
"com.google.errorprone:error_prone_annotations:2.18.0",
"com.google.j2objc:j2objc-annotations:2.8",
"com.google.guava:guava:32.1.2-jre",
"com.google.code.findbugs:jsr305:3.0.2",
"org.checkerframework:checker-qual:3.33.0",
"com.google.guava:failureaccess:1.0.1"
],
"directDependencies": [
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.guava:guava:32.1.2-jre"
],
"file": "v1/https/jcenter.bintray.com/com/github/pcj/google-options/1.0.0/google-options-1.0.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/github/pcj/google-options/1.0.0/google-options-1.0.0.jar",
"https://maven.google.com/com/github/pcj/google-options/1.0.0/google-options-1.0.0.jar",
"https://repo1.maven.org/maven2/com/github/pcj/google-options/1.0.0/google-options-1.0.0.jar"
],
"sha256": "f1f84449b46390a7fa73aac0b5acdec4312d6174146af0db1c92425c7005fdce",
"url": "https://jcenter.bintray.com/com/github/pcj/google-options/1.0.0/google-options-1.0.0.jar"
},
{
"coord": "com.github.vbmacher:java-cup-runtime:11b-20160615",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/github/vbmacher/java-cup-runtime/11b-20160615/java-cup-runtime-11b-20160615.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/github/vbmacher/java-cup-runtime/11b-20160615/java-cup-runtime-11b-20160615.jar",
"https://maven.google.com/com/github/vbmacher/java-cup-runtime/11b-20160615/java-cup-runtime-11b-20160615.jar",
"https://repo1.maven.org/maven2/com/github/vbmacher/java-cup-runtime/11b-20160615/java-cup-runtime-11b-20160615.jar"
],
"sha256": "68b6031a9ecaacb48c505471abaf1dfcf197036b2d41e0fa87ed52354a1ce662",
"url": "https://jcenter.bintray.com/com/github/vbmacher/java-cup-runtime/11b-20160615/java-cup-runtime-11b-20160615.jar"
},
{
"coord": "com.github.vbmacher:java-cup:11b-20160615",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/github/vbmacher/java-cup/11b-20160615/java-cup-11b-20160615.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/github/vbmacher/java-cup/11b-20160615/java-cup-11b-20160615.jar",
"https://maven.google.com/com/github/vbmacher/java-cup/11b-20160615/java-cup-11b-20160615.jar",
"https://repo1.maven.org/maven2/com/github/vbmacher/java-cup/11b-20160615/java-cup-11b-20160615.jar"
],
"sha256": "b6b27727d80f563950b20b3b6b5062ae7ce78a1b61a0f3113f42164ce0b31d5f",
"url": "https://jcenter.bintray.com/com/github/vbmacher/java-cup/11b-20160615/java-cup-11b-20160615.jar"
},
{
"coord": "com.google.auto.value:auto-value-annotations:1.6.3",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/auto/value/auto-value-annotations/1.6.3/auto-value-annotations-1.6.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/auto/value/auto-value-annotations/1.6.3/auto-value-annotations-1.6.3.jar",
"https://maven.google.com/com/google/auto/value/auto-value-annotations/1.6.3/auto-value-annotations-1.6.3.jar",
"https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.6.3/auto-value-annotations-1.6.3.jar"
],
"sha256": "0e951fee8c31f60270bc46553a8586001b7b93dbb12aec06373aa99a150392c0",
"url": "https://jcenter.bintray.com/com/google/auto/value/auto-value-annotations/1.6.3/auto-value-annotations-1.6.3.jar"
},
{
"coord": "com.google.auto.value:auto-value:1.5.3",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/auto/value/auto-value/1.5.3/auto-value-1.5.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/auto/value/auto-value/1.5.3/auto-value-1.5.3.jar",
"https://maven.google.com/com/google/auto/value/auto-value/1.5.3/auto-value-1.5.3.jar",
"https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.5.3/auto-value-1.5.3.jar"
],
"sha256": "238d3b7535096d782d08576d1e42f79480713ff0794f511ff2cc147363ec072d",
"url": "https://jcenter.bintray.com/com/google/auto/value/auto-value/1.5.3/auto-value-1.5.3.jar"
},
{
"coord": "com.google.code.findbugs:jsr305:3.0.2",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
"https://maven.google.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
"https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar"
],
"sha256": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7",
"url": "https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar"
},
{
"coord": "com.google.code.gson:gson:2.10.1",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar",
"https://maven.google.com/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar",
"https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar"
],
"sha256": "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593",
"url": "https://jcenter.bintray.com/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar"
},
{
"coord": "com.google.errorprone:error_prone_annotations:2.18.0",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar",
"https://maven.google.com/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar",
"https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar"
],
"sha256": "9e6814cb71816988a4fd1b07a993a8f21bb7058d522c162b1de849e19bea54ae",
"url": "https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar"
},
{
"coord": "com.google.guava:failureaccess:1.0.1",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar",
"https://maven.google.com/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar",
"https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar"
],
"sha256": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26",
"url": "https://jcenter.bintray.com/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar"
},
{
"coord": "com.google.guava:guava:32.1.2-jre",
"dependencies": [
"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava",
"com.google.errorprone:error_prone_annotations:2.18.0",
"com.google.j2objc:j2objc-annotations:2.8",
"com.google.code.findbugs:jsr305:3.0.2",
"org.checkerframework:checker-qual:3.33.0",
"com.google.guava:failureaccess:1.0.1"
],
"directDependencies": [
"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava",
"com.google.errorprone:error_prone_annotations:2.18.0",
"com.google.j2objc:j2objc-annotations:2.8",
"com.google.code.findbugs:jsr305:3.0.2",
"org.checkerframework:checker-qual:3.33.0",
"com.google.guava:failureaccess:1.0.1"
],
"file": "v1/https/jcenter.bintray.com/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar",
"https://maven.google.com/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar",
"https://repo1.maven.org/maven2/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar"
],
"sha256": "bc65dea7cfd9e4dacf8419d8af0e741655857d27885bb35d943d7187fc3a8fce",
"url": "https://jcenter.bintray.com/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar"
},
{
"coord": "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar",
"https://maven.google.com/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar",
"https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"
],
"sha256": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99",
"url": "https://jcenter.bintray.com/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"
},
{
"coord": "com.google.j2objc:j2objc-annotations:2.8",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar",
"https://maven.google.com/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar",
"https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar"
],
"sha256": "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed",
"url": "https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar"
},
{
"coord": "com.google.protobuf:protobuf-java-util:3.24.3",
"dependencies": [
"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava",
"com.google.errorprone:error_prone_annotations:2.18.0",
"com.google.j2objc:j2objc-annotations:2.8",
"com.google.guava:guava:32.1.2-jre",
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.protobuf:protobuf-java:3.24.3",
"org.checkerframework:checker-qual:3.33.0",
"com.google.code.gson:gson:2.10.1",
"com.google.guava:failureaccess:1.0.1"
],
"directDependencies": [
"com.google.errorprone:error_prone_annotations:2.18.0",
"com.google.j2objc:j2objc-annotations:2.8",
"com.google.guava:guava:32.1.2-jre",
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.protobuf:protobuf-java:3.24.3",
"com.google.code.gson:gson:2.10.1"
],
"file": "v1/https/jcenter.bintray.com/com/google/protobuf/protobuf-java-util/3.24.3/protobuf-java-util-3.24.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/protobuf/protobuf-java-util/3.24.3/protobuf-java-util-3.24.3.jar",
"https://maven.google.com/com/google/protobuf/protobuf-java-util/3.24.3/protobuf-java-util-3.24.3.jar",
"https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.3/protobuf-java-util-3.24.3.jar"
],
"sha256": "359e5e0833a49e845080441ce1dba42db80bddbc96bebbb2761a1617a31345f8",
"url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java-util/3.24.3/protobuf-java-util-3.24.3.jar"
},
{
"coord": "com.google.protobuf:protobuf-java:3.24.3",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/google/protobuf/protobuf-java/3.24.3/protobuf-java-3.24.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.24.3/protobuf-java-3.24.3.jar",
"https://maven.google.com/com/google/protobuf/protobuf-java/3.24.3/protobuf-java-3.24.3.jar",
"https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.3/protobuf-java-3.24.3.jar"
],
"sha256": "9cf913527c3cd7358a89f9b3e886530d1c85ba8accc302265344b2344a36bb20",
"url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.24.3/protobuf-java-3.24.3.jar"
},
{
"coord": "com.google.truth:truth:1.0",
"dependencies": [
"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava",
"com.google.errorprone:error_prone_annotations:2.18.0",
"com.google.j2objc:j2objc-annotations:2.8",
"com.google.guava:guava:32.1.2-jre",
"com.google.code.findbugs:jsr305:3.0.2",
"junit:junit:4.12",
"org.hamcrest:hamcrest-core:1.3",
"org.checkerframework:checker-qual:3.33.0",
"com.googlecode.java-diff-utils:diffutils:1.3.0",
"com.google.guava:failureaccess:1.0.1",
"com.google.auto.value:auto-value-annotations:1.6.3",
"org.checkerframework:checker-compat-qual:2.5.5"
],
"directDependencies": [
"com.google.errorprone:error_prone_annotations:2.18.0",
"com.google.guava:guava:32.1.2-jre",
"junit:junit:4.12",
"com.googlecode.java-diff-utils:diffutils:1.3.0",
"com.google.auto.value:auto-value-annotations:1.6.3",
"org.checkerframework:checker-compat-qual:2.5.5"
],
"file": "v1/https/jcenter.bintray.com/com/google/truth/truth/1.0/truth-1.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/google/truth/truth/1.0/truth-1.0.jar",
"https://maven.google.com/com/google/truth/truth/1.0/truth-1.0.jar",
"https://repo1.maven.org/maven2/com/google/truth/truth/1.0/truth-1.0.jar"
],
"sha256": "edaa12f3b581fcf1c07311e94af8766919c4f3d904b00d3503147b99bf5b4004",
"url": "https://jcenter.bintray.com/com/google/truth/truth/1.0/truth-1.0.jar"
},
{
"coord": "com.googlecode.java-diff-utils:diffutils:1.3.0",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar",
"https://maven.google.com/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar",
"https://repo1.maven.org/maven2/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar"
],
"sha256": "61ba4dc49adca95243beaa0569adc2a23aedb5292ae78aa01186fa782ebdc5c2",
"url": "https://jcenter.bintray.com/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar"
},
{
"coord": "com.googlecode.lanterna:lanterna:3.1.1",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/com/googlecode/lanterna/lanterna/3.1.1/lanterna-3.1.1.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/googlecode/lanterna/lanterna/3.1.1/lanterna-3.1.1.jar",
"https://maven.google.com/com/googlecode/lanterna/lanterna/3.1.1/lanterna-3.1.1.jar",
"https://repo1.maven.org/maven2/com/googlecode/lanterna/lanterna/3.1.1/lanterna-3.1.1.jar"
],
"sha256": "ef3c42797616e6ff6b8ad9ef9304693ca7604a9b429a44f71c939a3604075264",
"url": "https://jcenter.bintray.com/com/googlecode/lanterna/lanterna/3.1.1/lanterna-3.1.1.jar"
},
{
"coord": "com.squareup.okhttp3:okhttp:4.11.0",
"dependencies": [
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains:annotations:22.0.0",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20",
"com.squareup.okio:okio-jvm:3.2.0",
"com.squareup.okio:okio:3.2.0"
],
"directDependencies": [
"com.squareup.okio:okio:3.2.0",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20"
],
"file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar",
"https://maven.google.com/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar",
"https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar"
],
"sha256": "ee8f6bd6cd1257013d748330f4ca147638a9fbcb52fb388d5ac93cf53408745d",
"url": "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar"
},
{
"coord": "com.squareup.okio:okio-jvm:3.2.0",
"dependencies": [
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains:annotations:22.0.0",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20"
],
"directDependencies": [
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20"
],
"file": "v1/https/jcenter.bintray.com/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar",
"https://maven.google.com/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar",
"https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar"
],
"sha256": "b642baef4c570055de4cb3d1667b2b16dced901ff8066345a063691aa06025a4",
"url": "https://jcenter.bintray.com/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar"
},
{
"coord": "com.squareup.okio:okio:3.2.0",
"dependencies": [
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains:annotations:22.0.0",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20",
"com.squareup.okio:okio-jvm:3.2.0"
],
"directDependencies": [
"com.squareup.okio:okio-jvm:3.2.0"
],
"file": "v1/https/jcenter.bintray.com/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar",
"https://maven.google.com/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar",
"https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar"
],
"sha256": "dca932cb2029b6c9e26770f87db08b14d481ffe8131a59f369a2385c11be4e2d",
"url": "https://jcenter.bintray.com/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar"
},
{
"coord": "com.squareup.retrofit2:retrofit:2.7.2",
"dependencies": [
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"com.squareup.okhttp3:okhttp:4.11.0",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains:annotations:22.0.0",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20",
"com.squareup.okio:okio-jvm:3.2.0",
"com.squareup.okio:okio:3.2.0"
],
"directDependencies": [
"com.squareup.okhttp3:okhttp:4.11.0"
],
"file": "v1/https/jcenter.bintray.com/com/squareup/retrofit2/retrofit/2.7.2/retrofit-2.7.2.jar",
"mirror_urls": [
"https://jcenter.bintray.com/com/squareup/retrofit2/retrofit/2.7.2/retrofit-2.7.2.jar",
"https://maven.google.com/com/squareup/retrofit2/retrofit/2.7.2/retrofit-2.7.2.jar",
"https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.7.2/retrofit-2.7.2.jar"
],
"sha256": "54b9d05e90fb5ae6777329fabb9b345705b3e2074d3729313d84fae727129f6b",
"url": "https://jcenter.bintray.com/com/squareup/retrofit2/retrofit/2.7.2/retrofit-2.7.2.jar"
},
{
"coord": "de.jflex:jflex:1.8.2",
"dependencies": [
"org.apache.ant:ant:1.10.5",
"com.github.vbmacher:java-cup-runtime:11b-20160615",
"org.apache.ant:ant-launcher:1.10.5"
],
"directDependencies": [
"com.github.vbmacher:java-cup-runtime:11b-20160615",
"org.apache.ant:ant:1.10.5"
],
"file": "v1/https/jcenter.bintray.com/de/jflex/jflex/1.8.2/jflex-1.8.2.jar",
"mirror_urls": [
"https://jcenter.bintray.com/de/jflex/jflex/1.8.2/jflex-1.8.2.jar",
"https://maven.google.com/de/jflex/jflex/1.8.2/jflex-1.8.2.jar",
"https://repo1.maven.org/maven2/de/jflex/jflex/1.8.2/jflex-1.8.2.jar"
],
"sha256": "151bf841f406febd2a34d511ff9123a78f4852f957055f4d436112c4ac1f87a8",
"url": "https://jcenter.bintray.com/de/jflex/jflex/1.8.2/jflex-1.8.2.jar"
},
{
"coord": "io.activej:activej-bytebuf:5.4.3",
"dependencies": [
"org.slf4j:slf4j-api:2.0.7",
"io.activej:activej-types:5.4.3",
"io.activej:activej-common:5.4.3",
"org.jetbrains:annotations:22.0.0"
],
"directDependencies": [
"io.activej:activej-common:5.4.3",
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-bytebuf/5.4.3/activej-bytebuf-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-bytebuf/5.4.3/activej-bytebuf-5.4.3.jar",
"https://maven.google.com/io/activej/activej-bytebuf/5.4.3/activej-bytebuf-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-bytebuf/5.4.3/activej-bytebuf-5.4.3.jar"
],
"sha256": "25e9750fb75abd1b61568e00b0dea4e5417eddde982743d90d3c7570362857c7",
"url": "https://jcenter.bintray.com/io/activej/activej-bytebuf/5.4.3/activej-bytebuf-5.4.3.jar"
},
{
"coord": "io.activej:activej-common:5.4.3",
"dependencies": [
"org.slf4j:slf4j-api:2.0.7",
"io.activej:activej-types:5.4.3",
"org.jetbrains:annotations:22.0.0"
],
"directDependencies": [
"io.activej:activej-types:5.4.3",
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-common/5.4.3/activej-common-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-common/5.4.3/activej-common-5.4.3.jar",
"https://maven.google.com/io/activej/activej-common/5.4.3/activej-common-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-common/5.4.3/activej-common-5.4.3.jar"
],
"sha256": "9e98e4e3d8f408da33aa12e5f3c93ca90ea4083884e8695263f7e81d6931aed0",
"url": "https://jcenter.bintray.com/io/activej/activej-common/5.4.3/activej-common-5.4.3.jar"
},
{
"coord": "io.activej:activej-csp:5.4.3",
"dependencies": [
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7",
"io.activej:activej-jmx-stats:5.4.3",
"io.activej:activej-types:5.4.3",
"io.activej:activej-common:5.4.3",
"io.activej:activej-promise:5.4.3",
"io.activej:activej-eventloop:5.4.3",
"io.activej:activej-jmxapi:5.4.3",
"io.activej:activej-bytebuf:5.4.3",
"io.activej:activej-net:5.4.3"
],
"directDependencies": [
"io.activej:activej-net:5.4.3",
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-csp/5.4.3/activej-csp-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-csp/5.4.3/activej-csp-5.4.3.jar",
"https://maven.google.com/io/activej/activej-csp/5.4.3/activej-csp-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-csp/5.4.3/activej-csp-5.4.3.jar"
],
"sha256": "b66a216c3e17cf5ddd08eb49780314a0e5b81cdf30646f6e390bf5129072d008",
"url": "https://jcenter.bintray.com/io/activej/activej-csp/5.4.3/activej-csp-5.4.3.jar"
},
{
"coord": "io.activej:activej-eventloop:5.4.3",
"dependencies": [
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7",
"io.activej:activej-jmx-stats:5.4.3",
"io.activej:activej-types:5.4.3",
"io.activej:activej-common:5.4.3",
"io.activej:activej-jmxapi:5.4.3"
],
"directDependencies": [
"io.activej:activej-common:5.4.3",
"io.activej:activej-jmx-stats:5.4.3",
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-eventloop/5.4.3/activej-eventloop-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-eventloop/5.4.3/activej-eventloop-5.4.3.jar",
"https://maven.google.com/io/activej/activej-eventloop/5.4.3/activej-eventloop-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-eventloop/5.4.3/activej-eventloop-5.4.3.jar"
],
"sha256": "97b785712448c11e3638e84f4d3f743ab8a4a50195f46c356583361d41b09a01",
"url": "https://jcenter.bintray.com/io/activej/activej-eventloop/5.4.3/activej-eventloop-5.4.3.jar"
},
{
"coord": "io.activej:activej-http:5.4.3",
"dependencies": [
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7",
"io.activej:activej-jmx-stats:5.4.3",
"io.activej:activej-types:5.4.3",
"io.activej:activej-common:5.4.3",
"io.activej:activej-promise:5.4.3",
"io.activej:activej-eventloop:5.4.3",
"io.activej:activej-jmxapi:5.4.3",
"io.activej:activej-bytebuf:5.4.3",
"io.activej:activej-csp:5.4.3",
"io.activej:activej-net:5.4.3"
],
"directDependencies": [
"io.activej:activej-csp:5.4.3",
"io.activej:activej-net:5.4.3",
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-http/5.4.3/activej-http-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-http/5.4.3/activej-http-5.4.3.jar",
"https://maven.google.com/io/activej/activej-http/5.4.3/activej-http-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-http/5.4.3/activej-http-5.4.3.jar"
],
"sha256": "389b44d737c425f5f6eaedf9552ae18c66631332034b13c235c7c0aedc76f991",
"url": "https://jcenter.bintray.com/io/activej/activej-http/5.4.3/activej-http-5.4.3.jar"
},
{
"coord": "io.activej:activej-jmx-stats:5.4.3",
"dependencies": [
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7",
"io.activej:activej-types:5.4.3",
"io.activej:activej-common:5.4.3",
"io.activej:activej-jmxapi:5.4.3"
],
"directDependencies": [
"io.activej:activej-common:5.4.3",
"io.activej:activej-jmxapi:5.4.3",
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-jmx-stats/5.4.3/activej-jmx-stats-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-jmx-stats/5.4.3/activej-jmx-stats-5.4.3.jar",
"https://maven.google.com/io/activej/activej-jmx-stats/5.4.3/activej-jmx-stats-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-jmx-stats/5.4.3/activej-jmx-stats-5.4.3.jar"
],
"sha256": "292af6d50fb0cff2ea93e6746352bf2364a9450ae11939deecdd3d1178ffa41c",
"url": "https://jcenter.bintray.com/io/activej/activej-jmx-stats/5.4.3/activej-jmx-stats-5.4.3.jar"
},
{
"coord": "io.activej:activej-jmxapi:5.4.3",
"dependencies": [
"org.slf4j:slf4j-api:2.0.7",
"org.jetbrains:annotations:22.0.0"
],
"directDependencies": [
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-jmxapi/5.4.3/activej-jmxapi-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-jmxapi/5.4.3/activej-jmxapi-5.4.3.jar",
"https://maven.google.com/io/activej/activej-jmxapi/5.4.3/activej-jmxapi-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-jmxapi/5.4.3/activej-jmxapi-5.4.3.jar"
],
"sha256": "a87a0460ecd073e356ba072be70e82ee35026dec11718029b3e9fc00954923eb",
"url": "https://jcenter.bintray.com/io/activej/activej-jmxapi/5.4.3/activej-jmxapi-5.4.3.jar"
},
{
"coord": "io.activej:activej-net:5.4.3",
"dependencies": [
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7",
"io.activej:activej-jmx-stats:5.4.3",
"io.activej:activej-types:5.4.3",
"io.activej:activej-common:5.4.3",
"io.activej:activej-promise:5.4.3",
"io.activej:activej-eventloop:5.4.3",
"io.activej:activej-jmxapi:5.4.3",
"io.activej:activej-bytebuf:5.4.3"
],
"directDependencies": [
"io.activej:activej-bytebuf:5.4.3",
"io.activej:activej-promise:5.4.3",
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-net/5.4.3/activej-net-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-net/5.4.3/activej-net-5.4.3.jar",
"https://maven.google.com/io/activej/activej-net/5.4.3/activej-net-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-net/5.4.3/activej-net-5.4.3.jar"
],
"sha256": "531823aa9a07b920d8db701969faa5b9b3c42cd89f6609b74cbf5cc4eee4141c",
"url": "https://jcenter.bintray.com/io/activej/activej-net/5.4.3/activej-net-5.4.3.jar"
},
{
"coord": "io.activej:activej-promise:5.4.3",
"dependencies": [
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7",
"io.activej:activej-jmx-stats:5.4.3",
"io.activej:activej-types:5.4.3",
"io.activej:activej-common:5.4.3",
"io.activej:activej-eventloop:5.4.3",
"io.activej:activej-jmxapi:5.4.3"
],
"directDependencies": [
"io.activej:activej-eventloop:5.4.3",
"io.activej:activej-jmx-stats:5.4.3",
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-promise/5.4.3/activej-promise-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-promise/5.4.3/activej-promise-5.4.3.jar",
"https://maven.google.com/io/activej/activej-promise/5.4.3/activej-promise-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-promise/5.4.3/activej-promise-5.4.3.jar"
],
"sha256": "30fec36791bcc6b5aad06f2bbc4b109e269865903d7ba396c8ac776cb76ab736",
"url": "https://jcenter.bintray.com/io/activej/activej-promise/5.4.3/activej-promise-5.4.3.jar"
},
{
"coord": "io.activej:activej-types:5.4.3",
"dependencies": [
"org.slf4j:slf4j-api:2.0.7",
"org.jetbrains:annotations:22.0.0"
],
"directDependencies": [
"org.jetbrains:annotations:22.0.0",
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/io/activej/activej-types/5.4.3/activej-types-5.4.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/io/activej/activej-types/5.4.3/activej-types-5.4.3.jar",
"https://maven.google.com/io/activej/activej-types/5.4.3/activej-types-5.4.3.jar",
"https://repo1.maven.org/maven2/io/activej/activej-types/5.4.3/activej-types-5.4.3.jar"
],
"sha256": "79384b7e18fb2ab9f9a27a64302a82642227eb9e23eb424f44f465933f2abc71",
"url": "https://jcenter.bintray.com/io/activej/activej-types/5.4.3/activej-types-5.4.3.jar"
},
{
"coord": "junit:junit:4.12",
"dependencies": [
"org.hamcrest:hamcrest-core:1.3"
],
"directDependencies": [
"org.hamcrest:hamcrest-core:1.3"
],
"file": "v1/https/jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar",
"mirror_urls": [
"https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar",
"https://maven.google.com/junit/junit/4.12/junit-4.12.jar",
"https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar"
],
"sha256": "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a",
"url": "https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar"
},
{
"coord": "org.apache.ant:ant-launcher:1.10.5",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.jar",
"https://maven.google.com/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.jar",
"https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.jar"
],
"sha256": "0387dc76d0ac68ba08a8eac53bc175cb505cd5625cc1b6c49727dfe20def455b",
"url": "https://jcenter.bintray.com/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.jar"
},
{
"coord": "org.apache.ant:ant:1.10.5",
"dependencies": [
"org.apache.ant:ant-launcher:1.10.5"
],
"directDependencies": [
"org.apache.ant:ant-launcher:1.10.5"
],
"file": "v1/https/jcenter.bintray.com/org/apache/ant/ant/1.10.5/ant-1.10.5.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/apache/ant/ant/1.10.5/ant-1.10.5.jar",
"https://maven.google.com/org/apache/ant/ant/1.10.5/ant-1.10.5.jar",
"https://repo1.maven.org/maven2/org/apache/ant/ant/1.10.5/ant-1.10.5.jar"
],
"sha256": "a31f74f3d00929ed0028f0d5c58c9a549c5885ef7d90db06f5ba1737e9c4520b",
"url": "https://jcenter.bintray.com/org/apache/ant/ant/1.10.5/ant-1.10.5.jar"
},
{
"coord": "org.checkerframework:checker-compat-qual:2.5.5",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar",
"https://maven.google.com/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar",
"https://repo1.maven.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar"
],
"sha256": "11d134b245e9cacc474514d2d66b5b8618f8039a1465cdc55bbc0b34e0008b7a",
"url": "https://jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar"
},
{
"coord": "org.checkerframework:checker-qual:3.33.0",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar",
"https://maven.google.com/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar",
"https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar"
],
"sha256": "e316255bbfcd9fe50d165314b85abb2b33cb2a66a93c491db648e498a82c2de1",
"url": "https://jcenter.bintray.com/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar"
},
{
"coord": "org.hamcrest:hamcrest-core:1.3",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar",
"https://maven.google.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar",
"https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"
],
"sha256": "66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9",
"url": "https://jcenter.bintray.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"
},
{
"coord": "org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-common/1.6.20/kotlin-stdlib-common-1.6.20.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-common/1.6.20/kotlin-stdlib-common-1.6.20.jar",
"https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-common/1.6.20/kotlin-stdlib-common-1.6.20.jar",
"https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.6.20/kotlin-stdlib-common-1.6.20.jar"
],
"sha256": "8da40a2520d30dcb1012176fe93d24e82d08a3e346c37e0343b0fb6f64f6be01",
"url": "https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-common/1.6.20/kotlin-stdlib-common-1.6.20.jar"
},
{
"coord": "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20",
"dependencies": [
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains:annotations:22.0.0"
],
"directDependencies": [
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20"
],
"file": "v1/https/jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.6.20/kotlin-stdlib-jdk7-1.6.20.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.6.20/kotlin-stdlib-jdk7-1.6.20.jar",
"https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.6.20/kotlin-stdlib-jdk7-1.6.20.jar",
"https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.6.20/kotlin-stdlib-jdk7-1.6.20.jar"
],
"sha256": "aa2fa2e81355c4d98dd97da2169bf401f842261378f5b1cbea1aa11855d67620",
"url": "https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.6.20/kotlin-stdlib-jdk7-1.6.20.jar"
},
{
"coord": "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20",
"dependencies": [
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains:annotations:22.0.0"
],
"directDependencies": [
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20"
],
"file": "v1/https/jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.6.20/kotlin-stdlib-jdk8-1.6.20.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.6.20/kotlin-stdlib-jdk8-1.6.20.jar",
"https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.6.20/kotlin-stdlib-jdk8-1.6.20.jar",
"https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.6.20/kotlin-stdlib-jdk8-1.6.20.jar"
],
"sha256": "fdab1bf120e2b5e7ab6d7888e9ebc024ec6b8ca729361296395dab634b213695",
"url": "https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.6.20/kotlin-stdlib-jdk8-1.6.20.jar"
},
{
"coord": "org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"dependencies": [
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"org.jetbrains:annotations:22.0.0"
],
"directDependencies": [
"org.jetbrains:annotations:22.0.0",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20"
],
"file": "v1/https/jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.6.20/kotlin-stdlib-1.6.20.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.6.20/kotlin-stdlib-1.6.20.jar",
"https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib/1.6.20/kotlin-stdlib-1.6.20.jar",
"https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.6.20/kotlin-stdlib-1.6.20.jar"
],
"sha256": "eeb51c2b67b26233fd81d0bc4f8044ec849718890905763ceffd84a31e2cb799",
"url": "https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.6.20/kotlin-stdlib-1.6.20.jar"
},
{
"coord": "org.jetbrains:annotations:22.0.0",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/org/jetbrains/annotations/22.0.0/annotations-22.0.0.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/jetbrains/annotations/22.0.0/annotations-22.0.0.jar",
"https://maven.google.com/org/jetbrains/annotations/22.0.0/annotations-22.0.0.jar",
"https://repo1.maven.org/maven2/org/jetbrains/annotations/22.0.0/annotations-22.0.0.jar"
],
"sha256": "9f45f5d5184d50a777742389a7a6e6a5b0bf90b316919774d8336f94776c31b2",
"url": "https://jcenter.bintray.com/org/jetbrains/annotations/22.0.0/annotations-22.0.0.jar"
},
{
"coord": "org.slf4j:slf4j-api:2.0.7",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/jcenter.bintray.com/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar",
"https://maven.google.com/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar",
"https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar"
],
"sha256": "5d6298b93a1905c32cda6478808ac14c2d4a47e91535e53c41f7feeb85d946f4",
"url": "https://jcenter.bintray.com/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar"
},
{
"coord": "org.slf4j:slf4j-nop:2.0.7",
"dependencies": [
"org.slf4j:slf4j-api:2.0.7"
],
"directDependencies": [
"org.slf4j:slf4j-api:2.0.7"
],
"file": "v1/https/jcenter.bintray.com/org/slf4j/slf4j-nop/2.0.7/slf4j-nop-2.0.7.jar",
"mirror_urls": [
"https://jcenter.bintray.com/org/slf4j/slf4j-nop/2.0.7/slf4j-nop-2.0.7.jar",
"https://maven.google.com/org/slf4j/slf4j-nop/2.0.7/slf4j-nop-2.0.7.jar",
"https://repo1.maven.org/maven2/org/slf4j/slf4j-nop/2.0.7/slf4j-nop-2.0.7.jar"
],
"sha256": "5411a0d44e2725182271230b9fb4c2c4062c1b5fa7df2d83e00c0302733db173",
"url": "https://jcenter.bintray.com/org/slf4j/slf4j-nop/2.0.7/slf4j-nop-2.0.7.jar"
}
],
"version": "0.1.0"
}
}