-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.lock
2100 lines (2100 loc) · 108 KB
/
gradle.lock
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
{
"com.eed3si9n:shaded-jawn-parser_2.13:0.9.1": {
"shaded-jawn-parser_2.13-0.9.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/shaded-jawn-parser_2.13/0.9.1/shaded-jawn-parser_2.13-0.9.1.jar",
"hash": "sha256-D8tjXi6nnyUqg7Fcr9dNm7zgXWk8Q80//gVauuLG4pM="
},
"shaded-jawn-parser_2.13-0.9.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/shaded-jawn-parser_2.13/0.9.1/shaded-jawn-parser_2.13-0.9.1.pom",
"hash": "sha256-i+mki6DN7HNOO086imx9F/5CKXGm1zMNMGTzSvpYFXc="
}
},
"com.eed3si9n:shaded-scalajson_2.13:1.0.0-M4": {
"shaded-scalajson_2.13-1.0.0-M4.jar": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/shaded-scalajson_2.13/1.0.0-M4/shaded-scalajson_2.13-1.0.0-M4.jar",
"hash": "sha256-e2tthXJ72KurlAtVnejjKqUIGt0p91MchVuwdhro3mc="
},
"shaded-scalajson_2.13-1.0.0-M4.pom": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/shaded-scalajson_2.13/1.0.0-M4/shaded-scalajson_2.13-1.0.0-M4.pom",
"hash": "sha256-JW0i9tVjTcS+k1jGq2ktgeUR1GjD54NtsoM6PtiKhPg="
}
},
"com.eed3si9n:sjson-new-core_2.13:0.9.1": {
"sjson-new-core_2.13-0.9.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/sjson-new-core_2.13/0.9.1/sjson-new-core_2.13-0.9.1.jar",
"hash": "sha256-JTxQgrjHkzzriqnIcoKAN2af0LxRwB/JhZQPK9QZNAA="
},
"sjson-new-core_2.13-0.9.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/sjson-new-core_2.13/0.9.1/sjson-new-core_2.13-0.9.1.pom",
"hash": "sha256-c88ImYYxMFgUzH0Cg3Nd6ZSIhdT32vnnqzBNq0Kuzf8="
}
},
"com.eed3si9n:sjson-new-core_2.13:0.9.0": {
"sjson-new-core_2.13-0.9.0.pom": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/sjson-new-core_2.13/0.9.0/sjson-new-core_2.13-0.9.0.pom",
"hash": "sha256-GF32+3HX2QDpYCd4lq23kLNrpl0pn/KfJwYKs9ZTI+4="
}
},
"com.eed3si9n:sjson-new-scalajson_2.13:0.9.1": {
"sjson-new-scalajson_2.13-0.9.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/sjson-new-scalajson_2.13/0.9.1/sjson-new-scalajson_2.13-0.9.1.jar",
"hash": "sha256-wLrpPkgYBUnXNYxuXICVaKIK60NCZh2gthUHrwqfpb4="
},
"sjson-new-scalajson_2.13-0.9.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/eed3si9n/sjson-new-scalajson_2.13/0.9.1/sjson-new-scalajson_2.13-0.9.1.pom",
"hash": "sha256-VIAfwq2P5xPOKGQAtKq9JNdqETQmGiy+z35aCC9STjQ="
}
},
"com.fasterxml:oss-parent:50": {
"oss-parent-50.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom",
"hash": "sha256-9dpV3XuI+xcMRoAdF3dKZS+y9FgftbHQpfyGqhgrhXc="
}
},
"com.fasterxml:oss-parent:41": {
"oss-parent-41.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/41/oss-parent-41.pom",
"hash": "sha256-r2UPpN1AC8V2kyC87wjtk4E/NJyr6CE9RprK+72UXYo="
}
},
"com.fasterxml.jackson:jackson-base:2.15.1": {
"jackson-base-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.15.1/jackson-base-2.15.1.pom",
"hash": "sha256-qdc9e+y/QhF0Vow4KrFik2EYD6lvwEHCzUokX2ljsJ0="
}
},
"com.fasterxml.jackson:jackson-base:2.12.1": {
"jackson-base-2.12.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom",
"hash": "sha256-k6jHh1WjGXdQgCHbs4g8DddAoGuxxn/0lC4JbBMkGfU="
}
},
"com.fasterxml.jackson:jackson-bom:2.15.1": {
"jackson-bom-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.1/jackson-bom-2.15.1.pom",
"hash": "sha256-xRdH0RSll5SfgRQHJ9nmzWPj9DkI82R++qcLGelNqk0="
}
},
"com.fasterxml.jackson:jackson-bom:2.12.1": {
"jackson-bom-2.12.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom",
"hash": "sha256-CDsgpCMbsFFtbhoIJIyfvORzWDoSKgf9Lg6t7/aQijg="
}
},
"com.fasterxml.jackson:jackson-parent:2.15": {
"jackson-parent-2.15.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom",
"hash": "sha256-bN+XvGbzifY+NoUNL1UtEhZoj45aWHJ9P2qY7fhnXN4="
}
},
"com.fasterxml.jackson:jackson-parent:2.12": {
"jackson-parent-2.12.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom",
"hash": "sha256-YqocFnmt4J8XPb8bbDLTXFXnWAAjj9XkjxOqQzfAh1s="
}
},
"com.fasterxml.jackson.core:jackson-annotations:2.15.1": {
"jackson-annotations-2.15.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.1/jackson-annotations-2.15.1.jar",
"hash": "sha256-NEwbND2YGdXdQ5XyUHl3uRuyRjd4zy73sNAXJOyP+rI="
},
"jackson-annotations-2.15.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.1/jackson-annotations-2.15.1.module",
"hash": "sha256-hVNrLUbNnrN+TpGNKDOrvQ9Qd6aPlWuaLNRdsDtEwBM="
},
"jackson-annotations-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.1/jackson-annotations-2.15.1.pom",
"hash": "sha256-DKy1qFN8cteOQSWdbX5PCf/g96+ehsWIU21/WOg34uc="
}
},
"com.fasterxml.jackson.core:jackson-annotations:2.12.1": {
"jackson-annotations-2.12.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.module",
"hash": "sha256-k6HT2cjR1pRDEFfMvpcw4DKSGxsrFmsVcAF9oe62SD4="
},
"jackson-annotations-2.12.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom",
"hash": "sha256-PgxXIfsmvnMszfE9scWd/u4KbbJp68x1B+rRx2OmEIs="
}
},
"com.fasterxml.jackson.core:jackson-core:2.15.1": {
"jackson-core-2.15.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.1/jackson-core-2.15.1.jar",
"hash": "sha256-nZhDGcyXboXEn0DakoAhrNLXc+JZqf+fgy7c2saSDu0="
},
"jackson-core-2.15.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.1/jackson-core-2.15.1.module",
"hash": "sha256-rdmSwmM0eNdXpuEcHee5z1BNxoHc1h0oL9o8u4F4M0c="
},
"jackson-core-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.1/jackson-core-2.15.1.pom",
"hash": "sha256-fHKqaK699Qz1EBA2TYWJa6gYjRX79O55b4oGFNYTtoY="
}
},
"com.fasterxml.jackson.core:jackson-core:2.12.1": {
"jackson-core-2.12.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.module",
"hash": "sha256-fkwMkhzO4LVV8PWzb9hnB7TlVt5bAvPmv8MVvD/Nb8Q="
},
"jackson-core-2.12.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom",
"hash": "sha256-TQm0Kyrc/lynP1QeQtHjaov0g1lN8JxDuo0x62fgRiY="
}
},
"com.fasterxml.jackson.core:jackson-databind:2.15.1": {
"jackson-databind-2.15.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.1/jackson-databind-2.15.1.jar",
"hash": "sha256-wfA0fOJpbJT1MdCVzZ7yLmSOwJDpscPe4Xk4sHod8XY="
},
"jackson-databind-2.15.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.1/jackson-databind-2.15.1.module",
"hash": "sha256-e9QxX2gFmSVlRTq/cVf+muzrjWqslisaZM9gubAbJc4="
},
"jackson-databind-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.1/jackson-databind-2.15.1.pom",
"hash": "sha256-7cmvJRy1QoPCy0FZ3bM4CZJ/DIkS7UIeKQLC064GIYQ="
}
},
"com.fasterxml.jackson.core:jackson-databind:2.12.1": {
"jackson-databind-2.12.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.module",
"hash": "sha256-tJO0KpyV7rswWeAw1ZgAXr5b7RU8vQHA38zIFKDDeJA="
},
"jackson-databind-2.12.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom",
"hash": "sha256-mJJjmdUHJAjCDNYwY/vinPCSP8UGGjpW1ph/Tf9voiM="
}
},
"com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.1": {
"jackson-dataformat-yaml-2.15.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.1/jackson-dataformat-yaml-2.15.1.jar",
"hash": "sha256-iX8bNQmt4OcPFJi4POQQyEKLkTsSrkp8GmsLIkOLsYI="
},
"jackson-dataformat-yaml-2.15.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.1/jackson-dataformat-yaml-2.15.1.module",
"hash": "sha256-/HW18yHXnKdjB2n3oJfXa8ke9P4ubpUSJhjCPLllnAQ="
},
"jackson-dataformat-yaml-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.1/jackson-dataformat-yaml-2.15.1.pom",
"hash": "sha256-qggBh9FCfkU/J3YD+QqlLhJc+4Y5VORnbKPD3N3ngjU="
}
},
"com.fasterxml.jackson.dataformat:jackson-dataformats-text:2.15.1": {
"jackson-dataformats-text-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.15.1/jackson-dataformats-text-2.15.1.pom",
"hash": "sha256-xLCopnocY3IgeJlhd5bYafE/UerrGsN/wHqcpxPaQjU="
}
},
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.1": {
"jackson-datatype-jsr310-2.15.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.1/jackson-datatype-jsr310-2.15.1.jar",
"hash": "sha256-VLF1WOXntiGUA+echUT8eoATxGYJy341TS08H5meuZ8="
},
"jackson-datatype-jsr310-2.15.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.1/jackson-datatype-jsr310-2.15.1.module",
"hash": "sha256-X6XvE2UWRb0pDDLdWpucdoWjH0It5vCMgTyC3D2ob+g="
},
"jackson-datatype-jsr310-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.1/jackson-datatype-jsr310-2.15.1.pom",
"hash": "sha256-AgpQTXV9KOhe6UX/9Qh4TD725hWdpzlsTdBzkVHOpfI="
}
},
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.1": {
"jackson-datatype-jsr310-2.12.1.module": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.1/jackson-datatype-jsr310-2.12.1.module",
"hash": "sha256-nMjr71ViEIJtCRlAG4h+rcNPHfJFuN3TBeUwj6cR+F8="
},
"jackson-datatype-jsr310-2.12.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.1/jackson-datatype-jsr310-2.12.1.pom",
"hash": "sha256-9E5NpIdrtjPOvbSNFfPX1tT4s9fcWv281DQxQrbFxjE="
}
},
"com.fasterxml.jackson.module:jackson-modules-java8:2.15.1": {
"jackson-modules-java8-2.15.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.15.1/jackson-modules-java8-2.15.1.pom",
"hash": "sha256-AUpIcTW19jAR+F5vZyph4IDULsSjl5eS00714ay1PTY="
}
},
"com.fasterxml.jackson.module:jackson-modules-java8:2.12.1": {
"jackson-modules-java8-2.12.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.12.1/jackson-modules-java8-2.12.1.pom",
"hash": "sha256-xnsditvQbvzayO7571aXh/I244abgfhv//IF7htMtGc="
}
},
"com.github.maiflai.scalatest:com.github.maiflai.scalatest.gradle.plugin:0.32": {
"com.github.maiflai.scalatest.gradle.plugin-0.32.pom": {
"url": "https://plugins.gradle.org/m2/com/github/maiflai/scalatest/com.github.maiflai.scalatest.gradle.plugin/0.32/com.github.maiflai.scalatest.gradle.plugin-0.32.pom",
"hash": "sha256-POylPnoFio0gU8SdoFcwpxzhT0sGKeKIOORrQSZvqv0="
}
},
"com.ibm.icu:icu4j:72.1": {
"icu4j-72.1.jar": {
"url": "https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar",
"hash": "sha256-PfVyskCmjRO1zXeK0jk+iF0mQRQ0zY8JisWYfqLmTOM="
},
"icu4j-72.1.pom": {
"url": "https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom",
"hash": "sha256-Pe8rKa9KGa2AXLFTBWklqJqQP5L77hre4S7S/BTETug="
}
},
"com.lmax:disruptor:3.4.2": {
"disruptor-3.4.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/lmax/disruptor/3.4.2/disruptor-3.4.2.jar",
"hash": "sha256-9BLsuyNcJGC0XmNYQQlyPeqNlLgZx4yb/Dj1DLqFRsA="
},
"disruptor-3.4.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/lmax/disruptor/3.4.2/disruptor-3.4.2.pom",
"hash": "sha256-cxHl4mHKYvJZstFObW8c43WmRxhzGnMP187AIo1Q9do="
}
},
"com.openhtmltopdf:openhtmltopdf-core:1.0.10": {
"openhtmltopdf-core-1.0.10.jar": {
"url": "https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-core/1.0.10/openhtmltopdf-core-1.0.10.jar",
"hash": "sha256-Pm/SJQ2DPVALfNSLeolnANDDO9n3eiGeggSTsBVm7aM="
},
"openhtmltopdf-core-1.0.10.pom": {
"url": "https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-core/1.0.10/openhtmltopdf-core-1.0.10.pom",
"hash": "sha256-fEK4zFhNkS5ZpEXz6217vuM4EVYRn2iwT8+jzQYh8uk="
}
},
"com.openhtmltopdf:openhtmltopdf-parent:1.0.10": {
"openhtmltopdf-parent-1.0.10.pom": {
"url": "https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-parent/1.0.10/openhtmltopdf-parent-1.0.10.pom",
"hash": "sha256-d4ItapCYU0Pkx5CvlcEumrVKMCOKVFlOC3ncgRlk72k="
}
},
"com.openhtmltopdf:openhtmltopdf-pdfbox:1.0.10": {
"openhtmltopdf-pdfbox-1.0.10.jar": {
"url": "https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-pdfbox/1.0.10/openhtmltopdf-pdfbox-1.0.10.jar",
"hash": "sha256-fekN8bPs+E5vDa+AjXJMERQgB6LyK/8ZNkeb8XJR0xo="
},
"openhtmltopdf-pdfbox-1.0.10.pom": {
"url": "https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-pdfbox/1.0.10/openhtmltopdf-pdfbox-1.0.10.pom",
"hash": "sha256-s1Ec1lzqF2iM8T/zHsVw10CLgb/d1S+uzK7tRVDMFxU="
}
},
"com.openhtmltopdf:openhtmltopdf-rtl-support:1.0.10": {
"openhtmltopdf-rtl-support-1.0.10.jar": {
"url": "https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-rtl-support/1.0.10/openhtmltopdf-rtl-support-1.0.10.jar",
"hash": "sha256-VnXAtW1hOxVEb50JItiXga9I8FMxMmqHvbPRd1xwMhU="
},
"openhtmltopdf-rtl-support-1.0.10.pom": {
"url": "https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-rtl-support/1.0.10/openhtmltopdf-rtl-support-1.0.10.pom",
"hash": "sha256-w6P5q1EzekCkCG6v1NI/xaUZNZrpXv9pauUqu+T3HNI="
}
},
"com.swoval:file-tree-views:2.1.10": {
"file-tree-views-2.1.10.jar": {
"url": "https://repo.maven.apache.org/maven2/com/swoval/file-tree-views/2.1.10/file-tree-views-2.1.10.jar",
"hash": "sha256-PszTz/LXaUqjlp06Lzo5DdjsdSQ/m2crIjf3cwiDknM="
},
"file-tree-views-2.1.10.pom": {
"url": "https://repo.maven.apache.org/maven2/com/swoval/file-tree-views/2.1.10/file-tree-views-2.1.10.pom",
"hash": "sha256-VOzHiO1mO4eRw/wl+TWgbdUD/S69E9IRO98SKwiM1d4="
}
},
"com.vladsch.flexmark:flexmark:0.64.8": {
"flexmark-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark/0.64.8/flexmark-0.64.8.jar",
"hash": "sha256-MTOHjRCPDhlk19Qn83mnQz4bcaRfnzwfq37QrAMB07A="
},
"flexmark-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark/0.64.8/flexmark-0.64.8.pom",
"hash": "sha256-wwO7cco5tSiAann47wLaSpTxklt11Bh3ojRNsbwiWpI="
}
},
"com.vladsch.flexmark:flexmark:0.62.2": {
"flexmark-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark/0.62.2/flexmark-0.62.2.jar",
"hash": "sha256-XrwXB7hsIscKDvfFt7OKk2HIC4m2v9Dhe+OasO0ycqY="
},
"flexmark-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark/0.62.2/flexmark-0.62.2.pom",
"hash": "sha256-OOToJG9JYj9niKsYjSUA/tq8wjXUEe0/JdlN4Yv5zsg="
}
},
"com.vladsch.flexmark:flexmark-all:0.64.8": {
"flexmark-all-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-all/0.64.8/flexmark-all-0.64.8.jar",
"hash": "sha256-S4nYmvElHLQE5fAlcUs9UvYPsJD+VGBX5GQMfzDAVyY="
},
"flexmark-all-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-all/0.64.8/flexmark-all-0.64.8.pom",
"hash": "sha256-Aw6ZLT/ZbH6Z0giYgyjhFXuMYFSGPwMGfilEXPC3Mtw="
}
},
"com.vladsch.flexmark:flexmark-ext-abbreviation:0.64.8": {
"flexmark-ext-abbreviation-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-abbreviation/0.64.8/flexmark-ext-abbreviation-0.64.8.jar",
"hash": "sha256-T10tusV3Xc0ywaYyRhhoeIPwsoez4kO4NsfoVgvgu+o="
},
"flexmark-ext-abbreviation-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-abbreviation/0.64.8/flexmark-ext-abbreviation-0.64.8.pom",
"hash": "sha256-f62FR4Il4nH7a5uJuSiOCPRQpuFhRha4G09AN/iQQ9g="
}
},
"com.vladsch.flexmark:flexmark-ext-admonition:0.64.8": {
"flexmark-ext-admonition-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-admonition/0.64.8/flexmark-ext-admonition-0.64.8.jar",
"hash": "sha256-poI+pFpYEKwel/VFveyDcQeX5vz2yk7u++kw5XqaBD0="
},
"flexmark-ext-admonition-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-admonition/0.64.8/flexmark-ext-admonition-0.64.8.pom",
"hash": "sha256-+uVH1mFlob/WgbY+whIi67xIqAh0z2L5EqBvw4BdIac="
}
},
"com.vladsch.flexmark:flexmark-ext-anchorlink:0.64.8": {
"flexmark-ext-anchorlink-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.64.8/flexmark-ext-anchorlink-0.64.8.jar",
"hash": "sha256-NtaEnfhUinGw+H65fTaQhkuWCo5Jef7fhlQYyJA0U6Y="
},
"flexmark-ext-anchorlink-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.64.8/flexmark-ext-anchorlink-0.64.8.pom",
"hash": "sha256-oLPeBOQ2IL6yL42eG5zyRNPGi9Z54ao/gK5jMtNtqLs="
}
},
"com.vladsch.flexmark:flexmark-ext-anchorlink:0.62.2": {
"flexmark-ext-anchorlink-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.62.2/flexmark-ext-anchorlink-0.62.2.jar",
"hash": "sha256-mW8z71idCqhR6Lw+DioPr/GwRHw1qc0CrJvsTEANepQ="
},
"flexmark-ext-anchorlink-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.62.2/flexmark-ext-anchorlink-0.62.2.pom",
"hash": "sha256-Y0eX+RzOiGvSJikqh1oL9TQPeuzVdSB4JT/+7rxjsG4="
}
},
"com.vladsch.flexmark:flexmark-ext-aside:0.64.8": {
"flexmark-ext-aside-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-aside/0.64.8/flexmark-ext-aside-0.64.8.jar",
"hash": "sha256-/rqYn8ggez1n31F/6u2tsklsNdRYJ7Pwq2tJ2Id0OIQ="
},
"flexmark-ext-aside-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-aside/0.64.8/flexmark-ext-aside-0.64.8.pom",
"hash": "sha256-j5sCS44D/YBCRGtYoFk+RF9MOmnz3+XzM72dWokEZQU="
}
},
"com.vladsch.flexmark:flexmark-ext-attributes:0.64.8": {
"flexmark-ext-attributes-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-attributes/0.64.8/flexmark-ext-attributes-0.64.8.jar",
"hash": "sha256-TbQvMA7FSQ/3nn1ORAAAiOCNg9FAluezqf1jEZWJ7Xc="
},
"flexmark-ext-attributes-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-attributes/0.64.8/flexmark-ext-attributes-0.64.8.pom",
"hash": "sha256-FWyMhRN4MRyjd4+nyAEs9JQKgoU2LUe0GBiGMtuF8l8="
}
},
"com.vladsch.flexmark:flexmark-ext-autolink:0.64.8": {
"flexmark-ext-autolink-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.64.8/flexmark-ext-autolink-0.64.8.jar",
"hash": "sha256-SFDW+JXsPykyY1gp10/5ovsAkYllu5HAAKtJfWA+Ebg="
},
"flexmark-ext-autolink-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.64.8/flexmark-ext-autolink-0.64.8.pom",
"hash": "sha256-pAhM18Nw8ttWbRgsWDndkQdnARBi7MxRzb0HtRKb1ko="
}
},
"com.vladsch.flexmark:flexmark-ext-autolink:0.62.2": {
"flexmark-ext-autolink-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.62.2/flexmark-ext-autolink-0.62.2.jar",
"hash": "sha256-Un1KKUd419zH8wnUB+ugUmgWztLWkcUTCGBrKGq/ZXM="
},
"flexmark-ext-autolink-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.62.2/flexmark-ext-autolink-0.62.2.pom",
"hash": "sha256-hz3rNRMJPHYgyQoicePvnmXrhDcZ5YCuGuV93dtR6Ig="
}
},
"com.vladsch.flexmark:flexmark-ext-definition:0.64.8": {
"flexmark-ext-definition-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-definition/0.64.8/flexmark-ext-definition-0.64.8.jar",
"hash": "sha256-2NrF4HMsQFcCyTKzxJWg/EEyJDNTM85gCdgwc04x4OY="
},
"flexmark-ext-definition-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-definition/0.64.8/flexmark-ext-definition-0.64.8.pom",
"hash": "sha256-OLjMz8siF4j+ojBrVMcfHP393tpFlUUIhfZPp1xOTAA="
}
},
"com.vladsch.flexmark:flexmark-ext-emoji:0.64.8": {
"flexmark-ext-emoji-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.64.8/flexmark-ext-emoji-0.64.8.jar",
"hash": "sha256-AS0ttRRjr9hHAmJ+ST/tzkLrfesbrjCd3O/RgasoPL4="
},
"flexmark-ext-emoji-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.64.8/flexmark-ext-emoji-0.64.8.pom",
"hash": "sha256-N1dSYA7KUGOae9HyFnK282sDFbYCoOcKDzoGRZZxQKk="
}
},
"com.vladsch.flexmark:flexmark-ext-emoji:0.62.2": {
"flexmark-ext-emoji-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.62.2/flexmark-ext-emoji-0.62.2.jar",
"hash": "sha256-3N78LajsdCq4FgUnbr8wCWJhNJnBGW+4fggr12vGF4k="
},
"flexmark-ext-emoji-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.62.2/flexmark-ext-emoji-0.62.2.pom",
"hash": "sha256-spqmURUeXMUFyJ1rtvC+S4MII/6TtOj0IDe9FVwEGdk="
}
},
"com.vladsch.flexmark:flexmark-ext-enumerated-reference:0.64.8": {
"flexmark-ext-enumerated-reference-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-enumerated-reference/0.64.8/flexmark-ext-enumerated-reference-0.64.8.jar",
"hash": "sha256-4vhYvt81biTbnTHBXMV6KxQHEHSoUPi7/djGMqzwWUI="
},
"flexmark-ext-enumerated-reference-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-enumerated-reference/0.64.8/flexmark-ext-enumerated-reference-0.64.8.pom",
"hash": "sha256-Tz19W9sI6zEWKlxWDINebZzi8AXKwnV1hoEHFVf4No8="
}
},
"com.vladsch.flexmark:flexmark-ext-escaped-character:0.64.8": {
"flexmark-ext-escaped-character-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-escaped-character/0.64.8/flexmark-ext-escaped-character-0.64.8.jar",
"hash": "sha256-AQCaNHPAB73ez+PNOXkoIRe4LUmBLc80fOv87kcCNxI="
},
"flexmark-ext-escaped-character-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-escaped-character/0.64.8/flexmark-ext-escaped-character-0.64.8.pom",
"hash": "sha256-MfLTty+N1AZ+BqIJzxu2B3lQb/cu3rEv/NQsJy2RUvA="
}
},
"com.vladsch.flexmark:flexmark-ext-footnotes:0.64.8": {
"flexmark-ext-footnotes-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-footnotes/0.64.8/flexmark-ext-footnotes-0.64.8.jar",
"hash": "sha256-rlJEJU4nCuZHmAOHD6eR/grhK+JC9y5Hl5QSqK4W3wY="
},
"flexmark-ext-footnotes-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-footnotes/0.64.8/flexmark-ext-footnotes-0.64.8.pom",
"hash": "sha256-vRhX/y2tHZJ+CrunG+SwoGOvY2yarqWGGcP+Y5DfWaI="
}
},
"com.vladsch.flexmark:flexmark-ext-gfm-issues:0.64.8": {
"flexmark-ext-gfm-issues-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-issues/0.64.8/flexmark-ext-gfm-issues-0.64.8.jar",
"hash": "sha256-DDMty+twMXnciN82jNtxs6X0hs62JIjPioFve+vnFVg="
},
"flexmark-ext-gfm-issues-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-issues/0.64.8/flexmark-ext-gfm-issues-0.64.8.pom",
"hash": "sha256-B708iF6GPhhrihV3dQwmuyeGLzdb6sJuyDWfHOlYeyc="
}
},
"com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.64.8": {
"flexmark-ext-gfm-strikethrough-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.64.8/flexmark-ext-gfm-strikethrough-0.64.8.jar",
"hash": "sha256-/GytAm+9A2s//QRIJkNgpfG1cnVu80J/8CJxW3/F8cM="
},
"flexmark-ext-gfm-strikethrough-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.64.8/flexmark-ext-gfm-strikethrough-0.64.8.pom",
"hash": "sha256-29iSNA0WNyOaf2bF5SGSELfNQX0f13HOk6llsD9xgog="
}
},
"com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.62.2": {
"flexmark-ext-gfm-strikethrough-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.62.2/flexmark-ext-gfm-strikethrough-0.62.2.jar",
"hash": "sha256-pGp8Kr1ejy1mVbfocECAU+C+st0UpazsTysY9uWx8M8="
},
"flexmark-ext-gfm-strikethrough-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.62.2/flexmark-ext-gfm-strikethrough-0.62.2.pom",
"hash": "sha256-3vRWieZ559gqrT33wt3u6LEG1Y2UmTBOxUov6CMECwY="
}
},
"com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.64.8": {
"flexmark-ext-gfm-tasklist-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.64.8/flexmark-ext-gfm-tasklist-0.64.8.jar",
"hash": "sha256-yGdUuo8P/pl/pEjaKmqyz9vqmzgYhM/tb3S/UTt39ak="
},
"flexmark-ext-gfm-tasklist-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.64.8/flexmark-ext-gfm-tasklist-0.64.8.pom",
"hash": "sha256-grSuGU68cqCDfFhZ9lqbqDmxhv36xW2omLQIjnrDyLg="
}
},
"com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.62.2": {
"flexmark-ext-gfm-tasklist-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.62.2/flexmark-ext-gfm-tasklist-0.62.2.jar",
"hash": "sha256-uXyz3229OKMrwfkKfIH1sRLYo5CYTnpfn/99g/bi0sk="
},
"flexmark-ext-gfm-tasklist-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.62.2/flexmark-ext-gfm-tasklist-0.62.2.pom",
"hash": "sha256-GsqIe4Q9ZRanD6s6Zq9SAKXzXgnOuY8sqXupNdrQHxw="
}
},
"com.vladsch.flexmark:flexmark-ext-gfm-users:0.64.8": {
"flexmark-ext-gfm-users-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-users/0.64.8/flexmark-ext-gfm-users-0.64.8.jar",
"hash": "sha256-mW8uNhxZGKVySmZ2b+gDoUw5eqn30PdSIOwbnK4LDAY="
},
"flexmark-ext-gfm-users-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-users/0.64.8/flexmark-ext-gfm-users-0.64.8.pom",
"hash": "sha256-twZpFGGpG+nZlQOJqU/zPvsnjZLrtInkapF/lPUrxas="
}
},
"com.vladsch.flexmark:flexmark-ext-gitlab:0.64.8": {
"flexmark-ext-gitlab-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gitlab/0.64.8/flexmark-ext-gitlab-0.64.8.jar",
"hash": "sha256-NtvT4yU7wW8JyXc7tMm040dnacD1NDA4CxKsGkfVmYM="
},
"flexmark-ext-gitlab-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gitlab/0.64.8/flexmark-ext-gitlab-0.64.8.pom",
"hash": "sha256-1XNf0QVxhlQaAr6/oXb2z8hGWVdVud1McGhcXU475zM="
}
},
"com.vladsch.flexmark:flexmark-ext-ins:0.64.8": {
"flexmark-ext-ins-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.64.8/flexmark-ext-ins-0.64.8.jar",
"hash": "sha256-W2G4PDHLC9MnPL8SrtOIe2O4vcbfoXsD7PR5zxzhdr0="
},
"flexmark-ext-ins-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.64.8/flexmark-ext-ins-0.64.8.pom",
"hash": "sha256-TPZAzDnlBtzCvF7Sk0ZOiet9u3X8chhlgre2M8ziWyE="
}
},
"com.vladsch.flexmark:flexmark-ext-ins:0.62.2": {
"flexmark-ext-ins-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.62.2/flexmark-ext-ins-0.62.2.jar",
"hash": "sha256-FdIX749NdwLaTHwRqf0ZLuw9Z+mrVIY0TflVhOczNvo="
},
"flexmark-ext-ins-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.62.2/flexmark-ext-ins-0.62.2.pom",
"hash": "sha256-XCPDy0RscMn4fGO/Za3C/oZVsyn7XAiPGCj6KF1ubMA="
}
},
"com.vladsch.flexmark:flexmark-ext-jekyll-front-matter:0.64.8": {
"flexmark-ext-jekyll-front-matter-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-front-matter/0.64.8/flexmark-ext-jekyll-front-matter-0.64.8.jar",
"hash": "sha256-sR5OYdvUyz43rjJbL5zRbb94+Gv9Yj2VK/Df1taFxGo="
},
"flexmark-ext-jekyll-front-matter-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-front-matter/0.64.8/flexmark-ext-jekyll-front-matter-0.64.8.pom",
"hash": "sha256-LPgBTCFX9AgDUUz+iGXBRr1OADZFlBS4CKKUXYVMdUc="
}
},
"com.vladsch.flexmark:flexmark-ext-jekyll-tag:0.64.8": {
"flexmark-ext-jekyll-tag-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-tag/0.64.8/flexmark-ext-jekyll-tag-0.64.8.jar",
"hash": "sha256-I03oRd7N3yU/e+vVQA4MbBMOpfiYh8D3GVjgM7zcIz4="
},
"flexmark-ext-jekyll-tag-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-tag/0.64.8/flexmark-ext-jekyll-tag-0.64.8.pom",
"hash": "sha256-uAeGhqARHG+S9dTAhhm4m9aZc63ZmrwDWErZM9KXYtE="
}
},
"com.vladsch.flexmark:flexmark-ext-macros:0.64.8": {
"flexmark-ext-macros-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-macros/0.64.8/flexmark-ext-macros-0.64.8.jar",
"hash": "sha256-vIRgWNiivWbnxBk/3o4ZTbCJdh4lNM4BeumawnH8jT4="
},
"flexmark-ext-macros-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-macros/0.64.8/flexmark-ext-macros-0.64.8.pom",
"hash": "sha256-W6/NlDd6R5OxCPxAFovWfwNcs73Q4WpPsmTiyUTXdyg="
}
},
"com.vladsch.flexmark:flexmark-ext-media-tags:0.64.8": {
"flexmark-ext-media-tags-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-media-tags/0.64.8/flexmark-ext-media-tags-0.64.8.jar",
"hash": "sha256-jy5BvlL5Yzrq82zo0O0iLmzDetng5slDoNMEstBx9gA="
},
"flexmark-ext-media-tags-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-media-tags/0.64.8/flexmark-ext-media-tags-0.64.8.pom",
"hash": "sha256-R8ogpXiaC/B96t01ONYeXTS4UqJmqRl3WfAPqshHAmk="
}
},
"com.vladsch.flexmark:flexmark-ext-resizable-image:0.64.8": {
"flexmark-ext-resizable-image-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-resizable-image/0.64.8/flexmark-ext-resizable-image-0.64.8.jar",
"hash": "sha256-468v1tguTNWt9mobXNaK4MLO98e8yy8gEMLqvojq++4="
},
"flexmark-ext-resizable-image-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-resizable-image/0.64.8/flexmark-ext-resizable-image-0.64.8.pom",
"hash": "sha256-nYextKtfnvSGZI2EENtpR6VuI4qHAUVnQlB7eMg5fbc="
}
},
"com.vladsch.flexmark:flexmark-ext-superscript:0.64.8": {
"flexmark-ext-superscript-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.64.8/flexmark-ext-superscript-0.64.8.jar",
"hash": "sha256-RXkzMk0cqfKDvBWhhCd3xt8DhfMY/M6t5N5BYhOV5AI="
},
"flexmark-ext-superscript-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.64.8/flexmark-ext-superscript-0.64.8.pom",
"hash": "sha256-+JfvOutkMsN/uIgBcgUxFtEa84rkcJyQiqcBVM0mGh4="
}
},
"com.vladsch.flexmark:flexmark-ext-superscript:0.62.2": {
"flexmark-ext-superscript-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.62.2/flexmark-ext-superscript-0.62.2.jar",
"hash": "sha256-xg/hLDnUj1SO8nulUiFIPXbU+/wUdvSQNBStWqzSOV8="
},
"flexmark-ext-superscript-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.62.2/flexmark-ext-superscript-0.62.2.pom",
"hash": "sha256-M60WgBlHgJtJR954vraIzeG7rMduLxcO6zSu3HBfeCs="
}
},
"com.vladsch.flexmark:flexmark-ext-tables:0.64.8": {
"flexmark-ext-tables-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.64.8/flexmark-ext-tables-0.64.8.jar",
"hash": "sha256-zfgtJuES6WrefjcBOK6xaSC34tQR0gxsFcsaz6zR7x8="
},
"flexmark-ext-tables-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.64.8/flexmark-ext-tables-0.64.8.pom",
"hash": "sha256-+Lnuh0FZExL8I1PkfMjMbZIud2RInYOrrX0V8zU33PU="
}
},
"com.vladsch.flexmark:flexmark-ext-tables:0.62.2": {
"flexmark-ext-tables-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.62.2/flexmark-ext-tables-0.62.2.jar",
"hash": "sha256-dhlD2UAgt4rCfImEDZl5Mo/EyxjLA67SPuO5dnv5JLU="
},
"flexmark-ext-tables-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.62.2/flexmark-ext-tables-0.62.2.pom",
"hash": "sha256-oIHrKbm+jCVK21Z8aUCOMwRgppSYohLKtCde2lexVWk="
}
},
"com.vladsch.flexmark:flexmark-ext-toc:0.64.8": {
"flexmark-ext-toc-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-toc/0.64.8/flexmark-ext-toc-0.64.8.jar",
"hash": "sha256-v1Txu3vKcgNB2w4yJpFyWrjgIrLKJprR5PNwXBbTeRE="
},
"flexmark-ext-toc-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-toc/0.64.8/flexmark-ext-toc-0.64.8.pom",
"hash": "sha256-f5ZISpzvpc9J7xREBSQJl4Ml1KmLkT7EehHYxM1G+HM="
}
},
"com.vladsch.flexmark:flexmark-ext-typographic:0.64.8": {
"flexmark-ext-typographic-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-typographic/0.64.8/flexmark-ext-typographic-0.64.8.jar",
"hash": "sha256-YVYagRxxaEP+48t/GPAHg8OgHDCmzmU0RnOLzJAK6xM="
},
"flexmark-ext-typographic-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-typographic/0.64.8/flexmark-ext-typographic-0.64.8.pom",
"hash": "sha256-3iS9zHP7iOrtxNX9LsqT8AgwKXqHDnmfoQMZLhNDfJw="
}
},
"com.vladsch.flexmark:flexmark-ext-wikilink:0.64.8": {
"flexmark-ext-wikilink-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.64.8/flexmark-ext-wikilink-0.64.8.jar",
"hash": "sha256-8y73ee77TDuA1b6/PEt61yBvxG4IOlkBz1Hbe0U1/3k="
},
"flexmark-ext-wikilink-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.64.8/flexmark-ext-wikilink-0.64.8.pom",
"hash": "sha256-Vr+s6mEz9k+F30Ir6iY/9USKNWCxfSIXw8LSvJRPtbo="
}
},
"com.vladsch.flexmark:flexmark-ext-wikilink:0.62.2": {
"flexmark-ext-wikilink-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.62.2/flexmark-ext-wikilink-0.62.2.jar",
"hash": "sha256-NwZ2EZ4NuHRT/gDYI8W0AXKYDLJIkepP7az4jv+QnaM="
},
"flexmark-ext-wikilink-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.62.2/flexmark-ext-wikilink-0.62.2.pom",
"hash": "sha256-fHki5n1H7ei/RNfcX3BDSIaGvacPHylHECf6K1rj08U="
}
},
"com.vladsch.flexmark:flexmark-ext-xwiki-macros:0.64.8": {
"flexmark-ext-xwiki-macros-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-xwiki-macros/0.64.8/flexmark-ext-xwiki-macros-0.64.8.jar",
"hash": "sha256-+YbOWu1T+o2yD98qmONqpcr++0llFsjAMbhL+wgaVnI="
},
"flexmark-ext-xwiki-macros-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-xwiki-macros/0.64.8/flexmark-ext-xwiki-macros-0.64.8.pom",
"hash": "sha256-wPF/ocoAPad7bJRYv0xwlhj2Tux8oG6yFk6zp0FFSgc="
}
},
"com.vladsch.flexmark:flexmark-ext-yaml-front-matter:0.64.8": {
"flexmark-ext-yaml-front-matter-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.64.8/flexmark-ext-yaml-front-matter-0.64.8.jar",
"hash": "sha256-bGC4XbTMhRMBwaUtcS3AkJxdLam9F+uuTZejoDr+Iu4="
},
"flexmark-ext-yaml-front-matter-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.64.8/flexmark-ext-yaml-front-matter-0.64.8.pom",
"hash": "sha256-8RKR/LfbgiIQHvipAJ4DiwR6XS/PlWdKUc/cNREaa5g="
}
},
"com.vladsch.flexmark:flexmark-ext-yaml-front-matter:0.62.2": {
"flexmark-ext-yaml-front-matter-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.62.2/flexmark-ext-yaml-front-matter-0.62.2.jar",
"hash": "sha256-1ZCWlg1sgLKbZNTZ2sk2ssEh0LEcPgCz38wTKdvBE7E="
},
"flexmark-ext-yaml-front-matter-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.62.2/flexmark-ext-yaml-front-matter-0.62.2.pom",
"hash": "sha256-6xtg36voYOcQ0K6pWOuV0DUYtETrOS2hG0EWyDAyi+o="
}
},
"com.vladsch.flexmark:flexmark-ext-youtube-embedded:0.64.8": {
"flexmark-ext-youtube-embedded-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-youtube-embedded/0.64.8/flexmark-ext-youtube-embedded-0.64.8.jar",
"hash": "sha256-b+GVr+51LfUCrUKVqwxOyO159bD9xf+FuYyLxRLw8Ro="
},
"flexmark-ext-youtube-embedded-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-youtube-embedded/0.64.8/flexmark-ext-youtube-embedded-0.64.8.pom",
"hash": "sha256-hNEIGWu0X4SgLkKd28M/2BAcZlNGhDwzPmUIot4lJ5A="
}
},
"com.vladsch.flexmark:flexmark-html2md-converter:0.64.8": {
"flexmark-html2md-converter-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-html2md-converter/0.64.8/flexmark-html2md-converter-0.64.8.jar",
"hash": "sha256-PySpCo/t1nCPBr5yu8n19SEavEnDXulZGM57C0FlHmI="
},
"flexmark-html2md-converter-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-html2md-converter/0.64.8/flexmark-html2md-converter-0.64.8.pom",
"hash": "sha256-UrrKRFXJePTvC0NK2oOfmHQy9JaQFS7yDkxvHmYb7TA="
}
},
"com.vladsch.flexmark:flexmark-java:0.64.8": {
"flexmark-java-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-java/0.64.8/flexmark-java-0.64.8.pom",
"hash": "sha256-QHv3UvN2KqkIxfxNZkuJOZTRt4OqIKKWakP4bBVetDM="
}
},
"com.vladsch.flexmark:flexmark-java:0.62.2": {
"flexmark-java-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-java/0.62.2/flexmark-java-0.62.2.pom",
"hash": "sha256-JI2xxPl5/ae/IeSmIhQoU2oZGjgSjbStjcbQiNpPXCI="
}
},
"com.vladsch.flexmark:flexmark-jira-converter:0.64.8": {
"flexmark-jira-converter-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.64.8/flexmark-jira-converter-0.64.8.jar",
"hash": "sha256-zMHDqWWaEEt1pTojIenB1M7bBazYZ9Q2bYuOFke9N90="
},
"flexmark-jira-converter-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.64.8/flexmark-jira-converter-0.64.8.pom",
"hash": "sha256-aO668VQ27ex78DMIQgcN0iOqcXQcaX17yQKVEdlG4II="
}
},
"com.vladsch.flexmark:flexmark-jira-converter:0.62.2": {
"flexmark-jira-converter-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.62.2/flexmark-jira-converter-0.62.2.jar",
"hash": "sha256-5GT7gT10dxLoh4TtdFn54bEwD7U/jl3P7pAiCBEnFRI="
},
"flexmark-jira-converter-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.62.2/flexmark-jira-converter-0.62.2.pom",
"hash": "sha256-x7oy6bYnvIubOKs1Ei5Ens3CNgmFEhv1sZcvriHyUos="
}
},
"com.vladsch.flexmark:flexmark-pdf-converter:0.64.8": {
"flexmark-pdf-converter-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-pdf-converter/0.64.8/flexmark-pdf-converter-0.64.8.jar",
"hash": "sha256-LvrLpMN9RzbwD8Nc1WhfjwC4PbmzyAylYC7aL7nSURw="
},
"flexmark-pdf-converter-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-pdf-converter/0.64.8/flexmark-pdf-converter-0.64.8.pom",
"hash": "sha256-r09ILAiifamGRSKIBup1huVFcyLHLqitcGmTT1H+QME="
}
},
"com.vladsch.flexmark:flexmark-profile-pegdown:0.64.8": {
"flexmark-profile-pegdown-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-profile-pegdown/0.64.8/flexmark-profile-pegdown-0.64.8.jar",
"hash": "sha256-HvIeU2KZwlwEDyb/myKf3u8kw2YcbDcbwrlGIidlJCY="
},
"flexmark-profile-pegdown-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-profile-pegdown/0.64.8/flexmark-profile-pegdown-0.64.8.pom",
"hash": "sha256-ftM4dpTJH18TwQe++SRr8bGnkelsFasx+kPH6vHFC5E="
}
},
"com.vladsch.flexmark:flexmark-util:0.64.8": {
"flexmark-util-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.64.8/flexmark-util-0.64.8.jar",
"hash": "sha256-HiTIkdrJUyu3Ir5xIscCb7R4aMPeNsAkAO7Y6a1TVyc="
},
"flexmark-util-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.64.8/flexmark-util-0.64.8.pom",
"hash": "sha256-g4Eg9qTozQub7BiGcCnXjxFNV3zcvOppRr65fsmM5/g="
}
},
"com.vladsch.flexmark:flexmark-util:0.62.2": {
"flexmark-util-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.62.2/flexmark-util-0.62.2.jar",
"hash": "sha256-Nrtyo7V6mf91EZDLU4rVU0mb1JvCR2PGQtWMYenVsXE="
},
"flexmark-util-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.62.2/flexmark-util-0.62.2.pom",
"hash": "sha256-g2csoRlSXfWYmUAL3kXRmWSwWqNL6XZpe2T9SNtqPRo="
}
},
"com.vladsch.flexmark:flexmark-util-ast:0.64.8": {
"flexmark-util-ast-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-ast/0.64.8/flexmark-util-ast-0.64.8.jar",
"hash": "sha256-pTQvZExqXzfVAvIlw6DLaZwmNiHILnINnAjrpanzuNM="
},
"flexmark-util-ast-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-ast/0.64.8/flexmark-util-ast-0.64.8.pom",
"hash": "sha256-M5IPcD8naQ/qq7CKQ07O8g073bpMbcF9m1EYACUHITM="
}
},
"com.vladsch.flexmark:flexmark-util-ast:0.62.2": {
"flexmark-util-ast-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-ast/0.62.2/flexmark-util-ast-0.62.2.jar",
"hash": "sha256-diwcK5zsDN9T/h+hBoBhJlpE97wz5nLBP4OKaXGJ5DQ="
},
"flexmark-util-ast-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-ast/0.62.2/flexmark-util-ast-0.62.2.pom",
"hash": "sha256-ztjEJKYYgh6k/qwCNbp+L59F74wuoU4nMg6RK61IOLo="
}
},
"com.vladsch.flexmark:flexmark-util-builder:0.64.8": {
"flexmark-util-builder-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-builder/0.64.8/flexmark-util-builder-0.64.8.jar",
"hash": "sha256-r7nIjZ9lJFHnXxqwaa193XkdcS6yEcUdjSqDSUJAh10="
},
"flexmark-util-builder-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-builder/0.64.8/flexmark-util-builder-0.64.8.pom",
"hash": "sha256-ERKthdmLh0tJeVT6eySR9AXb4B2kso0x9XVMzFtqL6E="
}
},
"com.vladsch.flexmark:flexmark-util-builder:0.62.2": {
"flexmark-util-builder-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-builder/0.62.2/flexmark-util-builder-0.62.2.jar",
"hash": "sha256-HzF3q/UbTibiu6mU30kCs5LHM24W3+56ssSS4GhdUvU="
},
"flexmark-util-builder-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-builder/0.62.2/flexmark-util-builder-0.62.2.pom",
"hash": "sha256-OixyYUNpkLAKgBVo0U0+vU9j89R3FLTkMp2csrKu6GM="
}
},
"com.vladsch.flexmark:flexmark-util-collection:0.64.8": {
"flexmark-util-collection-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-collection/0.64.8/flexmark-util-collection-0.64.8.jar",
"hash": "sha256-Ax/wFAjQ9UxiNdsY1FHcbmsVuFmw7B5A/zQpqCN1CCo="
},
"flexmark-util-collection-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-collection/0.64.8/flexmark-util-collection-0.64.8.pom",
"hash": "sha256-xHLCQN7mFbkqISQcG0Lzm/44ZYlcMChulWI82UBecms="
}
},
"com.vladsch.flexmark:flexmark-util-collection:0.62.2": {
"flexmark-util-collection-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-collection/0.62.2/flexmark-util-collection-0.62.2.jar",
"hash": "sha256-WfNQ8GSus9DgHpf7dz+5cB42Bdnbem6xK84GhkErOAk="
},
"flexmark-util-collection-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-collection/0.62.2/flexmark-util-collection-0.62.2.pom",
"hash": "sha256-IStq9gR0OHAvkfO+/SU3Cl5+YXUCc3w4Oj4MKaZPTJc="
}
},
"com.vladsch.flexmark:flexmark-util-data:0.64.8": {
"flexmark-util-data-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-data/0.64.8/flexmark-util-data-0.64.8.jar",
"hash": "sha256-g861mJqwIFBUvxtCRG9Vy22hTBCqfCvaBdaiUEZw81M="
},
"flexmark-util-data-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-data/0.64.8/flexmark-util-data-0.64.8.pom",
"hash": "sha256-26l1Ca96vWwSBNwLP2K0hpzxqON8np1mNW4QqyTkhfE="
}
},
"com.vladsch.flexmark:flexmark-util-data:0.62.2": {
"flexmark-util-data-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-data/0.62.2/flexmark-util-data-0.62.2.jar",
"hash": "sha256-TsQmg/iuUe6CJ/NEOlTvDXDQdrWTiQq6wkZI2T7sw5w="
},
"flexmark-util-data-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-data/0.62.2/flexmark-util-data-0.62.2.pom",
"hash": "sha256-OMthVXCFsWtDvh/LiMXFq4dHVFK38JFaai34Ym4kIog="
}
},
"com.vladsch.flexmark:flexmark-util-dependency:0.64.8": {
"flexmark-util-dependency-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-dependency/0.64.8/flexmark-util-dependency-0.64.8.jar",
"hash": "sha256-5BrbXoFEaZtht41Q6wBO633oT5DExjYmYJ5s7l6ii0I="
},
"flexmark-util-dependency-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-dependency/0.64.8/flexmark-util-dependency-0.64.8.pom",
"hash": "sha256-0EkP+0Tt80pQprn6nrXD3XPT9weOH03oruUhmyIURVY="
}
},
"com.vladsch.flexmark:flexmark-util-dependency:0.62.2": {
"flexmark-util-dependency-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-dependency/0.62.2/flexmark-util-dependency-0.62.2.jar",
"hash": "sha256-WC0B0vP0Kp6pZlUbNU7b1sGd/HC+dPRwvIR9slXeE2c="
},
"flexmark-util-dependency-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-dependency/0.62.2/flexmark-util-dependency-0.62.2.pom",
"hash": "sha256-2B9z+rK9QatA1SecxlK7DLbE8s/mJiQbb0FmA6Bsz9Y="
}
},
"com.vladsch.flexmark:flexmark-util-format:0.64.8": {
"flexmark-util-format-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-format/0.64.8/flexmark-util-format-0.64.8.jar",
"hash": "sha256-bJrIdoZHTt8BF7P4ONncs7ll+nK+SZjSF3tZgBNnn3M="
},
"flexmark-util-format-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-format/0.64.8/flexmark-util-format-0.64.8.pom",
"hash": "sha256-q+B6AP/rbr+L6DoCzOTSdpHnRUlRvnatteV9qmJiSOE="
}
},
"com.vladsch.flexmark:flexmark-util-format:0.62.2": {
"flexmark-util-format-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-format/0.62.2/flexmark-util-format-0.62.2.jar",
"hash": "sha256-eM7S5njnRqeJSM6Uaf6V7HjCLQhbAlTM5/gmtAIxCH8="
},
"flexmark-util-format-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-format/0.62.2/flexmark-util-format-0.62.2.pom",
"hash": "sha256-8YMOlDSONEeOfPdZ29G0BPgV1030BnB67r0TDBq3+kk="
}
},
"com.vladsch.flexmark:flexmark-util-html:0.64.8": {
"flexmark-util-html-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-html/0.64.8/flexmark-util-html-0.64.8.jar",
"hash": "sha256-WxnmUGr/eRPHStclr3wrip8jlY5jJL8HEMWmRaRmMBc="
},
"flexmark-util-html-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-html/0.64.8/flexmark-util-html-0.64.8.pom",
"hash": "sha256-QSOT8DUt+GmWg4KaaRDOIX7RtSyaucYZIg1OM9W0n7o="
}
},
"com.vladsch.flexmark:flexmark-util-html:0.62.2": {
"flexmark-util-html-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-html/0.62.2/flexmark-util-html-0.62.2.jar",
"hash": "sha256-N3u/QHvH17CRranroWsFi35/pg7Uo+48WExdUU4Vl4Y="
},
"flexmark-util-html-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-html/0.62.2/flexmark-util-html-0.62.2.pom",
"hash": "sha256-NwVR+wTYf8p4N9TE60mjc6gPGx0OeZ/lSCHEKy/KpyY="
}
},
"com.vladsch.flexmark:flexmark-util-misc:0.64.8": {
"flexmark-util-misc-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-misc/0.64.8/flexmark-util-misc-0.64.8.jar",
"hash": "sha256-dEcsqBqQgOUeoaTxHCcImOPWwkLJInX6tH65k4Bsjys="
},
"flexmark-util-misc-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-misc/0.64.8/flexmark-util-misc-0.64.8.pom",
"hash": "sha256-7kzBaZZgo0M+YJAy20ar+0yTTlGmP3pYOewfi2qVwOE="
}
},
"com.vladsch.flexmark:flexmark-util-misc:0.62.2": {
"flexmark-util-misc-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-misc/0.62.2/flexmark-util-misc-0.62.2.jar",
"hash": "sha256-Bs7AaYYz+HXmaLQB26sgjg9WpdVflWqZMgnvrmvkXaY="
},
"flexmark-util-misc-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-misc/0.62.2/flexmark-util-misc-0.62.2.pom",
"hash": "sha256-veQTMX8vKAX0DWXosXJwrqnA6Hobj0z1bBViVlF8xnw="
}
},
"com.vladsch.flexmark:flexmark-util-options:0.64.8": {
"flexmark-util-options-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-options/0.64.8/flexmark-util-options-0.64.8.jar",
"hash": "sha256-JIn0HpyvHZ+AYYM7MRslQDkly7Yx//K4wGkZKATW/Ig="
},
"flexmark-util-options-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-options/0.64.8/flexmark-util-options-0.64.8.pom",
"hash": "sha256-GA5DN4dxzcVhlDhgQ8XX9Dsq7EW9N9CJwmYV0As5i2A="
}
},
"com.vladsch.flexmark:flexmark-util-options:0.62.2": {
"flexmark-util-options-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-options/0.62.2/flexmark-util-options-0.62.2.jar",
"hash": "sha256-omVzwf7bSU0v8G0o24UtMW9Nb8O0PtIkevus10PZrlA="
},
"flexmark-util-options-0.62.2.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-options/0.62.2/flexmark-util-options-0.62.2.pom",
"hash": "sha256-FprJcoqUc1Z92jU5Yow51tVbWEtjLoowsqc1vxpfiPk="
}
},
"com.vladsch.flexmark:flexmark-util-sequence:0.64.8": {
"flexmark-util-sequence-0.64.8.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-sequence/0.64.8/flexmark-util-sequence-0.64.8.jar",
"hash": "sha256-biKXb+TpuN6U/VKZkeyy15zEgqrZSYU2dHCpO+HYJjE="
},
"flexmark-util-sequence-0.64.8.pom": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-sequence/0.64.8/flexmark-util-sequence-0.64.8.pom",
"hash": "sha256-bOq0Eg9oVbt9IeVyDhVuogqWkeURN9ZGj0uQZzUvg+8="
}
},
"com.vladsch.flexmark:flexmark-util-sequence:0.62.2": {
"flexmark-util-sequence-0.62.2.jar": {
"url": "https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util-sequence/0.62.2/flexmark-util-sequence-0.62.2.jar",