-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgradle.lock
More file actions
1522 lines (1522 loc) · 80.6 KB
/
gradle.lock
File metadata and controls
1522 lines (1522 loc) · 80.6 KB
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
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"club.minnced:opus-java:1.1.1": {
"opus-java-1.1.1.jar": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java/1.1.1/opus-java-1.1.1.jar",
"hash": "sha256-hbk+tCGY62NhOxblul12E5eqkUAUfMhBW5lviDM0TL0="
},
"opus-java-1.1.1.module": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java/1.1.1/opus-java-1.1.1.module",
"hash": "sha256-gzsPcElqcDiNXv4cnLKSjOH8phos8JugAO/gftlLoxA="
},
"opus-java-1.1.1.pom": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java/1.1.1/opus-java-1.1.1.pom",
"hash": "sha256-IIiyBhlrDg7Vs57qZDExkWx9BukUhh5+yJtUSCgnyF0="
}
},
"club.minnced:opus-java-api:1.1.1": {
"opus-java-api-1.1.1.jar": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java-api/1.1.1/opus-java-api-1.1.1.jar",
"hash": "sha256-fNgYSCcizSgJsUqu0YVvCEg4+QSTtp0bgZhox3hGbPs="
},
"opus-java-api-1.1.1.module": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java-api/1.1.1/opus-java-api-1.1.1.module",
"hash": "sha256-819vJnbhg5ld81kNooNrltOnheLY5qyZeoo8uGrMe9k="
},
"opus-java-api-1.1.1.pom": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java-api/1.1.1/opus-java-api-1.1.1.pom",
"hash": "sha256-KpVkr8nsaCcozMzrVeFaPcLg1tmrAJBSkh9sw+6hAwI="
}
},
"club.minnced:opus-java-natives:1.1.1": {
"opus-java-natives-1.1.1.jar": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java-natives/1.1.1/opus-java-natives-1.1.1.jar",
"hash": "sha256-04+nYpqHBbian8JmIJIkFH8O/fv5vo5aaIWDzyF19cM="
},
"opus-java-natives-1.1.1.module": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java-natives/1.1.1/opus-java-natives-1.1.1.module",
"hash": "sha256-zu24CZ0PHImigYvRo9ACPujYRh4FbretE2hB3+17pPE="
},
"opus-java-natives-1.1.1.pom": {
"url": "https://repo.maven.apache.org/maven2/club/minnced/opus-java-natives/1.1.1/opus-java-natives-1.1.1.pom",
"hash": "sha256-xPOUxkl+ZChijux4ZSHnUS3bM0TtsYY5fiJ2kUA12gw="
}
},
"com.fasterxml:oss-parent:56": {
"oss-parent-56.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom",
"hash": "sha256-/UkfeIV0JBBtLj1gW815m1PTGlZc3IaEY8p+h120WlA="
}
},
"com.fasterxml.jackson:jackson-base:2.16.0": {
"jackson-base-2.16.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.16.0/jackson-base-2.16.0.pom",
"hash": "sha256-+bdHbsN5ihJfFMnaVG+nr4YerZOhmZssDTY7lZLCM24="
}
},
"com.fasterxml.jackson:jackson-bom:2.16.0": {
"jackson-bom-2.16.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom",
"hash": "sha256-Wqooh0QFvwT7qOLFcVkieCRGG6b31VKr246NOgum+L8="
}
},
"com.fasterxml.jackson:jackson-parent:2.16": {
"jackson-parent-2.16.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom",
"hash": "sha256-i/YUKBIUiiq/aFCycvCvTD2P8RIe1gTEAvPzjJ5lRqs="
}
},
"com.fasterxml.jackson.core:jackson-annotations:2.16.0": {
"jackson-annotations-2.16.0.jar": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.jar",
"hash": "sha256-xLkOoMAHTaF+/cOqI5c1JfJdbzRyVpIWl0j1KVRzNKY="
},
"jackson-annotations-2.16.0.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.module",
"hash": "sha256-2muqKZlx1AlmEZSpxtRocUgz60oRJ2xUQ6AwYDRXwHY="
},
"jackson-annotations-2.16.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.pom",
"hash": "sha256-I9/hBTAQeXluc77ntCRmGlYnIMd5BaxPepf1e3KUdVc="
}
},
"com.fasterxml.jackson.core:jackson-core:2.16.0": {
"jackson-core-2.16.0.jar": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.jar",
"hash": "sha256-ZuLN5Mx+Vl1fziopmLZOmRd3v5+tTSIHNcUl/Y0Bwxo="
},
"jackson-core-2.16.0.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.module",
"hash": "sha256-ftx2yi4pRF7yq+ARHF1nQ1yTT4+6rSF1cHNM8lM1LSw="
},
"jackson-core-2.16.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.pom",
"hash": "sha256-lbpouk0OA/SgzOZ7BkHqThDgtESD6drELII97HiWgG0="
}
},
"com.fasterxml.jackson.core:jackson-databind:2.16.0": {
"jackson-databind-2.16.0.jar": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.jar",
"hash": "sha256-iq8XU4I75wt5gpDlgmq1v+AV01s6NqXTwuyfV9SwE4s="
},
"jackson-databind-2.16.0.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.module",
"hash": "sha256-OQdNp2wUl4ioe+btq5eNC3WIIgK5J5TCSnpGmfkfc0s="
},
"jackson-databind-2.16.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.pom",
"hash": "sha256-Mov1X2G38skAkYaIrdQBOAG6b6rVUnYAvzuiPg3IOP4="
}
},
"com.github.ajalt.clikt:clikt:4.2.1": {
"clikt-4.2.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/clikt/clikt/4.2.1/clikt-4.2.1.jar",
"hash": "sha256-k07WKX36WUXdsHYiGCs3N6bTuVwmtE78QaCobbYU0l8="
},
"clikt-4.2.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/clikt/clikt/4.2.1/clikt-4.2.1.module",
"hash": "sha256-HxNPJhKe1wtmlGYRdqVOcC/+MltzcTD8yKXw6iDPJLk="
},
"clikt-4.2.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/clikt/clikt/4.2.1/clikt-4.2.1.pom",
"hash": "sha256-lquAAeBhy4OrW1iEyHMuSeHYyJx2ShiaOBhHxBlEoXc="
}
},
"com.github.ajalt.clikt:clikt-jvm:4.2.1": {
"clikt-jvm-4.2.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/clikt/clikt-jvm/4.2.1/clikt-jvm-4.2.1.jar",
"hash": "sha256-799fw436KVOi4Zlc7LoNwoGqs1OF1ZX+BCFVFYxhZH8="
},
"clikt-jvm-4.2.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/clikt/clikt-jvm/4.2.1/clikt-jvm-4.2.1.module",
"hash": "sha256-TmgPBwbYClDpp/F1gKjLqnM8s1xftmUa2++MZTqEHQk="
},
"clikt-jvm-4.2.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/clikt/clikt-jvm/4.2.1/clikt-jvm-4.2.1.pom",
"hash": "sha256-8+4dHSyEvJsJ7gZv6m4vX+oP4VXThJayFeJ4AU3ZMZg="
}
},
"com.github.ajalt.colormath:colormath:3.3.1": {
"colormath-3.3.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/colormath/colormath/3.3.1/colormath-3.3.1.jar",
"hash": "sha256-uAv0eqNH23e34PtFGK9+hCUgJ8R+LEQ8OLBPqXnYuX0="
},
"colormath-3.3.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/colormath/colormath/3.3.1/colormath-3.3.1.module",
"hash": "sha256-AdTWjQLyoy0wMkcviLHSweDIv6s73TTgA9ssAxnq0Lo="
},
"colormath-3.3.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/colormath/colormath/3.3.1/colormath-3.3.1.pom",
"hash": "sha256-gMVPKp3C6yFQELVmlVAvb1Gseh8rFX8t5vT/OSBxuIk="
}
},
"com.github.ajalt.colormath:colormath-jvm:3.3.1": {
"colormath-jvm-3.3.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/colormath/colormath-jvm/3.3.1/colormath-jvm-3.3.1.jar",
"hash": "sha256-JhMoNBXi4SZhaX3HKVra2g9g7Bfs/K8+8cTuD9t4iRM="
},
"colormath-jvm-3.3.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/colormath/colormath-jvm/3.3.1/colormath-jvm-3.3.1.module",
"hash": "sha256-K/dgVNyyOnblJlGQa8aiUFW6btBa/ja3kggwnyvokk8="
},
"colormath-jvm-3.3.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/colormath/colormath-jvm/3.3.1/colormath-jvm-3.3.1.pom",
"hash": "sha256-5neriCzRIBZKj0diPoqP3AGS1cdk4jQsS6P3777xOrI="
}
},
"com.github.ajalt.mordant:mordant:2.2.0": {
"mordant-2.2.0.jar": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/mordant/mordant/2.2.0/mordant-2.2.0.jar",
"hash": "sha256-aFf/hhBGGgwN8XMYxYmLhichc8rOx2ojCcHCpYMFOFw="
},
"mordant-2.2.0.module": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/mordant/mordant/2.2.0/mordant-2.2.0.module",
"hash": "sha256-PZssDh6kPGPNyZu+qao4tUOmyMiJUo69Kl5OU+I0Hic="
},
"mordant-2.2.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/mordant/mordant/2.2.0/mordant-2.2.0.pom",
"hash": "sha256-wQN/2QjFbifYOyz1aECrgETj24rgvwvqFM2SAJdWfZQ="
}
},
"com.github.ajalt.mordant:mordant-jvm:2.2.0": {
"mordant-jvm-2.2.0.jar": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/mordant/mordant-jvm/2.2.0/mordant-jvm-2.2.0.jar",
"hash": "sha256-L6WeW4GvzHG2q2EosnZ2/8YR0KPBguvA5DezZmq1YgE="
},
"mordant-jvm-2.2.0.module": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/mordant/mordant-jvm/2.2.0/mordant-jvm-2.2.0.module",
"hash": "sha256-pBEiZJIyB65iFkJJi1cvpoimOHmheofC37dgUS71OfI="
},
"mordant-jvm-2.2.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/github/ajalt/mordant/mordant-jvm/2.2.0/mordant-jvm-2.2.0.pom",
"hash": "sha256-7kQyTDf8M0oNmj8qn83usit+RyaePq7Ad67OtE6dpeI="
}
},
"com.google.code.gson:gson:2.9.1": {
"gson-2.9.1.jar": {
"url": "https://plugins.gradle.org/m2/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar",
"hash": "sha256-N4U04znm5tULFzb7Ort28cFdG+P0wTzsbVNkEuI9pgM="
},
"gson-2.9.1.pom": {
"url": "https://plugins.gradle.org/m2/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom",
"hash": "sha256-5ZZjI9cUJXCzekvpeeIbwtroSBB+TcQW2PRNmqPwKQM="
}
},
"com.google.code.gson:gson-parent:2.9.1": {
"gson-parent-2.9.1.pom": {
"url": "https://plugins.gradle.org/m2/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom",
"hash": "sha256-fKCEXnNoVhjePka9NDTQOko3PVIPq5OmgDGK1sjLKnk="
}
},
"com.neovisionaries:nv-websocket-client:2.14": {
"nv-websocket-client-2.14.jar": {
"url": "https://repo.maven.apache.org/maven2/com/neovisionaries/nv-websocket-client/2.14/nv-websocket-client-2.14.jar",
"hash": "sha256-7tD7b1712xfQhwOfHoKc/oJzY7KGMmUlipbw7TIzE7c="
},
"nv-websocket-client-2.14.pom": {
"url": "https://repo.maven.apache.org/maven2/com/neovisionaries/nv-websocket-client/2.14/nv-websocket-client-2.14.pom",
"hash": "sha256-VxtLgWkSEK9H00tX7Uw/LfB5fkL15KVteQNfR1lw0Ak="
}
},
"com.squareup.okhttp3:okhttp:4.12.0": {
"okhttp-4.12.0.jar": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar",
"hash": "sha256-sQUAgbFLt6On5VpNPvAbXc+rxFO0VzpPwBl2cZHV9OA="
},
"okhttp-4.12.0.module": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.module",
"hash": "sha256-YH4iD/ghW5Kdgpu/VPMyiU8UWbTXlZea6vy8wc6lTPM="
},
"okhttp-4.12.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.pom",
"hash": "sha256-fHNwQKlBlSLnxQzAJ0FqcP58dinlKyGZNa3mtBGcfTg="
}
},
"com.squareup.okio:okio:3.6.0": {
"okio-3.6.0-all.jar": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okio/okio/3.6.0/okio-3.6.0-all.jar",
"hash": "sha256-K70/BkWjrafmUysubbRxr0hhRk4aFA+V+Aff0WqgSeM="
},
"okio-3.6.0.module": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okio/okio/3.6.0/okio-3.6.0.module",
"hash": "sha256-akesUDZOZZhFlAH7hvm2z832N7mzowRbHMM8v0xAghg="
},
"okio-3.6.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okio/okio/3.6.0/okio-3.6.0.pom",
"hash": "sha256-rrO3CiTBA+0MVFQfNfXFEdJ85gyuN2pZbX1lNpf4zJU="
}
},
"com.squareup.okio:okio-jvm:3.6.0": {
"okio-jvm-3.6.0.jar": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar",
"hash": "sha256-Z1Q/Bzb8QirpJ+0OUEuYvF4mn9oNNQBXkzfLcT2ihBI="
},
"okio-jvm-3.6.0.module": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.module",
"hash": "sha256-scIZnhwMyWnvYcu+SvLsr5sGQRvd4By69vyRNN/gToo="
},
"okio-jvm-3.6.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.pom",
"hash": "sha256-YbTXxRWgiU/62SX9cFJiDBQlqGQz/TURO1+rDeiQpX8="
}
},
"io.github.classgraph:classgraph:4.8.165": {
"classgraph-4.8.165.jar": {
"url": "https://repo.maven.apache.org/maven2/io/github/classgraph/classgraph/4.8.165/classgraph-4.8.165.jar",
"hash": "sha256-UljZIY/GQT9NFCGKWm54RSjjSfYPSIg7d950u0eOuv0="
},
"classgraph-4.8.165.pom": {
"url": "https://repo.maven.apache.org/maven2/io/github/classgraph/classgraph/4.8.165/classgraph-4.8.165.pom",
"hash": "sha256-wibKxHmxkoXafKAE4ZLxz/HTY2H6Nt0AM/Cwz4T7zWs="
}
},
"io.netty:netty-buffer:4.1.104.Final": {
"netty-buffer-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.104.Final/netty-buffer-4.1.104.Final.jar",
"hash": "sha256-HlNh0Tca51g2cXoi0LD7qDk+892zRavXWByXw3rqxWg="
},
"netty-buffer-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.104.Final/netty-buffer-4.1.104.Final.pom",
"hash": "sha256-nPOP0fbGGoyaKm40L3QonSahEjohZRGy1oE/iu05bng="
}
},
"io.netty:netty-codec:4.1.104.Final": {
"netty-codec-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.104.Final/netty-codec-4.1.104.Final.jar",
"hash": "sha256-NtmEDnbeZvv2DaINdAs5dKNUWwpNaKFqfBmumY9UEJg="
},
"netty-codec-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.104.Final/netty-codec-4.1.104.Final.pom",
"hash": "sha256-bCOCnk/N4a7iEoPsnH7pI4ywm4+05/MGeqo0m2MTQEE="
}
},
"io.netty:netty-codec-http:4.1.104.Final": {
"netty-codec-http-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.104.Final/netty-codec-http-4.1.104.Final.jar",
"hash": "sha256-jmNUE+Yj8/GzN1JJMb5iD+sDad73Ne3jOPZ9tVz4/Js="
},
"netty-codec-http-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.104.Final/netty-codec-http-4.1.104.Final.pom",
"hash": "sha256-p94j8He5ai5zOpmwZ66aPlgZGX2aaqYkpUqBQC+c3NA="
}
},
"io.netty:netty-codec-socks:4.1.104.Final": {
"netty-codec-socks-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.104.Final/netty-codec-socks-4.1.104.Final.jar",
"hash": "sha256-yPrCf014+zq9YnkHpUEvvoX+zAZx+jb5730NJmcMrwU="
},
"netty-codec-socks-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.104.Final/netty-codec-socks-4.1.104.Final.pom",
"hash": "sha256-60niasGFhNAhW4180SQoKQlzvu+pA2loo/+aMAJJMh4="
}
},
"io.netty:netty-common:4.1.104.Final": {
"netty-common-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.104.Final/netty-common-4.1.104.Final.jar",
"hash": "sha256-uYs1r8DHBAOdxjbFUxWD4xAMZeHGu/GxCXYTJLvtsGo="
},
"netty-common-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.104.Final/netty-common-4.1.104.Final.pom",
"hash": "sha256-0Tlk1u40cTfURSgp3utHUYp3dqBdu56twiNTms1MroU="
}
},
"io.netty:netty-handler:4.1.104.Final": {
"netty-handler-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.104.Final/netty-handler-4.1.104.Final.jar",
"hash": "sha256-TDDCbRWPv23Ou1T4Uk6QKg30/GFX9ZevlqJ/VFn30EY="
},
"netty-handler-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.104.Final/netty-handler-4.1.104.Final.pom",
"hash": "sha256-tH2k8PqEcuOWVMsK4jo+RWdaW9YO3lIdzKG/l5cTB3Y="
}
},
"io.netty:netty-handler-proxy:4.1.104.Final": {
"netty-handler-proxy-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.104.Final/netty-handler-proxy-4.1.104.Final.jar",
"hash": "sha256-phu7vjPBFqJ4seW6pWfGtda9d4FDYIcAk79uUcEsYVc="
},
"netty-handler-proxy-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.104.Final/netty-handler-proxy-4.1.104.Final.pom",
"hash": "sha256-e2pe33+UVUyJtXRQhiRfmAkAIFyXNtNOOIhaSFWCFq0="
}
},
"io.netty:netty-parent:4.1.104.Final": {
"netty-parent-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.104.Final/netty-parent-4.1.104.Final.pom",
"hash": "sha256-tandgHeJGWkWd4AE4wOLYIuROgwkxP/xZHIkfyNocAg="
}
},
"io.netty:netty-resolver:4.1.104.Final": {
"netty-resolver-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.104.Final/netty-resolver-4.1.104.Final.jar",
"hash": "sha256-fRz0WaEJTN79rkV2hhGNncwA2WsK0c6nmEg6Q//KEGQ="
},
"netty-resolver-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.104.Final/netty-resolver-4.1.104.Final.pom",
"hash": "sha256-GEGTPIgiDmwblHzd/DTqnUgVz95F78AzNcA0Zh8vowM="
}
},
"io.netty:netty-transport:4.1.104.Final": {
"netty-transport-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.104.Final/netty-transport-4.1.104.Final.jar",
"hash": "sha256-KP14FW6JCBRuZtJHmFqlAYpLzpUDxbPYg0gUSLIycNM="
},
"netty-transport-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.104.Final/netty-transport-4.1.104.Final.pom",
"hash": "sha256-b8jmD//8fOjQdY6df0/vqznDzzEbzSS26TLdfYo7wSE="
}
},
"io.netty:netty-transport-native-unix-common:4.1.104.Final": {
"netty-transport-native-unix-common-4.1.104.Final.jar": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.104.Final/netty-transport-native-unix-common-4.1.104.Final.jar",
"hash": "sha256-wS85yPEqa6ZAeMr3X9l6f70FZDAB9CTouEgps11AL04="
},
"netty-transport-native-unix-common-4.1.104.Final.pom": {
"url": "https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.104.Final/netty-transport-native-unix-common-4.1.104.Final.pom",
"hash": "sha256-FLcvi+B1pEL5/uXO3cK/t4ttt8kw72Z+1FMs7NpwMAw="
}
},
"it.unimi.dsi:fastutil-core:8.5.12": {
"fastutil-core-8.5.12.jar": {
"url": "https://repo.maven.apache.org/maven2/it/unimi/dsi/fastutil-core/8.5.12/fastutil-core-8.5.12.jar",
"hash": "sha256-8xwg9bBjEvPV4G5hYKMuJ02BmqbOvydSiya2tcDB3xk="
},
"fastutil-core-8.5.12.pom": {
"url": "https://repo.maven.apache.org/maven2/it/unimi/dsi/fastutil-core/8.5.12/fastutil-core-8.5.12.pom",
"hash": "sha256-g5JDu+YWEfk3uwtdmzHQyOCWx9DWeZIs9u05+Cxu4NI="
}
},
"jakarta.json:jakarta.json-api:2.1.3": {
"jakarta.json-api-2.1.3.jar": {
"url": "https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar",
"hash": "sha256-vJNBQoBeodeU8UQFY5ZaOGGiqft0FOzT/kTyZQBzRBQ="
},
"jakarta.json-api-2.1.3.pom": {
"url": "https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom",
"hash": "sha256-QWpzlxOFoL5D+dqKR3qmT0gUrFIYfYjz4k8hW3+J394="
}
},
"net.dv8tion:JDA:5.0.0-beta.19": {
"JDA-5.0.0-beta.19.jar": {
"url": "https://repo.maven.apache.org/maven2/net/dv8tion/JDA/5.0.0-beta.19/JDA-5.0.0-beta.19.jar",
"hash": "sha256-K0a8kBQm4B1Lb/keoTX4SgJG2yZmjvUUlcXsPoNr1RI="
},
"JDA-5.0.0-beta.19.module": {
"url": "https://repo.maven.apache.org/maven2/net/dv8tion/JDA/5.0.0-beta.19/JDA-5.0.0-beta.19.module",
"hash": "sha256-z0Us5uFz7dvf7yNlbeDewU5fHVOIGaXBF6o3+lojnq8="
},
"JDA-5.0.0-beta.19.pom": {
"url": "https://repo.maven.apache.org/maven2/net/dv8tion/JDA/5.0.0-beta.19/JDA-5.0.0-beta.19.pom",
"hash": "sha256-mIr1WfMYu9W8RFBOtl7AVAm52+xi/LGIloSDgk99VMc="
}
},
"net.engio:mbassador:1.3.1": {
"mbassador-1.3.1.jar": {
"url": "https://repo.maven.apache.org/maven2/net/engio/mbassador/1.3.1/mbassador-1.3.1.jar",
"hash": "sha256-KBg32naPvVA4qb2lQ8ae2G96ElmKG6z++JaOV5F7FBc="
},
"mbassador-1.3.1.pom": {
"url": "https://repo.maven.apache.org/maven2/net/engio/mbassador/1.3.1/mbassador-1.3.1.pom",
"hash": "sha256-D64/LTd/3cuiaaYrJKcCjfqwvYsBQOkjFfef34mq+e4="
}
},
"net.java.dev.jna:jna:5.13.0": {
"jna-5.13.0.jar": {
"url": "https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar",
"hash": "sha256-ZtT4GaBipRodVie//CP6xV0Wd/Dgof66FEqr3WcKZLs="
},
"jna-5.13.0.pom": {
"url": "https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom",
"hash": "sha256-9RXCV4F49FJH7Mp6nh2xCVMbHELyQk4lPO6w9rjUI3Q="
}
},
"net.java.dev.jna:jna:4.4.0": {
"jna-4.4.0.jar": {
"url": "https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar",
"hash": "sha256-xNre7sqpDIhHkCCCruXrEH/PWcXQ5joX/K8nPA4tK9E="
},
"jna-4.4.0.pom": {
"url": "https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.4.0/jna-4.4.0.pom",
"hash": "sha256-gAuygx3aNBM26mm3vrZ18VmXP2Ta1qqhrYxPp45csZs="
}
},
"net.sf.trove4j:trove4j:3.0.3": {
"trove4j-3.0.3.jar": {
"url": "https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar",
"hash": "sha256-PIYWID1hoSp+NIfos088GYwrW6npDaDH6jLZnNSVgBI="
},
"trove4j-3.0.3.pom": {
"url": "https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom",
"hash": "sha256-ETJ7lGFdC/FtThczSQLeeDwgIvXpCdUfvOmTp6nX4dg="
}
},
"org.apache:apache:21": {
"apache-21.pom": {
"url": "https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom",
"hash": "sha256-rxDBCNoBTxfK+se1KytLWjocGCZfoq+XoyXZFDU3s4A="
}
},
"org.apache.commons:commons-collections4:4.4": {
"commons-collections4-4.4.jar": {
"url": "https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar",
"hash": "sha256-Hfi5QwtcjtFD14FeQD4z71NxskAKrb6b2giDdi4IRtE="
},
"commons-collections4-4.4.pom": {
"url": "https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom",
"hash": "sha256-JxvWc4Oa9G5zr/lX4pGNS/lvWsT2xs9NW+k/0fEnHE0="
}
},
"org.apache.commons:commons-parent:48": {
"commons-parent-48.pom": {
"url": "https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom",
"hash": "sha256-Hh996TcKe3kB8Sjx2s0UIr504/R/lViw954EwGN8oLQ="
}
},
"org.apiguardian:apiguardian-api:1.1.2": {
"apiguardian-api-1.1.2.jar": {
"url": "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar",
"hash": "sha256-tQlEisUG1gcxnxglN/CzXXEAdYLsdBgyofER5bW3Czg="
},
"apiguardian-api-1.1.2.module": {
"url": "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.module",
"hash": "sha256-4IAoExN1s1fR0oc06aT7QhbahLJAZByz7358fWKCI/w="
},
"apiguardian-api-1.1.2.pom": {
"url": "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom",
"hash": "sha256-MjVQgdEJCVw9XTdNWkO09MG3XVSemD71ByPidy5TAqA="
}
},
"org.eclipse.ee4j:project:1.0.8": {
"project-1.0.8.pom": {
"url": "https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom",
"hash": "sha256-DQx7blSjXq9sJG4QfrGox6yP8KC4TEibB6NXcTrfZ0s="
}
},
"org.eclipse.parsson:jakarta.json:1.1.5": {
"jakarta.json-1.1.5.jar": {
"url": "https://repo.maven.apache.org/maven2/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar",
"hash": "sha256-eiitnSsOTjE3EEpiZnI+1Z1dpXNr5Ed2XDiA34bEDNE="
},
"jakarta.json-1.1.5.pom": {
"url": "https://repo.maven.apache.org/maven2/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.pom",
"hash": "sha256-CqJjXOYX7sDWYn7RBMlPFZxtffXy5vZ9bg13/TdZPo4="
}
},
"org.eclipse.parsson:parsson-bundles:1.1.5": {
"parsson-bundles-1.1.5.pom": {
"url": "https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson-bundles/1.1.5/parsson-bundles-1.1.5.pom",
"hash": "sha256-hxbshHpkdy3A8Dl1wbUklKZjk9z2/M8BHYFz2j335l4="
}
},
"org.eclipse.parsson:project:1.1.5": {
"project-1.1.5.pom": {
"url": "https://repo.maven.apache.org/maven2/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom",
"hash": "sha256-SCz75bXm6D0AC9wEbdBeOJQwrzXYjm5QcI0eedZTP/Q="
}
},
"org.gradle.toolchains:foojay-resolver:0.4.0": {
"foojay-resolver-0.4.0.jar": {
"url": "https://plugins.gradle.org/m2/org/gradle/toolchains/foojay-resolver/0.4.0/foojay-resolver-0.4.0.jar",
"hash": "sha256-BTZixDn2bt2LwgohPFNnHci14RVVLcAZaoJD4Klp0JE="
},
"foojay-resolver-0.4.0.module": {
"url": "https://plugins.gradle.org/m2/org/gradle/toolchains/foojay-resolver/0.4.0/foojay-resolver-0.4.0.module",
"hash": "sha256-PmvG4l+oMTKlZ4YWafkagCNYuSyMW8D/Q5y0OyU5uFY="
},
"foojay-resolver-0.4.0.pom": {
"url": "https://plugins.gradle.org/m2/org/gradle/toolchains/foojay-resolver/0.4.0/foojay-resolver-0.4.0.pom",
"hash": "sha256-blFTZ2W7jvzt27j13cSH08VBRRVZ+L03SlGm4h5yOyE="
}
},
"org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin:0.4.0": {
"org.gradle.toolchains.foojay-resolver-convention.gradle.plugin-0.4.0.pom": {
"url": "https://plugins.gradle.org/m2/org/gradle/toolchains/foojay-resolver-convention/org.gradle.toolchains.foojay-resolver-convention.gradle.plugin/0.4.0/org.gradle.toolchains.foojay-resolver-convention.gradle.plugin-0.4.0.pom",
"hash": "sha256-d4MeIoa8pzcRSC2h4yDkunEcXGx5+N2u35qP7lzbkqM="
}
},
"org.jetbrains:annotations:23.0.0": {
"annotations-23.0.0.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar",
"hash": "sha256-ew8ZckCCy/y8ZuWr6iubySzwih6hHhkZM+1DgB6zzQU="
},
"annotations-23.0.0.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom",
"hash": "sha256-yUkPZVEyMo3yz7z990P1P8ORbWwdEENxdabKbjpndxw="
}
},
"org.jetbrains:annotations:13.0": {
"annotations-13.0.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.jar",
"hash": "sha256-rOKhDcji1f00kl7KwD5JiLLA+FFlDJS4zvSbob0RFHg="
},
"annotations-13.0.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.pom",
"hash": "sha256-llrrK+3/NpgZvd4b96CzuJuCR91pyIuGN112Fju4w5c="
}
},
"org.jetbrains:markdown:0.5.2": {
"markdown-0.5.2.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/markdown/0.5.2/markdown-0.5.2.jar",
"hash": "sha256-HGsba7nOgwSLhkiZCsHTQnv6z+vI5Y4y7pBD3dDcOio="
},
"markdown-0.5.2.module": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/markdown/0.5.2/markdown-0.5.2.module",
"hash": "sha256-bpFAGmpLbnc1auIzdjDoovLcQawmG3BbOpZv/GI/I+Q="
},
"markdown-0.5.2.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/markdown/0.5.2/markdown-0.5.2.pom",
"hash": "sha256-mH5hITw/ERPsyi/8I6b0hpvuig+zCR8n3xvfq1KMhSg="
}
},
"org.jetbrains:markdown-jvm:0.5.2": {
"markdown-jvm-0.5.2.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/markdown-jvm/0.5.2/markdown-jvm-0.5.2.jar",
"hash": "sha256-cmSER3JgpVLcfBmwnUZWxIrjsQ2yclAA4YLWFZUptG4="
},
"markdown-jvm-0.5.2.module": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/markdown-jvm/0.5.2/markdown-jvm-0.5.2.module",
"hash": "sha256-fzA2ZgQteNJMVVEgyIJHjDCaIo7pK1G9ca2/+knDO1A="
},
"markdown-jvm-0.5.2.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/markdown-jvm/0.5.2/markdown-jvm-0.5.2.pom",
"hash": "sha256-D58z0tjpkbt1C7VZ2q1YtsVH5raHQAA4Jne3XFtYpG0="
}
},
"org.jetbrains.intellij.deps:trove4j:1.0.20200330": {
"trove4j-1.0.20200330.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar",
"hash": "sha256-xf1yW/+rUYRr88d9sTg8YKquv+G3/i8A0j/ht98KQ50="
},
"trove4j-1.0.20200330.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom",
"hash": "sha256-h3IcuqZaPJfYsbqdIHhA8WTJ/jh1n8nqEP/iZWX40+k="
}
},
"org.jetbrains.kotlin:kotlin-android-extensions:1.9.22": {
"kotlin-android-extensions-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-android-extensions/1.9.22/kotlin-android-extensions-1.9.22.jar",
"hash": "sha256-Hl6IFkKpnduPbRPmmVoIwZK8OEGHOWZj2ER8CB2H4k8="
},
"kotlin-android-extensions-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-android-extensions/1.9.22/kotlin-android-extensions-1.9.22.pom",
"hash": "sha256-lEt8+zPgpvtoRVkEjwKMuWMmyTKiRdXLAhQ7zSwDEVk="
}
},
"org.jetbrains.kotlin:kotlin-build-common:1.9.22": {
"kotlin-build-common-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-build-common/1.9.22/kotlin-build-common-1.9.22.jar",
"hash": "sha256-U8PcxTA/WQPmJgrqc+zMaTD5o276KhHNO9On5V32OWY="
},
"kotlin-build-common-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-build-common/1.9.22/kotlin-build-common-1.9.22.pom",
"hash": "sha256-KXxfSYoHdIPvic06cQzSt/LlrjgPOjrt+5xBvGI7E0A="
}
},
"org.jetbrains.kotlin:kotlin-build-tools-api:1.9.22": {
"kotlin-build-tools-api-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-build-tools-api/1.9.22/kotlin-build-tools-api-1.9.22.jar",
"hash": "sha256-3UnLfij08zgvUlDPsFyGT9XwqW0yZbspPHezCtzJP/Y="
},
"kotlin-build-tools-api-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-build-tools-api/1.9.22/kotlin-build-tools-api-1.9.22.pom",
"hash": "sha256-DFZLu4fcXs32Q005buob886Xar8IgYCN0Wb6SbBGSfs="
}
},
"org.jetbrains.kotlin:kotlin-build-tools-impl:1.9.22": {
"kotlin-build-tools-impl-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-build-tools-impl/1.9.22/kotlin-build-tools-impl-1.9.22.jar",
"hash": "sha256-G0jW3gQqUl9jtVdROuEmbWmTSCJbAT+UDjLGPeJolCg="
},
"kotlin-build-tools-impl-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-build-tools-impl/1.9.22/kotlin-build-tools-impl-1.9.22.pom",
"hash": "sha256-tWM/E0m+lcdHRuHimiqm51LoneGrmmUjSS85j6aVWN0="
}
},
"org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.22": {
"kotlin-compiler-embeddable-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.22/kotlin-compiler-embeddable-1.9.22.jar",
"hash": "sha256-K/6t7lmrGYjDNtvW5l2ZH3Zq4d2Gg/Km3tX6oCefDKA="
},
"kotlin-compiler-embeddable-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.22/kotlin-compiler-embeddable-1.9.22.pom",
"hash": "sha256-s9o0u29ClqzzoPRDRm8FBsbJnaXNliTW4LdFsiKHhOs="
}
},
"org.jetbrains.kotlin:kotlin-compiler-runner:1.9.22": {
"kotlin-compiler-runner-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-runner/1.9.22/kotlin-compiler-runner-1.9.22.jar",
"hash": "sha256-c+x1u5nr/6iySiSjuFPz9mCWvEapNRrw2sk967acFes="
},
"kotlin-compiler-runner-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-runner/1.9.22/kotlin-compiler-runner-1.9.22.pom",
"hash": "sha256-pO6KZ8HW8lODjAAnKAvLgFCsDc3MrZdIlhOKaaAX6wE="
}
},
"org.jetbrains.kotlin:kotlin-daemon-client:1.9.22": {
"kotlin-daemon-client-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-daemon-client/1.9.22/kotlin-daemon-client-1.9.22.jar",
"hash": "sha256-XXPhgVsRZ+Sv4gjwCyp1wIC8WoEHhsqtuOFHh1k6k7k="
},
"kotlin-daemon-client-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-daemon-client/1.9.22/kotlin-daemon-client-1.9.22.pom",
"hash": "sha256-YsRKZZ2lXbb7El4pKbmNUEow4fSvgU4I5JIUJqpST4o="
}
},
"org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.22": {
"kotlin-daemon-embeddable-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.22/kotlin-daemon-embeddable-1.9.22.jar",
"hash": "sha256-kqV4ExcUR9U0Rh+hP+N9yM07f4bYPpsfe7GwvjBUH4s="
},
"kotlin-daemon-embeddable-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.22/kotlin-daemon-embeddable-1.9.22.pom",
"hash": "sha256-9uo9z2v7Og0GmER8SKa88I2Oqs+D/JX+nUGBpeXjwrE="
}
},
"org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22": {
"kotlin-gradle-plugin-1.9.22-gradle82.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.9.22/kotlin-gradle-plugin-1.9.22-gradle82.jar",
"hash": "sha256-1OcY3V8wxrqTLZPM/FswFendPkQUOgUrh3Ao8frlQtw="
},
"kotlin-gradle-plugin-1.9.22.module": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.9.22/kotlin-gradle-plugin-1.9.22.module",
"hash": "sha256-pPRqwMq9jVzbaJ0tN9GdWFhPcIv59k/+TpgKL/dTS7U="
},
"kotlin-gradle-plugin-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.9.22/kotlin-gradle-plugin-1.9.22.pom",
"hash": "sha256-A3750tSupA9JKdglE1g+STwOBRVuDaix1/Ujurhobyc="
}
},
"org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:1.9.22": {
"kotlin-gradle-plugin-annotations-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-annotations/1.9.22/kotlin-gradle-plugin-annotations-1.9.22.jar",
"hash": "sha256-lnaDy5jZkQFFYH+/W0VilbQ/Cq+Tsbunv2mS5zHLJOw="
},
"kotlin-gradle-plugin-annotations-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-annotations/1.9.22/kotlin-gradle-plugin-annotations-1.9.22.pom",
"hash": "sha256-Y7por+B4/3D3CPnpecaTxFv+iQQfeWQbC4H2tKEm7rs="
}
},
"org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.9.22": {
"kotlin-gradle-plugin-api-1.9.22-gradle82.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.9.22/kotlin-gradle-plugin-api-1.9.22-gradle82.jar",
"hash": "sha256-7P9nVGBlxg4JX7k7P4i5uS7R7cN+P+u8b57TVCL6QSs="
},
"kotlin-gradle-plugin-api-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.9.22/kotlin-gradle-plugin-api-1.9.22.jar",
"hash": "sha256-7P9nVGBlxg4JX7k7P4i5uS7R7cN+P+u8b57TVCL6QSs="
},
"kotlin-gradle-plugin-api-1.9.22.module": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.9.22/kotlin-gradle-plugin-api-1.9.22.module",
"hash": "sha256-H0SJxTBPmlEqVof/zAqvCTCvydcgUdOpBfrAcANi+3s="
},
"kotlin-gradle-plugin-api-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.9.22/kotlin-gradle-plugin-api-1.9.22.pom",
"hash": "sha256-ZAFewaGutVCqGCjCQuIoODDFD2g2TkCDH+FYj9wEEfU="
}
},
"org.jetbrains.kotlin:kotlin-gradle-plugin-idea:1.9.22": {
"kotlin-gradle-plugin-idea-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea/1.9.22/kotlin-gradle-plugin-idea-1.9.22.jar",
"hash": "sha256-jRr4djLZUUjxIqn6CuKQPBnub6t9AeAX924NLJoCLCA="
},
"kotlin-gradle-plugin-idea-1.9.22.module": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea/1.9.22/kotlin-gradle-plugin-idea-1.9.22.module",
"hash": "sha256-z+LCbjMPaAMsAD+lJMAx5aYPzo2Jn/8uQjFBKL60QCs="
},
"kotlin-gradle-plugin-idea-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea/1.9.22/kotlin-gradle-plugin-idea-1.9.22.pom",
"hash": "sha256-3BSjKHVDun5QRs1OCVAtJ4hMqYfshwb1+xid54luOsw="
}
},
"org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:1.9.22": {
"kotlin-gradle-plugin-idea-proto-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea-proto/1.9.22/kotlin-gradle-plugin-idea-proto-1.9.22.jar",
"hash": "sha256-9dgu5hlmotmK364Z8k1hcwIsFUBIls3yNjQANe5owPU="
},
"kotlin-gradle-plugin-idea-proto-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea-proto/1.9.22/kotlin-gradle-plugin-idea-proto-1.9.22.pom",
"hash": "sha256-huMsqCkn2ogKHPNDpA7MIJgHXm/XInOzTVDfpUTzRjs="
}
},
"org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.9.22": {
"kotlin-gradle-plugin-model-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-model/1.9.22/kotlin-gradle-plugin-model-1.9.22.jar",
"hash": "sha256-UQj61b4UmCXs46ABA8PCHPGv6VS7ZLhweJVyk511OMs="
},
"kotlin-gradle-plugin-model-1.9.22.module": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-model/1.9.22/kotlin-gradle-plugin-model-1.9.22.module",
"hash": "sha256-L/MBPfK6epteiwBOhIF1DI0PqVOtAHoZbYXSY2cdvq4="
},
"kotlin-gradle-plugin-model-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-model/1.9.22/kotlin-gradle-plugin-model-1.9.22.pom",
"hash": "sha256-gfUmlHml2X7oeSpITIMr495DgggSZxlhUAHKyI5C9qg="
}
},
"org.jetbrains.kotlin:kotlin-gradle-plugins-bom:1.9.22": {
"kotlin-gradle-plugins-bom-1.9.22.module": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugins-bom/1.9.22/kotlin-gradle-plugins-bom-1.9.22.module",
"hash": "sha256-Qj401h0iCxoN3BgUCGqM6rTa2ed5ArDOjLRyG789xu0="
},
"kotlin-gradle-plugins-bom-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugins-bom/1.9.22/kotlin-gradle-plugins-bom-1.9.22.pom",
"hash": "sha256-da2/XHjOJHwiuvNijQs/8c9+19N9YB66cwTXerdb3Z8="
}
},
"org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.9.22": {
"kotlin-klib-commonizer-api-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-klib-commonizer-api/1.9.22/kotlin-klib-commonizer-api-1.9.22.jar",
"hash": "sha256-jC9lQpwYLi5KLgnLkQ5iuW227tKFWUuPga+CO35ZROI="
},
"kotlin-klib-commonizer-api-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-klib-commonizer-api/1.9.22/kotlin-klib-commonizer-api-1.9.22.pom",
"hash": "sha256-EMrJcNMAo0icM/CzBBVv8DLZWVm+WqrDuIAoKtWGIv4="
}
},
"org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.9.22": {
"kotlin-klib-commonizer-embeddable-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-klib-commonizer-embeddable/1.9.22/kotlin-klib-commonizer-embeddable-1.9.22.jar",
"hash": "sha256-c/50PnTSEoPTg9C6voX9CMRCr8GnvYgIL42gUQ0FPUs="
},
"kotlin-klib-commonizer-embeddable-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-klib-commonizer-embeddable/1.9.22/kotlin-klib-commonizer-embeddable-1.9.22.pom",
"hash": "sha256-dxghItppe2YqSRPX3Z/mu68ATOhH/YZ9oj6v8MTIJEs="
}
},
"org.jetbrains.kotlin:kotlin-native-utils:1.9.22": {
"kotlin-native-utils-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-native-utils/1.9.22/kotlin-native-utils-1.9.22.jar",
"hash": "sha256-eGwSfdVTXbLDmuWXzQsMrZ6RS4PiNvHbAlEjXMnGUqw="
},
"kotlin-native-utils-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-native-utils/1.9.22/kotlin-native-utils-1.9.22.pom",
"hash": "sha256-EcUUwF7qOuno4Wq0l5bxEd9DxzSCMeNfr0xCjMT3Q+o="
}
},
"org.jetbrains.kotlin:kotlin-project-model:1.9.22": {
"kotlin-project-model-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-project-model/1.9.22/kotlin-project-model-1.9.22.jar",
"hash": "sha256-zBHVwLGQnFsKCP0l7w51T/0r9Wyu9mX7eFEiI15UKhg="
},
"kotlin-project-model-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-project-model/1.9.22/kotlin-project-model-1.9.22.pom",
"hash": "sha256-659KFngb/ADM7IAw++XuIo5vKydxxQwmezIY/rAGW0A="
}
},
"org.jetbrains.kotlin:kotlin-reflect:1.9.22": {
"kotlin-reflect-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar",
"hash": "sha256-d/MRyhOEgR1Rn9o4n8sSaL2qBY1gUEbg7edsA7DfPpc="
},
"kotlin-reflect-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom",
"hash": "sha256-xxLjWN97kxi2j1RjlxsIhnODf8DKQoXRw4LIEC7da18="
}
},
"org.jetbrains.kotlin:kotlin-reflect:1.6.10": {
"kotlin-reflect-1.6.10.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.6.10/kotlin-reflect-1.6.10.jar",
"hash": "sha256-MnesECrheq0QpVq+x1/1aWyNEJeQOWQ0tJbnUIeFQgM="
},
"kotlin-reflect-1.6.10.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.6.10/kotlin-reflect-1.6.10.pom",
"hash": "sha256-V5BVJCdKAK4CiqzMJyg/a8WSWpNKBGwcxdBsjuTW1ak="
}
},
"org.jetbrains.kotlin:kotlin-script-runtime:1.9.22": {
"kotlin-script-runtime-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.22/kotlin-script-runtime-1.9.22.jar",
"hash": "sha256-uAZwV59/ktRz2NWDTwsST3dVxFmP6UskQYOwKDSDRXQ="
},
"kotlin-script-runtime-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.22/kotlin-script-runtime-1.9.22.pom",
"hash": "sha256-/ra0ns9pEG1MEoXnH5ob2noSfO9oMC4+n9yCmKTjR5U="
}
},
"org.jetbrains.kotlin:kotlin-scripting-common:1.9.22": {
"kotlin-scripting-common-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-scripting-common/1.9.22/kotlin-scripting-common-1.9.22.jar",
"hash": "sha256-+lAMvwNJQ++BJvPT3GWvCf+Z3//kTFCZtPwu1b8vXcc="
},
"kotlin-scripting-common-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-scripting-common/1.9.22/kotlin-scripting-common-1.9.22.pom",
"hash": "sha256-ROURI7DCfm/ZM/wma00Nrw8GhKYq7Z/mhC6Noz8qKz8="
}
},
"org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.9.22": {
"kotlin-scripting-compiler-embeddable-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-scripting-compiler-embeddable/1.9.22/kotlin-scripting-compiler-embeddable-1.9.22.jar",
"hash": "sha256-Ij/shIMCNEmc1MeiPqHJLroSfEGzXZux1LYdJBVa6zU="
},
"kotlin-scripting-compiler-embeddable-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-scripting-compiler-embeddable/1.9.22/kotlin-scripting-compiler-embeddable-1.9.22.pom",
"hash": "sha256-wWCPP7yyqfdSPq0zWZwurc5MgSFhqeBmufSwBa97Qxw="
}
},
"org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.9.22": {
"kotlin-scripting-compiler-impl-embeddable-1.9.22.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-scripting-compiler-impl-embeddable/1.9.22/kotlin-scripting-compiler-impl-embeddable-1.9.22.jar",
"hash": "sha256-OJkYFqKH/3YkHxp35/ERZIHU6To9tjJZplfd4g5tD2U="
},
"kotlin-scripting-compiler-impl-embeddable-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-scripting-compiler-impl-embeddable/1.9.22/kotlin-scripting-compiler-impl-embeddable-1.9.22.pom",
"hash": "sha256-gmccM6lXsuKoINZqaSwvzmPjvwR/HLJeb7A5HF3c8uc="
}
},
"org.jetbrains.kotlin:kotlin-scripting-jvm:1.9.22": {
"kotlin-scripting-jvm-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-scripting-jvm/1.9.22/kotlin-scripting-jvm-1.9.22.jar",
"hash": "sha256-jRJ9dvz6BRfDbB6g4ijs4D1aRoJkKgH2R5prvccxKik="
},
"kotlin-scripting-jvm-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-scripting-jvm/1.9.22/kotlin-scripting-jvm-1.9.22.pom",
"hash": "sha256-cBJS6huo/4f8M0dqYePVxtnS3aQbqpiZTdaYDuE/vG0="
}
},
"org.jetbrains.kotlin:kotlin-serialization:1.9.22": {
"kotlin-serialization-1.9.22-gradle82.jar": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-serialization/1.9.22/kotlin-serialization-1.9.22-gradle82.jar",
"hash": "sha256-AcrgEEPdT3sLAttWbZPHVoiwlsNAkJ9o0OSVcqvF6VQ="
},
"kotlin-serialization-1.9.22.module": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-serialization/1.9.22/kotlin-serialization-1.9.22.module",
"hash": "sha256-s3cuUZFg/is2t9G6MkGQYU27lLFZzmBk9M1z+RhhWiI="
},
"kotlin-serialization-1.9.22.pom": {
"url": "https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-serialization/1.9.22/kotlin-serialization-1.9.22.pom",
"hash": "sha256-D9yUsPEx2Ct3RpAEB0r0f/yntGfVeIn762oVSWg+rL0="
}
},
"org.jetbrains.kotlin:kotlin-serialization-compiler-plugin-embeddable:1.9.22": {
"kotlin-serialization-compiler-plugin-embeddable-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-serialization-compiler-plugin-embeddable/1.9.22/kotlin-serialization-compiler-plugin-embeddable-1.9.22.jar",
"hash": "sha256-OFR9AAsWYbFLkkZxz7F6tSAL64NOOj2kJ37gkGLppQA="
},
"kotlin-serialization-compiler-plugin-embeddable-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-serialization-compiler-plugin-embeddable/1.9.22/kotlin-serialization-compiler-plugin-embeddable-1.9.22.pom",
"hash": "sha256-i8LheiTLbQ4CMzLkjKq5e3P+MyuSdVWhGjAsb1xcPGQ="
}
},
"org.jetbrains.kotlin:kotlin-stdlib:1.9.22": {
"kotlin-stdlib-1.9.22-all.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22-all.jar",
"hash": "sha256-zsOLwzAucqiq+c3kNrWpBx7gMx4q0F6E2LuJczTX6dQ="
},
"kotlin-stdlib-1.9.22.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar",
"hash": "sha256-ar4UbCeGQTi4dMzM/l9TTj65I8maG3tdRUlO5WlPPgo="
},
"kotlin-stdlib-1.9.22.module": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.module",
"hash": "sha256-9IIxS1B5wUVfb7DUJXp0XRAcYSTOlhUiuob53JCQHkc="
},
"kotlin-stdlib-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.pom",
"hash": "sha256-zOLxUoXsgHijd0a1cwigVAQt1cwlQgxD9zt4V8JGjwM="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22": {
"kotlin-stdlib-common-1.9.22.module": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.module",
"hash": "sha256-+Tyemr+NUtjo/Y6FGqgC7OxVEyFhxK7ufTzZJL95QkY="
},
"kotlin-stdlib-common-1.9.22.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom",
"hash": "sha256-10k21oh1ZK63EOhCmLVCB/U+m88jpSrSv6IsIIZ3V2c="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-common:1.9.21": {
"kotlin-stdlib-common-1.9.21.module": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21.module",
"hash": "sha256-aNyOhKoF9SeMFlBSR9cTRtNRK57a3UH2E9ZXyUxZmTs="
},
"kotlin-stdlib-common-1.9.21.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21.pom",
"hash": "sha256-d4C4Z7/lc/y7D9H5Jx3aVAEhfG1or5OTV0zYYglX+K4="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10": {
"kotlin-stdlib-common-1.9.10.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.10/kotlin-stdlib-common-1.9.10.pom",
"hash": "sha256-fUtwVHkQZ2s738iSWojztr+yRYLJeEVCgFVEzu9JCpI="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10": {
"kotlin-stdlib-jdk7-1.9.10.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.jar",
"hash": "sha256-rGNhv5rR7TgsIQPZcSxHzewWYjK0kD7VluiHawaBybc="
},
"kotlin-stdlib-jdk7-1.9.10.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.pom",
"hash": "sha256-x/pnx5YTILidhaPKWaLhjCxlhQhFWV3K5LRq9pRe3NU="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21": {
"kotlin-stdlib-jdk7-1.8.21.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.21/kotlin-stdlib-jdk7-1.8.21.jar",
"hash": "sha256-M9FI2w4R3r0NkGd9KCQrztkH+cd3MAAP1ZeGcIkDnYY="
},
"kotlin-stdlib-jdk7-1.8.21.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.21/kotlin-stdlib-jdk7-1.8.21.pom",
"hash": "sha256-m7EH1dXjkwvFl38AekPNILfSTZGxweUo6m7g8kjxTTY="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20": {
"kotlin-stdlib-jdk7-1.8.20.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.20/kotlin-stdlib-jdk7-1.8.20.jar",
"hash": "sha256-rx7EDDuVGv3MDCoBc8e4F2PFKBwtW6+/CoVEokxdzAw="
},
"kotlin-stdlib-jdk7-1.8.20.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.20/kotlin-stdlib-jdk7-1.8.20.pom",
"hash": "sha256-NiLRBleM3cwKnsIPjOgV9/Sf9UL2QCKNIUH8r4BhawY="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0": {
"kotlin-stdlib-jdk7-1.8.0.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.0/kotlin-stdlib-jdk7-1.8.0.jar",
"hash": "sha256-TIidHZgD9fLrbBWSprfmI2msdmDJ7uFauhb+wFkWNmY="
},
"kotlin-stdlib-jdk7-1.8.0.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.0/kotlin-stdlib-jdk7-1.8.0.pom",
"hash": "sha256-36lkSmrluJjuR1ux9X6DC6H3cK7mycFfgRKqOBGAGEo="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30": {
"kotlin-stdlib-jdk7-1.4.30.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.4.30/kotlin-stdlib-jdk7-1.4.30.jar",
"hash": "sha256-dRz0pRCJ3ExgyuxfMBJZg80dOZikE4ro5m2w1Jb3NkY="
},
"kotlin-stdlib-jdk7-1.4.30.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.4.30/kotlin-stdlib-jdk7-1.4.30.pom",
"hash": "sha256-fipXU4OQzWCeOpxvfgha9alIxmP9pO3ceJBxJalguiA="
}
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10": {
"kotlin-stdlib-jdk8-1.9.10.jar": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.jar",
"hash": "sha256-pMdNlNZM4avlN2D+A4ndlB9vxVjQ2rNeR8CFoR7IDyg="
},
"kotlin-stdlib-jdk8-1.9.10.pom": {
"url": "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.pom",
"hash": "sha256-X0uU3TBlp3ZMN/oV3irW2B9A1Z+Msz8X0YHGOE+3py4="
}