-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathjdbi3-parent-3.48.0.buildinfo
1156 lines (903 loc) · 58.2 KB
/
jdbi3-parent-3.48.0.buildinfo
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
# https://reproducible-builds.org/docs/jvm/
buildinfo.version=1.0-SNAPSHOT
name=jdbi3 build parent
group-id=org.jdbi.internal
artifact-id=jdbi3-parent
version=3.48.0
# source information
source.scm.uri=scm:git:git://github.com/jdbi/jdbi.git
source.scm.tag=v3.48.0
# build instructions
build-tool=mvn
# build environment information (simplified for reproducibility)
java.version=23
os.name=Unix
# Maven rebuild instructions and effective environment
mvn.aggregate.artifact-id=jdbi3-examples
# aggregated output
outputs.0.coordinates=org.jdbi.internal:jdbi3-root
outputs.0.0.groupId=org.jdbi.internal
outputs.0.0.filename=jdbi3-root-3.48.0.pom
outputs.0.0.length=2592
outputs.0.0.checksums.sha512=24ec0490fc4bf51b81cb13d42de9965562104ed71daa9d50115b961d89caf447ad2c228be09bb9c75bc703fa84e09cf8407de56ef116fe38f35a842bafb57767
outputs.1.coordinates=org.jdbi.internal:jdbi3-policy
outputs.1.0.groupId=org.jdbi.internal
outputs.1.0.filename=jdbi3-policy-3.48.0.pom
outputs.1.0.length=1304
outputs.1.0.checksums.sha512=d8fb7306c4384408fc89524ee8a57e28a801b45d33a74b5adf6cefb1c1aa664c1e8f4da20875d8fccae43c53ffc9fd15d9b0685dc7ab73028271b047de0a71dc
outputs.1.1.groupId=org.jdbi.internal
outputs.1.1.filename=jdbi3-policy-3.48.0.jar
outputs.1.1.length=12250
outputs.1.1.checksums.sha512=53a02de4af5e41ef14a68d097e4725c84dc75c861db7da63f670e998da108d8e9124fab4d5484a298fe16d24be994c137e2cde4c0d0e3e0bfe265e21298f1179
outputs.1.2.groupId=org.jdbi.internal
outputs.1.2.filename=jdbi3-policy-3.48.0-sources.jar
outputs.1.2.length=11982
outputs.1.2.checksums.sha512=bcda310ce95f04eafd8e284e8f0c6db3e9a53ab014f5b264aa8df8a6987a7fdb92167c2506f546a3cbd0b2799f2254ac0db7f1461d48d58f1365a07981bec0b5
outputs.2.coordinates=org.jdbi:jdbi3-build-parent
outputs.2.0.groupId=org.jdbi
outputs.2.0.filename=jdbi3-build-parent-3.48.0.pom
outputs.2.0.length=60273
outputs.2.0.checksums.sha512=f93fea71b4d1b39b9f19342ee3f8d26f56cd6ccce412cd5374b2a992c0ebd78c3fb300f49bd24db4af5a16a38352ead371fb4ca984074134275b25d220f09227
outputs.2.1.groupId=org.jdbi
outputs.2.1.filename=jdbi3-build-parent-3.48.0-cyclonedx.xml
outputs.2.1.length=2564
outputs.2.1.checksums.sha512=fb1bd81f2dd3b72935627c93e4e58dae647eca9c51d6bfe439f87f93b764dece3862647bf19492b9a23608875db11333f1023749780eaf4afb667336b7f8e2e8
outputs.2.2.groupId=org.jdbi
outputs.2.2.filename=jdbi3-build-parent-3.48.0-cyclonedx.json
outputs.2.2.length=3022
outputs.2.2.checksums.sha512=73707772a700ff318712c30cb9e05bc8391e042b74891ea502d33b168bfd9dffd4416d8978ab4df0bd2a790af3b271a845a0d391a09340e9146c11bc6abad7b8
outputs.3.coordinates=org.jdbi.internal:jdbi3-parent
outputs.3.0.groupId=org.jdbi.internal
outputs.3.0.filename=jdbi3-parent-3.48.0.pom
outputs.3.0.length=4582
outputs.3.0.checksums.sha512=c047ffe7d95399415373408818b16c10f4b49199e0b15fb41068e141eb31646efa88e6a94f5d5636889c93f6cc32301352e74d720214cbe9709a0d3884ed7266
outputs.3.1.groupId=org.jdbi.internal
outputs.3.1.filename=jdbi3-parent-3.48.0-cyclonedx.xml
outputs.3.1.length=2824
outputs.3.1.checksums.sha512=b05b4b0a63f78cb627dd65943fb0d873c41fe63e6bfa11a83e61c8e6256fa437ddddafc112dabeb351443834316f3da34dd708cd0d65a0569b7905a313485958
outputs.3.2.groupId=org.jdbi.internal
outputs.3.2.filename=jdbi3-parent-3.48.0-cyclonedx.json
outputs.3.2.length=3250
outputs.3.2.checksums.sha512=c61c43438f6df00a6eb1f9336ffafe244a4e51bbc546e599d13437dfcb3003ebbaecdd472cc2dc9acba338a495d5385610402bf69400a98c57b48509814fed6f
outputs.4.coordinates=org.jdbi:jdbi3-bom
outputs.4.0.groupId=org.jdbi
outputs.4.0.filename=jdbi3-bom-3.48.0.pom
outputs.4.0.length=7134
outputs.4.0.checksums.sha512=f627bd02b045b784fbed52ece12c52374dd9929f194d1ba3082a858a94f4670212fc4b84d64802ec8c42d3a419444114d42b46cc1820c322c7407cb74ec1e14b
outputs.4.1.groupId=org.jdbi
outputs.4.1.filename=jdbi3-bom-3.48.0-cyclonedx.xml
outputs.4.1.length=2588
outputs.4.1.checksums.sha512=00b27cd30c532b0d475de096601033cb09a1b3b11c8ee8b6c374cd63eb656dc4925a897863cb8ae5decb2c53164f8d84b463beb9a6f41eb8cd0f6d69449b6319
outputs.4.2.groupId=org.jdbi
outputs.4.2.filename=jdbi3-bom-3.48.0-cyclonedx.json
outputs.4.2.length=3046
outputs.4.2.checksums.sha512=0707cb6ded91cd55abeeb078579767c8712d12f7ef9e9275c418c6e5e1a012a73cd773571aa1da1c04a8c5ad2d08c4b8f48b1ead956c3b6cb06d0f8634ec20e0
outputs.5.coordinates=org.jdbi:jdbi3-core
outputs.5.0.groupId=org.jdbi
outputs.5.0.filename=jdbi3-core-3.48.0.pom
outputs.5.0.length=5179
outputs.5.0.checksums.sha512=af1008187086ad5ecf24bd5623329e032c37b11a9367b0e394cc3593142cd12ff19e8ae142fcf12980eddfaf06e5d4f4f3db0a0835a1630d742451b8f77df303
outputs.5.1.groupId=org.jdbi
outputs.5.1.filename=jdbi3-core-3.48.0.jar
outputs.5.1.length=1025255
outputs.5.1.checksums.sha512=a09b1005cadc115c17c88de830a4024c33cf3b026a0c0c8fd0758d4b235af9c6fad2cbbf912fa1ccb0a6cd9338dd29db1be7fbb7b934b4557405d41bb5ec4cef
outputs.5.2.groupId=org.jdbi
outputs.5.2.filename=jdbi3-core-3.48.0-tests.jar
outputs.5.2.length=869193
outputs.5.2.checksums.sha512=226a824b82cf44ecdd052bc69cfe94c5b68999be7a6ffa2bf1a9782aa112a0cfe76dddf87bb987b13ab59456d35cd1741689b530c8847a89773bab70e4a2fed8
outputs.5.3.groupId=org.jdbi
outputs.5.3.filename=jdbi3-core-3.48.0-sources.jar
outputs.5.3.length=469593
outputs.5.3.checksums.sha512=ef87d8a61ef512d172fe4179761e5fa1c37a76300c32cea4139041873fd9a0e9c77a4827e71be102d23a4558fcce4bbe2ae2d9680fb2ec242d84164064eb0e63
outputs.5.4.groupId=org.jdbi
outputs.5.4.filename=jdbi3-core-3.48.0-test-sources.jar
outputs.5.4.length=312558
outputs.5.4.checksums.sha512=5065cfb428deba38edc1d1edb5dd9cbeaea790714be1b029e08b6b7f1605603a423a4e8a7a4100e8be4f599b3f85ce4e0b45d1d0cf22c8b978a77663d96843b2
outputs.5.5.groupId=org.jdbi
outputs.5.5.filename=jdbi3-core-3.48.0-cyclonedx.xml
outputs.5.5.length=23290
outputs.5.5.checksums.sha512=024396d5016bfb773f85998382ab4d279fc0713a60118763559098d561651f7d5fe98cb93b3030ede725938d3fc5600f75d1c8a4dce1dd408857d365661ebd50
outputs.5.6.groupId=org.jdbi
outputs.5.6.filename=jdbi3-core-3.48.0-cyclonedx.json
outputs.5.6.length=27510
outputs.5.6.checksums.sha512=595724d92d566ec947f6b11aeaff9058617ebf3024392d3373fd05ea9d36c22821efb46bb06f332bac4baa1d3bf7482287f38f87fad4eda2f3788a70518361a7
outputs.6.coordinates=org.jdbi:jdbi3-testing
outputs.6.0.groupId=org.jdbi
outputs.6.0.filename=jdbi3-testing-3.48.0.pom
outputs.6.0.length=5288
outputs.6.0.checksums.sha512=1ee815a8468d3bc5c5de26f838adfe98f1ff4acab8459774c73080aaceb45fb3d74ff28ff31e8a041b851f3b6c2e8c58649fd049a14d5fe67fbc2838ec60ed72
outputs.6.1.groupId=org.jdbi
outputs.6.1.filename=jdbi3-testing-3.48.0.jar
outputs.6.1.length=33651
outputs.6.1.checksums.sha512=6c3d59f9aa8997709e0584ea7172b78685d81fcf4767b1f927b065d00348d2ee0c7e5456a9b621c490d57384384abddebc50e536ca57bffcc3cd167addb580b6
outputs.6.2.groupId=org.jdbi
outputs.6.2.filename=jdbi3-testing-3.48.0-tests.jar
outputs.6.2.length=38971
outputs.6.2.checksums.sha512=247b24f304baa03d32cec805517367fb64827a1e65a417aaa255c54ea9a5d17085aa035f90f3f18ee26ce57695b1ea3d3317b5eb6e7b0ca6d13ad1b06506d1ea
outputs.6.3.groupId=org.jdbi
outputs.6.3.filename=jdbi3-testing-3.48.0-sources.jar
outputs.6.3.length=28157
outputs.6.3.checksums.sha512=8e38855a55c972a38e5eb49086b8c015ca244ed52ede871dfc12d7eac960fa34ade48ea67b048ac96efa7524e8ae788ac15162b2a2a6a857e3a52aaa601635d8
outputs.6.4.groupId=org.jdbi
outputs.6.4.filename=jdbi3-testing-3.48.0-test-sources.jar
outputs.6.4.length=23127
outputs.6.4.checksums.sha512=8005e9e3851da23f408c83662ff6e95854e98c0fc1225d489411555f41a6801097685b8b67e833b5f92f84521d6f74bd80f51fb97ce3e141e2e20b239697646e
outputs.6.5.groupId=org.jdbi
outputs.6.5.filename=jdbi3-testing-3.48.0-cyclonedx.xml
outputs.6.5.length=99325
outputs.6.5.checksums.sha512=967e3b7d0b1a70a30f3de6958d2d1053fc64ee589679c7d5f869dd8b39d93d7eb3e8a7590c6d8398446da22fe539788ae0cd4bdd86b610f1db709fe9d1ad5781
outputs.6.6.groupId=org.jdbi
outputs.6.6.filename=jdbi3-testing-3.48.0-cyclonedx.json
outputs.6.6.length=116507
outputs.6.6.checksums.sha512=3a3538094c4c136dbaf0381c33d60d9ddf73223c8e01fbf41a16f0f3af9fc3e8eee06b4cd7c0ac0927621aec066ce669ac26a9bd4cb5ebd3f11c97ac55c9bdb5
outputs.7.coordinates=org.jdbi:jdbi3-caffeine-cache
outputs.7.0.groupId=org.jdbi
outputs.7.0.filename=jdbi3-caffeine-cache-3.48.0.pom
outputs.7.0.length=2441
outputs.7.0.checksums.sha512=5069a357ecec94b0833eba0826c9c4498791fa640ac7f41e95e3da70ee8aacc617c30ab6df5013b0d491357df643ec62559bc1985c1ea6a90be5d8a801ae88f9
outputs.7.1.groupId=org.jdbi
outputs.7.1.filename=jdbi3-caffeine-cache-3.48.0.jar
outputs.7.1.length=7682
outputs.7.1.checksums.sha512=c2bb3fa3acc0326718e483e91449466c24571d667e082ba1303675d0fb09b7e553bfd76fe47e4850ebca6373002c9e9d729f438c88ed2324173ca7c4ecb2dea9
outputs.7.2.groupId=org.jdbi
outputs.7.2.filename=jdbi3-caffeine-cache-3.48.0-tests.jar
outputs.7.2.length=4781
outputs.7.2.checksums.sha512=dfb0fd34b67f0dcbdc5eb3d8fd5c129edf4bd6325c9708e2ee5d919ddf0a9e81f306db675f7aa7e22cdac05381459a21363f6b7b142be3a25a5e3bffb2666372
outputs.7.3.groupId=org.jdbi
outputs.7.3.filename=jdbi3-caffeine-cache-3.48.0-sources.jar
outputs.7.3.length=6948
outputs.7.3.checksums.sha512=69a15772c57ff230a3485adc8314a3bfe95eb6ac6d6f8258be68adb1bde5073e441e9771be92134526cf0d7e11559eb783c1d9fd2df199e76672c25c33b72e73
outputs.7.4.groupId=org.jdbi
outputs.7.4.filename=jdbi3-caffeine-cache-3.48.0-test-sources.jar
outputs.7.4.length=4176
outputs.7.4.checksums.sha512=39e498478775381547d16c605771848f013af806b502e597508ded315b7bae8caead5f0b5e6beaef5f9579e21fbc028f37afee0cfcf8e463fab6c79c6cede86f
outputs.7.5.groupId=org.jdbi
outputs.7.5.filename=jdbi3-caffeine-cache-3.48.0-cyclonedx.xml
outputs.7.5.length=17116
outputs.7.5.checksums.sha512=620b1ba2813e0a08ac89e6052cca1fb1d6dca6d4d0da1a6b58ff216c1e42403b1911c9cc5b8e4b91715804d304e5db31ac0e76421bd99751f3308ae2da77b970
outputs.7.6.groupId=org.jdbi
outputs.7.6.filename=jdbi3-caffeine-cache-3.48.0-cyclonedx.json
outputs.7.6.length=20151
outputs.7.6.checksums.sha512=d6fb1a8c72d93ca7d483b272dfa408fe448b1a73b4604ba3db56668c2b4b7b7c94da4dccbe075da0310dbba80dfce29fdf33c8b70616d6c3501dc31c09808397
outputs.8.coordinates=org.jdbi:jdbi3-noop-cache
outputs.8.0.groupId=org.jdbi
outputs.8.0.filename=jdbi3-noop-cache-3.48.0.pom
outputs.8.0.length=2257
outputs.8.0.checksums.sha512=c844bfe1781b78cb1bec656075d219b18df0623cc16957830c6a3dc34182e5a34f60bb6c6cfa3d77d1205e3c1922e2d0eab33045b2db247cafcb2d19cb549763
outputs.8.1.groupId=org.jdbi
outputs.8.1.filename=jdbi3-noop-cache-3.48.0.jar
outputs.8.1.length=5672
outputs.8.1.checksums.sha512=3a3d0d3ac42de06bdd6c50afa3d1095dea87df072b72eb08564cbb448abe88eb934bd7e6ad655cc262df9856361a780107ef24c2e9fc39793d7db80f13b6826d
outputs.8.2.groupId=org.jdbi
outputs.8.2.filename=jdbi3-noop-cache-3.48.0-tests.jar
outputs.8.2.length=4957
outputs.8.2.checksums.sha512=9ce62ef8cc984bb325a791ed0bb8a1386c10006785200881790aa567171d0244736ab230bae84ca707851456d171f027210d33abf460583f8b215a7a1be29a8d
outputs.8.3.groupId=org.jdbi
outputs.8.3.filename=jdbi3-noop-cache-3.48.0-sources.jar
outputs.8.3.length=5689
outputs.8.3.checksums.sha512=690902c4e242c7de4c8513ecb017443cf4999973651f60f7cf4c4969d188eaa48b26911d29f3389a745f245903a1da0a5a627407a20eec0856859c09c88c8ee0
outputs.8.4.groupId=org.jdbi
outputs.8.4.filename=jdbi3-noop-cache-3.48.0-test-sources.jar
outputs.8.4.length=4155
outputs.8.4.checksums.sha512=c912b3ed423181a1b027d57d897c8d69fe6b7bc302c3894caa11cbc380638e2a4311c0341e2a4c1373b2f80536cd72e5e2a16f703487ed62f338e11f99d27303
outputs.8.5.groupId=org.jdbi
outputs.8.5.filename=jdbi3-noop-cache-3.48.0-cyclonedx.xml
outputs.8.5.length=11161
outputs.8.5.checksums.sha512=a0bea69e18d94630416683c06302f7e36464cd677ffa1889f097ccb6bc12de00403099fb016d95b98928b702a4d86226a118a01aae0f58638f6c83391b4c39b0
outputs.8.6.groupId=org.jdbi
outputs.8.6.filename=jdbi3-noop-cache-3.48.0-cyclonedx.json
outputs.8.6.length=13137
outputs.8.6.checksums.sha512=5d15d762dceee628fbeaeac24211cc4fa77b2ae9e095b010b67a1d2991865831c4a12b74fd92c78012850299bb01b95010ba51dace39d356207740a8f033a20f
outputs.9.coordinates=org.jdbi:jdbi3-guava
outputs.9.0.groupId=org.jdbi
outputs.9.0.filename=jdbi3-guava-3.48.0.pom
outputs.9.0.length=2467
outputs.9.0.checksums.sha512=2ea480a99312de4631b231b236c35f84545bc27121f3b1e140ffa8b0408c08730552b5515b06467251a995632129af4925b6261338067767ab11b911398c49d4
outputs.9.1.groupId=org.jdbi
outputs.9.1.filename=jdbi3-guava-3.48.0.jar
outputs.9.1.length=11886
outputs.9.1.checksums.sha512=fb7da1178b31b0d84e8072a24f750b5037b8b25bf4651f8938e27150bc14ce4abf5a8a79e632063b9a542792a84066e7f5b0d6bb353deedd8dd626392b1ebb14
outputs.9.2.groupId=org.jdbi
outputs.9.2.filename=jdbi3-guava-3.48.0-tests.jar
outputs.9.2.length=47452
outputs.9.2.checksums.sha512=feb6dae05239db6c990618d4c7c4356a7cd6087a94c49a2ef0d3a4fe78661f339b24b3ac842a831251db897df6ba2397246ceaa6b5280e600cc921cb51316617
outputs.9.3.groupId=org.jdbi
outputs.9.3.filename=jdbi3-guava-3.48.0-sources.jar
outputs.9.3.length=8999
outputs.9.3.checksums.sha512=53817c9c298d8ba84c1703563c18eb0583d08048304768350e16bbfc2492e8d93bce714ad3e0ba4d07fe25dfad7f9a70867bb802dd54e36d045715b6b5a6e390
outputs.9.4.groupId=org.jdbi
outputs.9.4.filename=jdbi3-guava-3.48.0-test-sources.jar
outputs.9.4.length=10650
outputs.9.4.checksums.sha512=6923d43ff29e8dd9e52e65f9b60285979a5c2d0d94ec671f140be0797b73c540c8a926af42b00ca7369f321efef8bb07e39d6951e4e40f1f1106371809977187
outputs.9.5.groupId=org.jdbi
outputs.9.5.filename=jdbi3-guava-3.48.0-cyclonedx.xml
outputs.9.5.length=27259
outputs.9.5.checksums.sha512=fdf368a66c9640083f32da9edb2931c5ab38684ccfeed967786ce7eb472a86f60985e823539f7bbaff0ec1aba775ef609737d47fef61ffefca3426d2a74a553c
outputs.9.6.groupId=org.jdbi
outputs.9.6.filename=jdbi3-guava-3.48.0-cyclonedx.json
outputs.9.6.length=31893
outputs.9.6.checksums.sha512=8739724a3d365c7192515cdddc45ae39ca7dd73cc8bf0485778ad41aa866fba051220dbaea3a66bee030cfede0041a79e86f7ee09860293c97d5479ac0180128
outputs.10.coordinates=org.jdbi:jdbi3-sqlobject
outputs.10.0.groupId=org.jdbi
outputs.10.0.filename=jdbi3-sqlobject-3.48.0.pom
outputs.10.0.length=4076
outputs.10.0.checksums.sha512=5c4c2d9f6b86482412a0fec2d51354136af22c6200ec86599a1aaf64761f4db8a31f144c8b4a37dd8cd566a5e966ab058e119f5a1b08aefbae719a162d5c439f
outputs.10.1.groupId=org.jdbi
outputs.10.1.filename=jdbi3-sqlobject-3.48.0.jar
outputs.10.1.length=215862
outputs.10.1.checksums.sha512=d589519f4f37d31b08d69265eafc54de5811963c766a225179fb6f9eb7c141ca4257cdb65bd0b0b4314b962b5de6aa70d805d903a5f5783f01e62e8cda506ea3
outputs.10.2.groupId=org.jdbi
outputs.10.2.filename=jdbi3-sqlobject-3.48.0-tests.jar
outputs.10.2.length=496916
outputs.10.2.checksums.sha512=a95239fd5d20c3d577c229414be68170c2322e37eae8cbc640d9a8a2a4a0db3320568a98d47cd1217c1d575e1c64ebe9c31dc4c5fef40d5fa0144aec991876bd
outputs.10.3.groupId=org.jdbi
outputs.10.3.filename=jdbi3-sqlobject-3.48.0-sources.jar
outputs.10.3.length=172088
outputs.10.3.checksums.sha512=f2a6656bbcae3f34230d137772da1146811842339deeea9c79f12fecd933b2c7dbd3811a186fcda2133341b723abe65f0971964be31683b60e6cbaa1c703def1
outputs.10.4.groupId=org.jdbi
outputs.10.4.filename=jdbi3-sqlobject-3.48.0-test-sources.jar
outputs.10.4.length=190774
outputs.10.4.checksums.sha512=3438b5772db2b7411d2b4f6192120283eee8869627b4858a964e1216d2804d94912bd292c46afd24def8855234d7f485a4909b71f8268f1de70f6b4f1e00aee8
outputs.10.5.groupId=org.jdbi
outputs.10.5.filename=jdbi3-sqlobject-3.48.0-cyclonedx.xml
outputs.10.5.length=13938
outputs.10.5.checksums.sha512=47a7f29fc662d341db38fb86e081e106d1c944dae4fd9fabb6ae238ea0d751be52b041c5ef47b297fe775f566e605584dad1e2ace6a854f00c30cbad5350705d
outputs.10.6.groupId=org.jdbi
outputs.10.6.filename=jdbi3-sqlobject-3.48.0-cyclonedx.json
outputs.10.6.length=16309
outputs.10.6.checksums.sha512=97d9e8e2efd593b0645b29bf7ded40cfe899909318af6c48493a11a6f842462aa4ecd8b31e7363998d88c179cdd9a80722d269b3f6f6094fa28b918b6a4720ff
outputs.11.coordinates=org.jdbi:jdbi3-commons-text
outputs.11.0.groupId=org.jdbi
outputs.11.0.filename=jdbi3-commons-text-3.48.0.pom
outputs.11.0.length=2671
outputs.11.0.checksums.sha512=ffd37275e27f7e8685efe61a8a4d3c737aef941bfb7f33f6997701c83ea1d68e2022797e684b4b40d35c6e2d4b778f9f61812ac992be45c5272180e277bb93f4
outputs.11.1.groupId=org.jdbi
outputs.11.1.filename=jdbi3-commons-text-3.48.0.jar
outputs.11.1.length=6118
outputs.11.1.checksums.sha512=2203e4ddfc5ebbf84cf4f95fdc39094aec9d9f3b80c9374ebda73cfb5e92c67805d69dd08849088ea155cd677b656e8ffcbd7117588d89debab64a870b6730d5
outputs.11.2.groupId=org.jdbi
outputs.11.2.filename=jdbi3-commons-text-3.48.0-tests.jar
outputs.11.2.length=6556
outputs.11.2.checksums.sha512=d5460aadf5757799660a48dbc5c177ed170e3a5f081a5e6947292dc241040fdcefb6434e93d26527942ee79d8ffc56bfed2e4f7cabb2a109336231218808f3f1
outputs.11.3.groupId=org.jdbi
outputs.11.3.filename=jdbi3-commons-text-3.48.0-sources.jar
outputs.11.3.length=5493
outputs.11.3.checksums.sha512=108f7024912929a0484fbf359541bf53407d0a37f2833e2fe47fe47a6f0c635ecba868482bedc0e183da210482dcb099bc21fba233182d57cd2e34c749a7f1df
outputs.11.4.groupId=org.jdbi
outputs.11.4.filename=jdbi3-commons-text-3.48.0-test-sources.jar
outputs.11.4.length=4347
outputs.11.4.checksums.sha512=273d1ab2d71a94e031dd9bd97a1ee80944122d501d049793f7469dba528d06243ac32c5118fe79dcd961ebd87eea424146b002c73aafc616130269676972603d
outputs.11.5.groupId=org.jdbi
outputs.11.5.filename=jdbi3-commons-text-3.48.0-cyclonedx.xml
outputs.11.5.length=16246
outputs.11.5.checksums.sha512=6f3292f68c7ea46ee5aebde61c9ce30b1ff1c59e0d02739327f79893a527fd881a0d0c3bae44739e13b9101435a56287b5051cc98f61060b407ba4f6f63f6f8c
outputs.11.6.groupId=org.jdbi
outputs.11.6.filename=jdbi3-commons-text-3.48.0-cyclonedx.json
outputs.11.6.length=19100
outputs.11.6.checksums.sha512=ff84f6a3c23819998217a9bff9ed01ceec8382781c632706e0d8bf2128d4c21d89a15aa70e81eb9042216afa88dbbb6b3b3db52f8d67437ea024a144c6b9ddfc
outputs.12.coordinates=org.jdbi:jdbi3-freemarker
outputs.12.0.groupId=org.jdbi
outputs.12.0.filename=jdbi3-freemarker-3.48.0.pom
outputs.12.0.length=2856
outputs.12.0.checksums.sha512=aced6aaeac611f98cc113d0b4dfc9ab95dd92007921fa848cc57d1263bedf49a8e45649fca6131f46543e961ee3108e7e28c10a0a48c66a0a5275221fa6b4a41
outputs.12.1.groupId=org.jdbi
outputs.12.1.filename=jdbi3-freemarker-3.48.0.jar
outputs.12.1.length=12298
outputs.12.1.checksums.sha512=d79f9086de84c4a07f55f569d848b841f925ae92c0b9f6ec2caf156bbfa99a4606d44d2505eee9f2e4c9f89769e7961284af528bc4261d0402b8031f9219a2bf
outputs.12.2.groupId=org.jdbi
outputs.12.2.filename=jdbi3-freemarker-3.48.0-tests.jar
outputs.12.2.length=37198
outputs.12.2.checksums.sha512=01aabe31d35309027a6589cdd76506b90003bc9987ef1dabea4f5be0447a73f1cbdf1c573c7863116c06edad76ffd76d77e95321ec42f2604548afb127335292
outputs.12.3.groupId=org.jdbi
outputs.12.3.filename=jdbi3-freemarker-3.48.0-sources.jar
outputs.12.3.length=10150
outputs.12.3.checksums.sha512=f4ccee66cc5dc7c91ad4080ae1aeadebb6d96b4c27558e43aa03b02e9881d1f8f11b2a29d36192bdacc2eb5f0bc63fe55dd18e3cd870d2b70d4cea8f566243da
outputs.12.4.groupId=org.jdbi
outputs.12.4.filename=jdbi3-freemarker-3.48.0-test-sources.jar
outputs.12.4.length=18865
outputs.12.4.checksums.sha512=e60c580c31728194fa28eb951301283ce3a1a5364a5f393058580dceecf0bd955747c5ce1cfcec6234de42cc837351dc0487d4058079ca639ebc4239406e95ea
outputs.12.5.groupId=org.jdbi
outputs.12.5.filename=jdbi3-freemarker-3.48.0-cyclonedx.xml
outputs.12.5.length=19786
outputs.12.5.checksums.sha512=85edb11a25a1b52bafba57799fd2cf370c054a68c234104933b6dfa8029e7696618c52182be3aec91c9549f6d58835105a85182fa50fc0b56f44a085a13d889c
outputs.12.6.groupId=org.jdbi
outputs.12.6.filename=jdbi3-freemarker-3.48.0-cyclonedx.json
outputs.12.6.length=23223
outputs.12.6.checksums.sha512=63c455d7e1ea69c87bfd1c0a8c181e20b090da782d1b5f8eaf642d65895fcccb6ee01e5e8b01ce255697afc0a91cf410eb05923666ae1579d0ca4e9f22155a88
outputs.13.coordinates=org.jdbi:jdbi3-generator
outputs.13.0.groupId=org.jdbi
outputs.13.0.filename=jdbi3-generator-3.48.0.pom
outputs.13.0.length=3155
outputs.13.0.checksums.sha512=57d6c845c37c280daa75be85c02f32f9345ac9657cf292304b4e105f06d5f11788f48e9c49c5c8fbf0b3cdeed806d47fc97e845ef1bce7a940621065020d739f
outputs.13.1.groupId=org.jdbi
outputs.13.1.filename=jdbi3-generator-3.48.0.jar
outputs.13.1.length=12287
outputs.13.1.checksums.sha512=d12698e8b567aa63fe2a732ee7f1752709605c12320efa691d60d2f4dd1bb1d6dc205c724ad5af8330cafb33b3903ab4b74d385480552d54fc2e867e5343b529
outputs.13.2.groupId=org.jdbi
outputs.13.2.filename=jdbi3-generator-3.48.0-tests.jar
outputs.13.2.length=25714
outputs.13.2.checksums.sha512=7ce36bb9372af1d39a29d7d851fd9a17498e7f07289fc835ed035f559c928b4d83286a7f913aa91f5c9229845a9839d576422b654cf28779b8b6f2e0d11867db
outputs.13.3.groupId=org.jdbi
outputs.13.3.filename=jdbi3-generator-3.48.0-sources.jar
outputs.13.3.length=6645
outputs.13.3.checksums.sha512=6e25a7794000612d85954f7b735d96595db681cef83011d357036b6dfe0676602bac1866368d8b34a9d5e034ec066a128af279c074918e3958948351acb06a9e
outputs.13.4.groupId=org.jdbi
outputs.13.4.filename=jdbi3-generator-3.48.0-test-sources.jar
outputs.13.4.length=8991
outputs.13.4.checksums.sha512=e6bb790e6efd2f5f0fcd6fe7bd0657609ac3d545d19c49b2f6c912491f746abcae7815b88f3ca1ff91f7ff2e5ff1b9426711e0b60ea43dfca63a304427bc3b61
outputs.13.5.groupId=org.jdbi
outputs.13.5.filename=jdbi3-generator-3.48.0-cyclonedx.xml
outputs.13.5.length=15823
outputs.13.5.checksums.sha512=95f188a7842ffdb8bd33d3ae88076c4e713a97c42f7274fdf10c962b831664322566c7ef9c130d13d3049d0ead1e18019d94cb54d3185977c0d9420e4d73ffcc
outputs.13.6.groupId=org.jdbi
outputs.13.6.filename=jdbi3-generator-3.48.0-cyclonedx.json
outputs.13.6.length=18506
outputs.13.6.checksums.sha512=f92af2fa723d82e6fbb7df51f7edd0468246e987ce3797ba256439fef018a42ba43d357336f400be78fb3e5a148f4ab720745590aab258f3480d732e1313e7a1
outputs.14.coordinates=org.jdbi:jdbi3-json
outputs.14.0.groupId=org.jdbi
outputs.14.0.filename=jdbi3-json-3.48.0.pom
outputs.14.0.length=2580
outputs.14.0.checksums.sha512=6d0e519f2dab975a7088165776a9f750868bed016046b4749a58cfc22b493f26e4cc99b5885b065a45aa4715a2c099b26d61b627b07e816310ae0d92c01dc79c
outputs.14.1.groupId=org.jdbi
outputs.14.1.filename=jdbi3-json-3.48.0.jar
outputs.14.1.length=11128
outputs.14.1.checksums.sha512=7077fd48f19cc657107a69e40950aa3734b14636c81b83a4836c59192bb8cc2f4f70354fd8dd36460abd379c1428fbf5dd9ca0d3b6901e84fc49e05c33a03410
outputs.14.2.groupId=org.jdbi
outputs.14.2.filename=jdbi3-json-3.48.0-tests.jar
outputs.14.2.length=25007
outputs.14.2.checksums.sha512=34d828f90c423539da1ee1231e76548d67998d6a28c209d1ceba4f37ca5111982827cf7d3962e1d637fe66ff6218f4688600ee230d04f7887f654cc375a307ed
outputs.14.3.groupId=org.jdbi
outputs.14.3.filename=jdbi3-json-3.48.0-sources.jar
outputs.14.3.length=9318
outputs.14.3.checksums.sha512=e08bbceeacfbae73d285bb6ef4f3613a73526ffb81b0e86cb53be530972508f585151286ab3ab8d64b1adc28f01a2b2f9186c2cf27987911ee141f3e1d46f5df
outputs.14.4.groupId=org.jdbi
outputs.14.4.filename=jdbi3-json-3.48.0-test-sources.jar
outputs.14.4.length=8501
outputs.14.4.checksums.sha512=242643354167dbeaffbc71416e88cc563b3046b079dd02038223bf3cfa033b4f5c692edaaaa12ad079bff0b63dbe8c1dc5a12b33c838cb1dcc13f1f166d76978
outputs.14.5.groupId=org.jdbi
outputs.14.5.filename=jdbi3-json-3.48.0-cyclonedx.xml
outputs.14.5.length=11226
outputs.14.5.checksums.sha512=089d2287a3fd0cfaa28aef35473f486e3c9a39e1f71f698ed4b730577c6e4ec672769263db5c436611e4c03d1955dc08beeaac2f91630dbc8d698098a1492543
outputs.14.6.groupId=org.jdbi
outputs.14.6.filename=jdbi3-json-3.48.0-cyclonedx.json
outputs.14.6.length=13194
outputs.14.6.checksums.sha512=344995405c47eb9c76bc746eb4040d5f508b095daab5820ef6657c99e64816fc7a5c1d58abecdc22431d5703def74aafed08e863739ca66ff667338b9f92d335
outputs.15.coordinates=org.jdbi:jdbi3-stringtemplate4
outputs.15.0.groupId=org.jdbi
outputs.15.0.filename=jdbi3-stringtemplate4-3.48.0.pom
outputs.15.0.length=3332
outputs.15.0.checksums.sha512=d549bcaf348aad9452d15c90c5b9124ef3c13ca4f60cc292bc1d082cb4db45285b2cb079bfbad8bdece56d54c01d1891ebf3e12468fb111ecbb6459cc7e89d69
outputs.15.1.groupId=org.jdbi
outputs.15.1.filename=jdbi3-stringtemplate4-3.48.0.jar
outputs.15.1.length=13652
outputs.15.1.checksums.sha512=cece820e55c4c3431ae55532305373d5e4b3f8819daadc6ab01410b6238f5d1e140fac2eb93ad3b3b7ad270948c8a7c2372c786adf7c11bb67cf3ea59467c1dd
outputs.15.2.groupId=org.jdbi
outputs.15.2.filename=jdbi3-stringtemplate4-3.48.0-tests.jar
outputs.15.2.length=45584
outputs.15.2.checksums.sha512=ba37c827ac387cea2d98734aa32aa3d85c9ecdd1cfb2a130c0d6e1a220d94dfa9e409e50b3a22235a4e49a8a69d28a5a818997e111c7d4592ae6592e46be02a2
outputs.15.3.groupId=org.jdbi
outputs.15.3.filename=jdbi3-stringtemplate4-3.48.0-sources.jar
outputs.15.3.length=10786
outputs.15.3.checksums.sha512=0aa421794f3a32af1b617c25a105e547c016bd17160ab55fabf31c93e76251cde7184e2615d37b1496b9dfa3e061653c468bc8cfa4ab535d88545ad1752c8745
outputs.15.4.groupId=org.jdbi
outputs.15.4.filename=jdbi3-stringtemplate4-3.48.0-test-sources.jar
outputs.15.4.length=21017
outputs.15.4.checksums.sha512=677c7d0e475b1505c4888035276dc3e61b94258f4b383159dc21b00559e13cb0af954a9f5ba92d94ab3768cdd7cbf03926a81a5dc395ed0cc62b894c8dee4780
outputs.15.5.groupId=org.jdbi
outputs.15.5.filename=jdbi3-stringtemplate4-3.48.0-cyclonedx.xml
outputs.15.5.length=18574
outputs.15.5.checksums.sha512=a05280c9625539d358a7cce6badef4016790ba7fb91a345484e6a965d2a9a2d4fc2dadc78f492dd40028e862c8ecd034e508ee4206dd25f1cd6b8fc4201f75e9
outputs.15.6.groupId=org.jdbi
outputs.15.6.filename=jdbi3-stringtemplate4-3.48.0-cyclonedx.json
outputs.15.6.length=21628
outputs.15.6.checksums.sha512=32240cddd6df5227f7014b0192477ede5027035442fabeab7f037ef675f6d4108d019bf0884b1db3acb72a7924e1088ad3151f66b1e90ef8ac1e3792d206ec79
outputs.16.coordinates=org.jdbi:jdbi3-postgres
outputs.16.0.groupId=org.jdbi
outputs.16.0.filename=jdbi3-postgres-3.48.0.pom
outputs.16.0.length=3388
outputs.16.0.checksums.sha512=d798e09361394f41bc3e0cb9beb061e8430cf33c69f332f8fd521b47eb4871b1d448bf68fb51377c9ba73257e6bb84b0d28ef31dde3534e966dcf2c0eaa074ae
outputs.16.1.groupId=org.jdbi
outputs.16.1.filename=jdbi3-postgres-3.48.0.jar
outputs.16.1.length=40072
outputs.16.1.checksums.sha512=5e1b31b989381162c9423b6af4d0a03ce79c48cc4cbee5673ff4d5a2adf64c6f95d7235f035117df9fac89c0c517523c9a0bc9276c476da92665787c641921cd
outputs.16.2.groupId=org.jdbi
outputs.16.2.filename=jdbi3-postgres-3.48.0-tests.jar
outputs.16.2.length=90536
outputs.16.2.checksums.sha512=1e6071b4c2e7b22583de3df7c307d4d09d42911ecd64a5f8a2885813a03795f1e4e6bf5e514e7f340f532de058e000272ff7852c85af8babae767bfb368a97c6
outputs.16.3.groupId=org.jdbi
outputs.16.3.filename=jdbi3-postgres-3.48.0-sources.jar
outputs.16.3.length=33446
outputs.16.3.checksums.sha512=c398210c1baf29de0b20deddc4f3dbe187f3da66bfbd282229e12165cefd3dfd7606dc1469547c68adde65e9ea0f325bcf852d99399f85297c31768cf24ef68d
outputs.16.4.groupId=org.jdbi
outputs.16.4.filename=jdbi3-postgres-3.48.0-test-sources.jar
outputs.16.4.length=42674
outputs.16.4.checksums.sha512=1f473cce7f96474362214d96a5da3e79e82858dd8aa7a0749a510f60ab3c70c112d0ad602a11f5be9f6c72609a806d1fb919ef81f57ce9470d7cf76ac6fb959a
outputs.16.5.groupId=org.jdbi
outputs.16.5.filename=jdbi3-postgres-3.48.0-cyclonedx.xml
outputs.16.5.length=19925
outputs.16.5.checksums.sha512=80f4dbc582ffc1703e8482926c65dcbb4f258dee8c9e519cef33f8b3907f7ebbfe9b2cc4788c5df36bfcf92b3dfc750ada0b0c212e79c11d885f50e9df6fb40c
outputs.16.6.groupId=org.jdbi
outputs.16.6.filename=jdbi3-postgres-3.48.0-cyclonedx.json
outputs.16.6.length=23306
outputs.16.6.checksums.sha512=570f4969d643b602d9dc0746a7d9c33ff695ab36d4725d8f02c809a1a8763dfb37b21e27a723450cba06f46b6033ee8b58a28eaf62437d5fd4c5bb5730a29e9d
outputs.17.coordinates=org.jdbi:jdbi3-gson2
outputs.17.0.groupId=org.jdbi
outputs.17.0.filename=jdbi3-gson2-3.48.0.pom
outputs.17.0.length=3228
outputs.17.0.checksums.sha512=a40eb2a0145450b5fda0b39add70be3923cdb7799cad946bba94a0314a69b087495037b9ab2bbca980ccfc70da950bb4a3733b6730133ec8cdffeba09bd4a80d
outputs.17.1.groupId=org.jdbi
outputs.17.1.filename=jdbi3-gson2-3.48.0.jar
outputs.17.1.length=6050
outputs.17.1.checksums.sha512=f6bc1806135fa8598456ce5c458c6a19347bb96e6fa28b4ab4d7ce41dafbfb027a75203fe4cce92d41e6d1736a812932adbdbf02bec50096b011f227ed6d757a
outputs.17.2.groupId=org.jdbi
outputs.17.2.filename=jdbi3-gson2-3.48.0-tests.jar
outputs.17.2.length=9870
outputs.17.2.checksums.sha512=af970e5cebd1b906dfc9fabcd23215941718df2a51f0904460a2f41538538f032216630abf5331bd2872f481d5316098cc14bf1cf3ee9112798074ed003e8ba8
outputs.17.3.groupId=org.jdbi
outputs.17.3.filename=jdbi3-gson2-3.48.0-sources.jar
outputs.17.3.length=5047
outputs.17.3.checksums.sha512=ee743a49f2d584e6b245c671d527a6ba576d8784ef6e949790200ecf1915454e86637de477a6d8569e958e5bbb8cd52928e072452403a6eeeb093e8c87614e25
outputs.17.4.groupId=org.jdbi
outputs.17.4.filename=jdbi3-gson2-3.48.0-test-sources.jar
outputs.17.4.length=4812
outputs.17.4.checksums.sha512=cb18204c5f315cea2a9cf6b294f03dedaeae2558189ce938c90a1a38457836abf1adc93bbf7ca313ef96ab8aa24e7d7f5dee1a5b001c96cae04679e9d13562e9
outputs.17.5.groupId=org.jdbi
outputs.17.5.filename=jdbi3-gson2-3.48.0-cyclonedx.xml
outputs.17.5.length=15386
outputs.17.5.checksums.sha512=d530e8834e5880e63b4d76f7cd1f83ccfc5c52db9915d833d53aa75564a9a65900ce43d364a598aee8bda0974b93786428c362f722517a36ca7bc022a60ad6f4
outputs.17.6.groupId=org.jdbi
outputs.17.6.filename=jdbi3-gson2-3.48.0-cyclonedx.json
outputs.17.6.length=18118
outputs.17.6.checksums.sha512=74fff8d881fcac872f6f9cd7140ff5264b6aa0e7f6eaf056a4532863f3671ae6cdacece3f839151eb875f69dbac0899bf78ca3c18f13c824c35ccd8b97d34f08
outputs.18.coordinates=org.jdbi:jdbi3-guice
outputs.18.0.groupId=org.jdbi
outputs.18.0.filename=jdbi3-guice-3.48.0.pom
outputs.18.0.length=4048
outputs.18.0.checksums.sha512=07491e582eb5f79efe880fdae2fa01919c86faa6ead1b2c40545c47331466d14f848347f66d0cb952114222d39e905aec63bf4cc9b8fa4e57638613109ca755b
outputs.18.1.groupId=org.jdbi
outputs.18.1.filename=jdbi3-guice-3.48.0.jar
outputs.18.1.length=43551
outputs.18.1.checksums.sha512=e976293f5c68451e178abf9c90b27fe951b264c8bd8611f4b49cd546223254085d1a50e70fac3f8f33de46ebbb0f2544498b1063dd38286332edec8944fd9388
outputs.18.2.groupId=org.jdbi
outputs.18.2.filename=jdbi3-guice-3.48.0-tests.jar
outputs.18.2.length=87480
outputs.18.2.checksums.sha512=1f70007ea967acf595c61907b02a3f905f97b649392573019a61bdcf493e5ac99e01ab8bcbe674217bdb43cdd88f3e1d40c181efeb7c7b40dacca403df840848
outputs.18.3.groupId=org.jdbi
outputs.18.3.filename=jdbi3-guice-3.48.0-sources.jar
outputs.18.3.length=19891
outputs.18.3.checksums.sha512=a0b3de2133d21b797ee71763926bb08c0994c008a66be6720bae2c4fe2e1dd50d834ab436b5ddc1da58e29f438576704621d0e1d32e16210d8041ac23d0efae4
outputs.18.4.groupId=org.jdbi
outputs.18.4.filename=jdbi3-guice-3.48.0-test-sources.jar
outputs.18.4.length=22818
outputs.18.4.checksums.sha512=8320bb8877f322a2defd58b6811c175e923a3d260a9278c97fd21accc70c2177a6f0da97e7621cdd1467adf84d2dd66fad76fcbb1d5098f43acbd664e96462fa
outputs.18.5.groupId=org.jdbi
outputs.18.5.filename=jdbi3-guice-3.48.0-cyclonedx.xml
outputs.18.5.length=39944
outputs.18.5.checksums.sha512=96899ea8c1b88a2e387698cf8f5771319f271815dc3d8fc6a958ccfe38b82d8552f44865542f02f78aaf622fb2a2880185fd4c9ff11bab70b2c2d2807ff2c45d
outputs.18.6.groupId=org.jdbi
outputs.18.6.filename=jdbi3-guice-3.48.0-cyclonedx.json
outputs.18.6.length=46882
outputs.18.6.checksums.sha512=0e58139c1a78aebf6d21995259d26f5b25173c6e7ed1f6236047ec8defaaec28a7b5655f09bcd529efcd3f57ae260d4401ca585439efde0fb3d90e0f1b8e28b3
outputs.19.coordinates=org.jdbi:jdbi3-jackson2
outputs.19.0.groupId=org.jdbi
outputs.19.0.filename=jdbi3-jackson2-3.48.0.pom
outputs.19.0.length=4097
outputs.19.0.checksums.sha512=0f146188970b2d1f6aa2022b28784038fee02a97339c5b9194bf2e07683cb3806285d4053c52202ca1b9a41b4d55c670c0df674c5e66ec59caaff93c3ca02830
outputs.19.1.groupId=org.jdbi
outputs.19.1.filename=jdbi3-jackson2-3.48.0.jar
outputs.19.1.length=6978
outputs.19.1.checksums.sha512=af4972d9ee9587494fe78809d4995c9cb1e8ef05df286e90fd062eb696516933e58e1cae406e713b53ee55ec686318e7d2a0cd50785578a71bf898fffc7b69c3
outputs.19.2.groupId=org.jdbi
outputs.19.2.filename=jdbi3-jackson2-3.48.0-tests.jar
outputs.19.2.length=21201
outputs.19.2.checksums.sha512=0e7b3726b554204ab6941fde5e5ecd4c68e7d9521a9e440f78c3a26069beff592f64fed6cfaa315f4674606841b7134c4bd7a6329db89cb70c8aa757878d6bcc
outputs.19.3.groupId=org.jdbi
outputs.19.3.filename=jdbi3-jackson2-3.48.0-sources.jar
outputs.19.3.length=5647
outputs.19.3.checksums.sha512=7fd1f416394a4dcf8fb438f11c2de6a8a889dd518fb9b437b7473ea5daaf9f1f7fded8bb1922773a788f6d8914bf96876bbee58ef239d4c2dc64f12d380a3599
outputs.19.4.groupId=org.jdbi
outputs.19.4.filename=jdbi3-jackson2-3.48.0-test-sources.jar
outputs.19.4.length=8305
outputs.19.4.checksums.sha512=aa13e7e09019f2526f785fa26eec92bff4856ff35c7465bc750b68ba3ff229ff5811db16a837f60cb3f4bfd3cdf22efb8f5d34a6bd10c8386464955674fc7993
outputs.19.5.groupId=org.jdbi
outputs.19.5.filename=jdbi3-jackson2-3.48.0-cyclonedx.xml
outputs.19.5.length=22564
outputs.19.5.checksums.sha512=cef7032b63f311e2b4934075a91e1c0ffb769f5a80dce4d74f574d1bdb991391307bc3dedaee24aea0e79e425c1d9db120054f53e456f4d4bb92df801a3abee8
outputs.19.6.groupId=org.jdbi
outputs.19.6.filename=jdbi3-jackson2-3.48.0-cyclonedx.json
outputs.19.6.length=26488
outputs.19.6.checksums.sha512=55e580b1ce576980ee2fe85d47a28672475e879a3c83d958d89786d35502e29db81c33f99f4dad506048d66ba695c7ba7d6d5a08662493f9786e325ecd43f39d
outputs.20.coordinates=org.jdbi:jdbi3-jodatime2
outputs.20.0.groupId=org.jdbi
outputs.20.0.filename=jdbi3-jodatime2-3.48.0.pom
outputs.20.0.length=1918
outputs.20.0.checksums.sha512=0f6b8145db84faf639bc11a76c2ab5bd19ce93a8cbb8e7ca023527f356fd7d62c6ea0cccaf81e2c0c6fa96c9d6c69c9c9fddb0138e67caabb3ca0cec18a349d1
outputs.20.1.groupId=org.jdbi
outputs.20.1.filename=jdbi3-jodatime2-3.48.0.jar
outputs.20.1.length=5546
outputs.20.1.checksums.sha512=24169cd565b57d361619cfa65b4d65e5e95ab0da7194c7285e7c882101abf3b4253cf5446306a75cd64487ec1c5a04fad6851a10004503299a87922abe74e524
outputs.20.2.groupId=org.jdbi
outputs.20.2.filename=jdbi3-jodatime2-3.48.0-tests.jar
outputs.20.2.length=3590
outputs.20.2.checksums.sha512=f4af08f1b8f0a460638b85008900eb3fb8e63175fba8318779df46936e064c3ed5fe515176957ace43f6f82135133933eaa4b6ceef897e582d557cd767b0a4aa
outputs.20.3.groupId=org.jdbi
outputs.20.3.filename=jdbi3-jodatime2-3.48.0-sources.jar
outputs.20.3.length=5473
outputs.20.3.checksums.sha512=bfc23f379540c40c5032f4dabcbd0d8cf09d3a3cb332ac66a300aaa1c39dbf0b2703a30af2c74db5b10b4e0edd7f2f3cba8e0fe56c5c00f0a6bcbebd07941cca
outputs.20.4.groupId=org.jdbi
outputs.20.4.filename=jdbi3-jodatime2-3.48.0-test-sources.jar
outputs.20.4.length=3073
outputs.20.4.checksums.sha512=09553fed4e7f4bb9f205d03ee115722d1bb33351fc60cbab82fbc275a116a6722aee3aad7826f94f3395d886d25ef3771bfd77d9251cec75d7a72c617e861055
outputs.20.5.groupId=org.jdbi
outputs.20.5.filename=jdbi3-jodatime2-3.48.0-cyclonedx.xml
outputs.20.5.length=13205
outputs.20.5.checksums.sha512=6e1a31d0e61211fe1681a8b23174cc57c28e730f5e773a6d5e255d81a930b5f9fe7b7bbb33c8efa8d37e3577c8d3317de935edee5b1cf1ed4c79bd77c432de3d
outputs.20.6.groupId=org.jdbi
outputs.20.6.filename=jdbi3-jodatime2-3.48.0-cyclonedx.json
outputs.20.6.length=15580
outputs.20.6.checksums.sha512=905a4b232c90ca87ab24e68ecacb29b3b9ddc813807947af3ef702960c68692510cfc90b17b9dc7061ff6f31b63efdd6ad892e0e11c10ea3dbb907f339de3268
outputs.21.coordinates=org.jdbi:jdbi3-jpa
outputs.21.0.groupId=org.jdbi
outputs.21.0.filename=jdbi3-jpa-3.48.0.pom
outputs.21.0.length=2428
outputs.21.0.checksums.sha512=3e6cf84c4523ff956638084125d4d6c9dcdecac44146d73ff8810517c5efba6516103f716b09461c25f27628dea9f8987c81e7cdb5ebb496284261bab2efb0d9
outputs.21.1.groupId=org.jdbi
outputs.21.1.filename=jdbi3-jpa-3.48.0.jar
outputs.21.1.length=18838
outputs.21.1.checksums.sha512=bd6ac6de5da96c89bdc1e62f803db3b1f9349f25d8def433554ffd9ff6b774406c57f5577106eacc7ef14fd00537825ba346430d43513cc7040ed521bc9618ee
outputs.21.2.groupId=org.jdbi
outputs.21.2.filename=jdbi3-jpa-3.48.0-tests.jar
outputs.21.2.length=37677
outputs.21.2.checksums.sha512=11c1353def4a3dddf3ab19c7c91c9c1375f250bff0e4d7231836db1dc86bd877924e29a7c5e056f93a142bb8bc22f10e650cef837c6456c261953ae04d8c64b4
outputs.21.3.groupId=org.jdbi
outputs.21.3.filename=jdbi3-jpa-3.48.0-sources.jar
outputs.21.3.length=12090
outputs.21.3.checksums.sha512=7dcaaa830176d5f90c4fbe927f9406c1cc52b3b31f3ce9be5e6800853fe0ae638378d4b66005d2f0ccd7879562217509b3f941d04d7d06ddb2eb2ad339dada70
outputs.21.4.groupId=org.jdbi
outputs.21.4.filename=jdbi3-jpa-3.48.0-test-sources.jar
outputs.21.4.length=6949
outputs.21.4.checksums.sha512=e2962116a940d4331fb22f66cadfaa10b23fb259ce6f7357da8e0ff0deadc0d30c50d57f7f7fe2de5788c4df7047f8271f7fb71d8b0a1e8a9a7fb118a8ba5533
outputs.21.5.groupId=org.jdbi
outputs.21.5.filename=jdbi3-jpa-3.48.0-cyclonedx.xml
outputs.21.5.length=15177
outputs.21.5.checksums.sha512=f30d8625434e50e045ea5d98d2a29470a1cb90866ecc19d7f98ca44ae13f9478e648efe0ca4c4853e1e3d556fa79c97b7380578d844dc6294c2f8e01414c5757
outputs.21.6.groupId=org.jdbi
outputs.21.6.filename=jdbi3-jpa-3.48.0-cyclonedx.json
outputs.21.6.length=17766
outputs.21.6.checksums.sha512=430750a33e508814a383d34b2e67d10ecb2545f42a0663d265a053a3cdaf1096fbafe62cbd8125a19c89fba90f76009aad3eed9fa2b85213c7697ae2bf2f7a21
outputs.22.coordinates=org.jdbi:jdbi3-kotlin
outputs.22.0.groupId=org.jdbi
outputs.22.0.filename=jdbi3-kotlin-3.48.0.pom
outputs.22.0.length=3372
outputs.22.0.checksums.sha512=0c1cee67d76bc5cc84f8117275c982b14b48b8762fc33a8acd7e3057010401ad5135f7dd20d58d09f0033b390093aa8e8fc7ba0dd30470b55827215d96d8d18c
outputs.22.1.groupId=org.jdbi
outputs.22.1.filename=jdbi3-kotlin-3.48.0.jar
outputs.22.1.length=66951
outputs.22.1.checksums.sha512=57af9571a2a4fc5e56d94cd465e44d8c31b4f6b9a8c8cdc6470f3d4bf65e7a678cad77362f82288b2d10006de0fbfa610e81f9bb6c2eb3aa6a4db3ada5a45e2e
outputs.22.2.groupId=org.jdbi
outputs.22.2.filename=jdbi3-kotlin-3.48.0-tests.jar
outputs.22.2.length=188389
outputs.22.2.checksums.sha512=788a5d342c757fe2fd7bb0b332527e6bb60ae45eff314d41d4a708985b8d7918b24a5d969cf143d5933f26431b934472c8e883d7845d7a63ecf21e3efb2e09f7
outputs.22.3.groupId=org.jdbi
outputs.22.3.filename=jdbi3-kotlin-3.48.0-sources.jar
outputs.22.3.length=16205
outputs.22.3.checksums.sha512=eaaaf304d5f3775d2be102cfaaf8e102a964d53ef07ee5f958305033fc02ac3d20a51fe7b1f69473fa056a6f633ec7f35c4f9df900eb953e17d1084edf43e17c
outputs.22.4.groupId=org.jdbi
outputs.22.4.filename=jdbi3-kotlin-3.48.0-test-sources.jar
outputs.22.4.length=16031
outputs.22.4.checksums.sha512=90e4d26d456287245b1ba1f3386f2347bc326574610cc05e3ad9a6d16e6ca4fe87504588ddd9886f04683e0965adf5629bd117fde02edb4e50ef6b2cc2518c6b
outputs.22.5.groupId=org.jdbi
outputs.22.5.filename=jdbi3-kotlin-3.48.0-cyclonedx.xml
outputs.22.5.length=24810
outputs.22.5.checksums.sha512=dae069ad3a0fa43c666a9905f6be6fe566c08068d21e032ddad1b500e635750473a5015df71f1e08b207bb6df6b4fa425c2042c49733c2f64e3caa3451b3cd1c
outputs.22.6.groupId=org.jdbi
outputs.22.6.filename=jdbi3-kotlin-3.48.0-cyclonedx.json
outputs.22.6.length=29164
outputs.22.6.checksums.sha512=875eace46287e8fd97f2ef1bdd689101caf3c705d33e6974826ba9885835888c87e5bb4a293a82cce74175f7cf7032876f42a37f8acabf86a6b57111d3932cda
outputs.23.coordinates=org.jdbi:jdbi3-kotlin-sqlobject
outputs.23.0.groupId=org.jdbi
outputs.23.0.filename=jdbi3-kotlin-sqlobject-3.48.0.pom
outputs.23.0.length=2948
outputs.23.0.checksums.sha512=5f485cce1605b996d9ce9618ffb2469559a5642b654dc292daa3caab96ca03da8d88a91571363a8af0560e5d1061a67d10a51f7ab6154a8468e4bf9521f443ac
outputs.23.1.groupId=org.jdbi
outputs.23.1.filename=jdbi3-kotlin-sqlobject-3.48.0.jar
outputs.23.1.length=26018
outputs.23.1.checksums.sha512=7e06832c7dc871019e97d21f692752b6cf908d3027e1042961de945031e0a3598f885189c145eea9ac1dbfc61b6960f1f8fd250227140602010cd707d4e244f2
outputs.23.2.groupId=org.jdbi
outputs.23.2.filename=jdbi3-kotlin-sqlobject-3.48.0-tests.jar
outputs.23.2.length=56485
outputs.23.2.checksums.sha512=3e052718e9ffcd4a14da0d5c54e8543b0a9cee1991a45b7e822a7590fbaae36da73eb22a3ce113e270ab548b82a80110d3a89e8940a5e4ad755cc7a61bb2a8e0
outputs.23.3.groupId=org.jdbi
outputs.23.3.filename=jdbi3-kotlin-sqlobject-3.48.0-sources.jar
outputs.23.3.length=11953
outputs.23.3.checksums.sha512=874128ae3befcc49bfbbd445ec8e273d184464c48189f16d53c1c91cbd72bcb84415b195ae62afc7052b1d0f4cb1474839b6f7220f9ca1c88b21b1bbccf8d445
outputs.23.4.groupId=org.jdbi
outputs.23.4.filename=jdbi3-kotlin-sqlobject-3.48.0-test-sources.jar
outputs.23.4.length=9451
outputs.23.4.checksums.sha512=edde8bee934bb2f29a36faad169269ef2774aacdec6ae2c07d73c7332665087f1621cfaa8d4ecc79996da983071c0d3905d0cb03ca4ca473e5b2d30df8225f06
outputs.23.5.groupId=org.jdbi
outputs.23.5.filename=jdbi3-kotlin-sqlobject-3.48.0-cyclonedx.xml
outputs.23.5.length=23638
outputs.23.5.checksums.sha512=fa3576131b609817d5c5194a418049912bc2b955dc549f21427ac1922ddaffde350a3f866f2c4bf7e4f25451612c6a2b754d19c2976a81a204083b93b7075be3
outputs.23.6.groupId=org.jdbi
outputs.23.6.filename=jdbi3-kotlin-sqlobject-3.48.0-cyclonedx.json
outputs.23.6.length=27631
outputs.23.6.checksums.sha512=ab2d6610b26a0bb7e96d21b0026896cc4b45cc302f80b600730c96780c93bd350807260ccdaa3c4cef2e6c657d44e2e6eef77e191d82747e2edb8c8c1274e57d
outputs.24.coordinates=org.jdbi:jdbi3-moshi
outputs.24.0.groupId=org.jdbi
outputs.24.0.filename=jdbi3-moshi-3.48.0.pom
outputs.24.0.length=3044
outputs.24.0.checksums.sha512=0f1c666f894b249c46d4b0ed05d74599f3bb1acae7a6ee3e4a444b7dfbad8f888c297abfe63dcc44f99ab0169fe4c507837f3f9dfcb068563093e12240a354d9
outputs.24.1.groupId=org.jdbi
outputs.24.1.filename=jdbi3-moshi-3.48.0.jar
outputs.24.1.length=5741
outputs.24.1.checksums.sha512=021e865779556c06b202f251006a946504f4be08e696ee3c38d1098fca48516601ab103babc6d93849253c5baf7bb940f26f2b06cafca1f3d16e5e7196169396
outputs.24.2.groupId=org.jdbi
outputs.24.2.filename=jdbi3-moshi-3.48.0-tests.jar
outputs.24.2.length=11748
outputs.24.2.checksums.sha512=4a41d3d16fcd587ad05a4c81ac89399067184cc40eba585d0ddc085a8ee7a9289741095c9b6e89248cc8f754e7ff6f24e317796ed9bf8eb2e17f9e71eb58d22c
outputs.24.3.groupId=org.jdbi
outputs.24.3.filename=jdbi3-moshi-3.48.0-sources.jar
outputs.24.3.length=4679
outputs.24.3.checksums.sha512=be01e7365129ab240217ad99eb9f0001c9a8b5ad6e628a89cb778ea95f4d3b8a870fe3f42501790ea854a7baa0139d7695ecce304d4d988670282f2c4852ae3d
outputs.24.4.groupId=org.jdbi
outputs.24.4.filename=jdbi3-moshi-3.48.0-test-sources.jar
outputs.24.4.length=5050
outputs.24.4.checksums.sha512=3777fd05599c5af02f641db15df16d40c7e2f6deb8a59c867d6b4a9c77bcc0ac627b1fb7fab86ac605eacc879aecf0fe3d1b7704bf04d5f31275f51136751a40
outputs.24.5.groupId=org.jdbi
outputs.24.5.filename=jdbi3-moshi-3.48.0-cyclonedx.xml
outputs.24.5.length=26580
outputs.24.5.checksums.sha512=d14e31afc6dff3ea9d39349bb59342bf27a58ae40546aa0eced246b57defe90dc5e17ab388e5acd44cdb2224a28273e17157535dc55207493307b25e039d03bb
outputs.24.6.groupId=org.jdbi
outputs.24.6.filename=jdbi3-moshi-3.48.0-cyclonedx.json
outputs.24.6.length=31313
outputs.24.6.checksums.sha512=d8c1eaabe2f0b82dce213d195c850b91e66c565188432f4e4da81b746424346634a5ed19a270a874c3d78d24138058dceb71dd1bb4bc452c15c4594c61678594
outputs.25.coordinates=org.jdbi:jdbi3-opentelemetry
outputs.25.0.groupId=org.jdbi
outputs.25.0.filename=jdbi3-opentelemetry-3.48.0.pom
outputs.25.0.length=1621
outputs.25.0.checksums.sha512=2f7ae4d7da2bf8526d84c98c4fa6d64821fd69064787f46cf79ed83cf63c9f3dfde4b4a421db0fa2ff15e87b4765c6f830df52b2322911651152614481f5c443
outputs.25.1.groupId=org.jdbi
outputs.25.1.filename=jdbi3-opentelemetry-3.48.0.jar
outputs.25.1.length=5872
outputs.25.1.checksums.sha512=5fb9c853ef5fcc46bd6756e976a4f245196df6c65ad035089f19ad9dd23614cc91717548fa91544c170f210ea496ef8d52c6ad44db43726b6b2602806b9f0a5c
outputs.25.2.groupId=org.jdbi
outputs.25.2.filename=jdbi3-opentelemetry-3.48.0-sources.jar
outputs.25.2.length=3885
outputs.25.2.checksums.sha512=e5834cff68c3e1e2adb26ab0c545f19f1d347cee4372d54886b0cabfb288e5fd600b523f58b1e5380361e639cf5a364210372f84178ac5effb547e773503a1dd
outputs.25.3.groupId=org.jdbi
outputs.25.3.filename=jdbi3-opentelemetry-3.48.0-test-sources.jar
outputs.25.3.length=1981
outputs.25.3.checksums.sha512=4eabeda8ee522129af5d4e8c7cb50fdb8c6bc21193e76ab6933359b54e81f7ff1fb450081ac3c37125030bd3c6e0249ef46d0d1ca33e8ab597e835dc1512dc79
outputs.25.4.groupId=org.jdbi
outputs.25.4.filename=jdbi3-opentelemetry-3.48.0-cyclonedx.xml
outputs.25.4.length=14795
outputs.25.4.checksums.sha512=a0526efcdf689654ed6a6a6bf61df269809e52cd14f5dad47961454ba93a9e6c1ee43ef4a9d6e7df5da755118e2ca3902dbcb7b14563a8a960981f1bf21ab203
outputs.25.5.groupId=org.jdbi
outputs.25.5.filename=jdbi3-opentelemetry-3.48.0-cyclonedx.json
outputs.25.5.length=17431
outputs.25.5.checksums.sha512=40ab9a372969cc700d6dbe65286f128f3917779a41d6d71bd2d38c2415f0571f02ca90b8a036854a686a118ee7d9cca5575adf1e073f4432183ac0d040e69b8e
outputs.26.coordinates=org.jdbi:jdbi3-testcontainers
outputs.26.0.groupId=org.jdbi
outputs.26.0.filename=jdbi3-testcontainers-3.48.0.pom
outputs.26.0.length=7236
outputs.26.0.checksums.sha512=a8dd115ab15f575af70a81a88688e0c1d3c514f9522991cc241e66564af1d4fb9499020b6ed3847d2d5f890b3105463e804fbfe0442627a3d1f0ec2195ef8c96
outputs.26.1.groupId=org.jdbi
outputs.26.1.filename=jdbi3-testcontainers-3.48.0.jar
outputs.26.1.length=15028
outputs.26.1.checksums.sha512=05a2388a18ccde8f9fa2b99ce77c338c8eaa26f06f491a1f76ca2eb3a781c2e163abb4759fc63deabaeac5e2d9faa9d4444c96664413a7b296c1b9bf641404b0
outputs.26.2.groupId=org.jdbi
outputs.26.2.filename=jdbi3-testcontainers-3.48.0-tests.jar
outputs.26.2.length=15960
outputs.26.2.checksums.sha512=eca238783e68059ab099c83dad86cc19abfeb6731eea6bad343108639079278fab4d323d4c276be5dc4a31f68474ca1e7cbfcf2f6c854cc22cd8e9b6a75be1ef
outputs.26.3.groupId=org.jdbi
outputs.26.3.filename=jdbi3-testcontainers-3.48.0-sources.jar
outputs.26.3.length=11945
outputs.26.3.checksums.sha512=79ab6097b6f41507b359c4e40295075db85f67654093c7bb13246f1eeb17b28e9548b528e0faeaabffb8826005d131ec95155781ffadb424a6c81d632b6c0de9
outputs.26.4.groupId=org.jdbi
outputs.26.4.filename=jdbi3-testcontainers-3.48.0-test-sources.jar
outputs.26.4.length=13968
outputs.26.4.checksums.sha512=d15686666c339075c6c342a70f58736499990488df052d26a6e239fd7f5ab536cbfe8886ae96ba069b25ef2f81f44c291e9e3989e3d87bb49eb14dd7cd9b41a7
outputs.26.5.groupId=org.jdbi
outputs.26.5.filename=jdbi3-testcontainers-3.48.0-cyclonedx.xml
outputs.26.5.length=60037
outputs.26.5.checksums.sha512=61c2c0548e9623ceb4587551d5a6429fc6436421956124cfcc17f656e8b1c910a8781df4f4d4966fa2f9746f183c7f7ae921e7486101b695ca3f2326c9ddf8d7
outputs.26.6.groupId=org.jdbi
outputs.26.6.filename=jdbi3-testcontainers-3.48.0-cyclonedx.json
outputs.26.6.length=70559
outputs.26.6.checksums.sha512=63b3a6c809a6629e3f835c1242da82ee79411cf8fb5630fc3715964895e540dfd60f619d5f4b414eb04f03f011dcfce3b32673cbf50a76f67400915df61b9f57
outputs.27.coordinates=org.jdbi:jdbi3-oracle12
outputs.27.0.groupId=org.jdbi
outputs.27.0.filename=jdbi3-oracle12-3.48.0.pom
outputs.27.0.length=3623
outputs.27.0.checksums.sha512=6b48835e95935bcd3e045b9be9bbadc828bba105bbb943ca457462636fe29cd21d54b72b567e27f31ebad96a9ae10735f63f594217fbf32c64c66016742d2647
outputs.27.1.groupId=org.jdbi
outputs.27.1.filename=jdbi3-oracle12-3.48.0.jar
outputs.27.1.length=8153
outputs.27.1.checksums.sha512=4e3ab56b8ca3da016ccc6da133017c8e802adef4c7ad5b207e51f4fd7a7be8beaf4b5eaa34e08020b0a72e8f939c848005750478b9392340ae99bfa83bfc3365
outputs.27.2.groupId=org.jdbi
outputs.27.2.filename=jdbi3-oracle12-3.48.0-tests.jar
outputs.27.2.length=18269
outputs.27.2.checksums.sha512=459b18b2d13fed8936cb2a035e79ecdc50bd5c78d4802c40c909971ed1788005fd391a241dd8bfc2f1343b692c1339a25c24b790bbc6a7f1e784e03e2fed4743
outputs.27.3.groupId=org.jdbi
outputs.27.3.filename=jdbi3-oracle12-3.48.0-sources.jar
outputs.27.3.length=5935
outputs.27.3.checksums.sha512=400718d557a314f2d4036706643ed5f383bcc7650917d53c2e116a2dff4ce5cfdb489f1802256d3e020d96ffc09d7d037f93363bfae5f85e3b32a81c332ee7fe
outputs.27.4.groupId=org.jdbi
outputs.27.4.filename=jdbi3-oracle12-3.48.0-test-sources.jar
outputs.27.4.length=9843
outputs.27.4.checksums.sha512=ebe3756fae55770b5f71494c1459d156f857b7fcc9f8891a0177ab83663bd264a566758ab3388fa0cee6cbcb084346ca293ee7a329cb4c320009443c6723e7d7
outputs.27.5.groupId=org.jdbi
outputs.27.5.filename=jdbi3-oracle12-3.48.0-cyclonedx.xml
outputs.27.5.length=52209
outputs.27.5.checksums.sha512=16546df0b67f931c009b69e907e7210d77c056182bd3b2b7b192c6b32d4d76855112fc3dbdf8fa99678a6fcba179090150305f35c9c62effd697bb9c7c5226c1
outputs.27.6.groupId=org.jdbi
outputs.27.6.filename=jdbi3-oracle12-3.48.0-cyclonedx.json
outputs.27.6.length=61309
outputs.27.6.checksums.sha512=81c888d765cfbcf3b8dd81ecd51d5290e88294cc1fa7221b1b5f0da27cdba2485639112598295eee95eae240d3b71713c6618eac124c762e2d4f1f8a72dca1ea
outputs.28.coordinates=org.jdbi:jdbi3-postgis
outputs.28.0.groupId=org.jdbi
outputs.28.0.filename=jdbi3-postgis-3.48.0.pom
outputs.28.0.length=3899
outputs.28.0.checksums.sha512=5138d3f4a2ca125acda1b77a5138e359254d79813f2662b10ca7516e92c5704ce579b6bb6f947dba74384c85230f6141504d5b9ca46f152f7de8add375ed0438
outputs.28.1.groupId=org.jdbi
outputs.28.1.filename=jdbi3-postgis-3.48.0.jar
outputs.28.1.length=5940
outputs.28.1.checksums.sha512=e4c4ed21b21924596dbb5ffd847c22137c33d300929f8257f7d004c0054b601113adb6585d7d95ee43c50764f5a79db262f49f05f42512b1e6c272101909d731
outputs.28.2.groupId=org.jdbi
outputs.28.2.filename=jdbi3-postgis-3.48.0-tests.jar
outputs.28.2.length=6283
outputs.28.2.checksums.sha512=ecfaed8e36b737f0ac1520fd103fab3ca0c9a29cc6907f297aacd6343378e7df107ed7cfd28830d87591f65db1c51f8eca0b0e4a8c7adbbbc4f02a4e4151785c
outputs.28.3.groupId=org.jdbi
outputs.28.3.filename=jdbi3-postgis-3.48.0-sources.jar
outputs.28.3.length=5008
outputs.28.3.checksums.sha512=d1ad7c536b65997afefe9dd63564ac0c43c383b25fa523030818c89590d9ef23619e4e59348c6d9eae3929ca8fa8bb9756f12fe0ac3b82a5822329ac8733169c
outputs.28.4.groupId=org.jdbi
outputs.28.4.filename=jdbi3-postgis-3.48.0-test-sources.jar
outputs.28.4.length=4114
outputs.28.4.checksums.sha512=392ad27f7fa17164227916b8119e27c57b09b04b9b75a4470c28901f9e9a7fd266dfd344c08211311b8b849ecd4ae4377301e7a0d45f9e3540d351717986a121
outputs.28.5.groupId=org.jdbi
outputs.28.5.filename=jdbi3-postgis-3.48.0-cyclonedx.xml
outputs.28.5.length=13275
outputs.28.5.checksums.sha512=05b7e43d62090d6229adf719a03537f08f870496436187e80ea7e6f968f0064673d86f9ee275264547ab1baa96afde23ac517619e5cf7cab52f1439e73ec5ccd
outputs.28.6.groupId=org.jdbi
outputs.28.6.filename=jdbi3-postgis-3.48.0-cyclonedx.json
outputs.28.6.length=15655
outputs.28.6.checksums.sha512=42826a67dbbb2f1201d725dd46b440d1dad665fcdae491a4e5a53170aa3a5e5ffc7fa2069014131a9be3e029ee15e8e147fa362e22721124f8e74ca4e8cb0dfe
outputs.29.coordinates=org.jdbi:jdbi3-spring5
outputs.29.0.groupId=org.jdbi
outputs.29.0.filename=jdbi3-spring5-3.48.0.pom
outputs.29.0.length=2903
outputs.29.0.checksums.sha512=22ea584302954bd8b1be79ed0c7f0b2bfe6e14eac1707e589246b44d2bc687fc92739277e6667857fbcd7e78718f52247a1db40b8362ad9e5b96c58ff4055692
outputs.29.1.groupId=org.jdbi
outputs.29.1.filename=jdbi3-spring5-3.48.0.jar
outputs.29.1.length=16836
outputs.29.1.checksums.sha512=324ee6f8a630f16b9681360ee6f532cedcc4eab8adb305a7c69e73535306705a708722d305893e89e16a28e5a335677fdf2ec29bb734364dea88cbc90b4a9707
outputs.29.2.groupId=org.jdbi
outputs.29.2.filename=jdbi3-spring5-3.48.0-tests.jar
outputs.29.2.length=20123
outputs.29.2.checksums.sha512=0d7063901563637ae2d370e70e21fb279fd1dd2b3347a5d7791c06d74b82c01914c1e97f98fa7e108891169567175b027b513fe668af789e6a27a9ef4ee3b41a
outputs.29.3.groupId=org.jdbi