-
Notifications
You must be signed in to change notification settings - Fork 45
/
jdbi3-parent-3.45.3.buildinfo
1087 lines (849 loc) · 54.7 KB
/
jdbi3-parent-3.45.3.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.45.3
# source information
source.scm.uri=scm:git:git://github.com/jdbi/jdbi.git
source.scm.tag=v3.45.3
# build instructions
build-tool=mvn
# build environment information (simplified for reproducibility)
java.version=22
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.45.3.pom
outputs.0.0.length=2592
outputs.0.0.checksums.sha512=866e732647e30e5a5fe0acd4dcf3d6997b5fca1aab8fb8cf18e2775b8e51ba9da1d970aac54e2a2f5afb946af210341b10674f790ad2a39fea5a21d4fa1f4e18
outputs.1.coordinates=org.jdbi.internal:jdbi3-policy
outputs.1.0.groupId=org.jdbi.internal
outputs.1.0.filename=jdbi3-policy-3.45.3.pom
outputs.1.0.length=1304
outputs.1.0.checksums.sha512=a98a192dea1d01f070dd0b1c7d364edc11b877f43660ee2876fdb72e9c724c67052d102db01139ef1b470a7ef13f73643a5a04d9557c38a1cb1f5be640477596
outputs.1.1.groupId=org.jdbi.internal
outputs.1.1.filename=jdbi3-policy-3.45.3.jar
outputs.1.1.length=12316
outputs.1.1.checksums.sha512=99cf7ff50a85e542b051739a044a2c9bfa596593fbe5b1ce9027fb562a98d7645a31aceafd44709d314fd25c59632d2db72a973f62d29a862376dc3372c89606
outputs.1.2.groupId=org.jdbi.internal
outputs.1.2.filename=jdbi3-policy-3.45.3-sources.jar
outputs.1.2.length=12009
outputs.1.2.checksums.sha512=04a6838ef6d05b60d8cb5ecc825b27235d3e4fb58a3f990c410081c60bbc3f77ee5010f0ed471504d48da16c039fb1c6d1f72a479bbb770d08915a98a9e5c5d4
outputs.2.coordinates=org.jdbi:jdbi3-build-parent
outputs.2.0.groupId=org.jdbi
outputs.2.0.filename=jdbi3-build-parent-3.45.3.pom
outputs.2.0.length=59080
outputs.2.0.checksums.sha512=2972deba763ebe0efd14e468dd5ab1198c9957ca42c38b30e8de82492f6c945e713ed471ad67b526c960465924216d42e35ef9a982253bbc7b78bddc3f13912e
outputs.2.1.groupId=org.jdbi
outputs.2.1.filename=jdbi3-build-parent-3.45.3-cyclonedx.xml
outputs.2.1.length=2564
outputs.2.1.checksums.sha512=49890048ef31ba0f176967e4e67b22e24be605ea56134365eee4c0013fda02f7bc23fedffc7a058c15eb19e19548eb36b14f995dc08a898c446c1adaf6a1be3f
outputs.2.2.groupId=org.jdbi
outputs.2.2.filename=jdbi3-build-parent-3.45.3-cyclonedx.json
outputs.2.2.length=3022
outputs.2.2.checksums.sha512=f91ac51ae2cc61e90d84e655a6041689c6bf11d9190b5c71e8e5bf2a901387045c49492d7e1fb150ced43cb1425369bff653a614152ffb02222d14f55e2c914b
outputs.3.coordinates=org.jdbi.internal:jdbi3-parent
outputs.3.0.groupId=org.jdbi.internal
outputs.3.0.filename=jdbi3-parent-3.45.3.pom
outputs.3.0.length=3959
outputs.3.0.checksums.sha512=cfe3fb7946aaba8f5df74f096c6e30be0358d426874e0cb918bb3ef31cb48066acd97ae294a48cc60887a6a5fe8642e14ebf4d80e84c105b0b5fe808999cae05
outputs.3.1.groupId=org.jdbi.internal
outputs.3.1.filename=jdbi3-parent-3.45.3-cyclonedx.xml
outputs.3.1.length=2824
outputs.3.1.checksums.sha512=e979c6c362207a64646cb62a27b69adcd394a5acfd0379c97fdc8ef38726acd681d0243ab06be92d052ad64545591633d9228b680e14c4411d39de281a6f49fd
outputs.3.2.groupId=org.jdbi.internal
outputs.3.2.filename=jdbi3-parent-3.45.3-cyclonedx.json
outputs.3.2.length=3250
outputs.3.2.checksums.sha512=169f4cc95f4cf7bd87193b6d3f9bb166bc3f6e91de457eb72c9945e5075c74d1467af4b78a12ca9572451dacc97b03294bc22361776a75535df655671bd76b8a
outputs.4.coordinates=org.jdbi:jdbi3-bom
outputs.4.0.groupId=org.jdbi
outputs.4.0.filename=jdbi3-bom-3.45.3.pom
outputs.4.0.length=6660
outputs.4.0.checksums.sha512=11b7d6ae58a1d6058b73dd1806c9338470931f2ceece0961c80e8c285e14a8586da9431d1c7f84bb363f48f29c5d0ca441cd4a7d38a7855eea953559455e7f9e
outputs.4.1.groupId=org.jdbi
outputs.4.1.filename=jdbi3-bom-3.45.3-cyclonedx.xml
outputs.4.1.length=2588
outputs.4.1.checksums.sha512=c57681dee7ff37c970588592e4c669056a98acc07ea99cf82f482858ea80212e6e293d900cc39edccba686fdda52d78dd694f6339c68fb93966139a22787cda5
outputs.4.2.groupId=org.jdbi
outputs.4.2.filename=jdbi3-bom-3.45.3-cyclonedx.json
outputs.4.2.length=3046
outputs.4.2.checksums.sha512=b3f1d4e80cdcffcfb215365d14c2c3af1239eb0f51045439fc8732133a9dfa5402832fbf2fe219f8a1fcd29607f3c38100eff1cf8600e0f74098f22e1d601db8
outputs.5.coordinates=org.jdbi:jdbi3-core
outputs.5.0.groupId=org.jdbi
outputs.5.0.filename=jdbi3-core-3.45.3.pom
outputs.5.0.length=5017
outputs.5.0.checksums.sha512=268521a1db7e6b77652f5ffdff66784c292d9272c0c08ff25c63a02f3c33520c570d8038f21cd0eb3ab3fe6fdc3a3a1e36e16ff7ba9ca344d2355e097f208db3
outputs.5.1.groupId=org.jdbi
outputs.5.1.filename=jdbi3-core-3.45.3.jar
outputs.5.1.length=1019085
outputs.5.1.checksums.sha512=92b9f35d58618b144e4cb3fdb50de66a47e4033552f7579d6026c64701c48bdf3cca353662c86e90dbb00bf07016b9449ac51c6a0265496bd81ab808a3cd5126
outputs.5.2.groupId=org.jdbi
outputs.5.2.filename=jdbi3-core-3.45.3-tests.jar
outputs.5.2.length=868711
outputs.5.2.checksums.sha512=cf0a7d2099c4a5743c8d37a4167723ef340e933f7f9015f95648ba5803fd791a765b94f77b6555d42d313a958d55f1c60cc210f3a35150973a8e6fe11b45ba8e
outputs.5.3.groupId=org.jdbi
outputs.5.3.filename=jdbi3-core-3.45.3-sources.jar
outputs.5.3.length=465050
outputs.5.3.checksums.sha512=811eae342ee147d6d7a1dff75548a950f6592159daec4630feff8cf614d83c26b2041ab8c8a0aa1c552421fd8bb4bcbdca5688d082a1574783b59cdb7bdcf29b
outputs.5.4.groupId=org.jdbi
outputs.5.4.filename=jdbi3-core-3.45.3-test-sources.jar
outputs.5.4.length=312203
outputs.5.4.checksums.sha512=2b48f4402efde8d763d2f7615ec097a15841d782493af449fcaad5c8289c1fc3472e7e583ededfc0b968994b341db91464b202d88674a8ae5d41c903dd19da00
outputs.5.5.groupId=org.jdbi
outputs.5.5.filename=jdbi3-core-3.45.3-cyclonedx.xml
outputs.5.5.length=19456
outputs.5.5.checksums.sha512=dd30ae7a1fec381b597c908d59fcea7f15ae73d7644944d93531d9336438ae2e5da6694e2e3ce10df4a53830de727f1fe722424bf2c7676a48793f6bd742629e
outputs.5.6.groupId=org.jdbi
outputs.5.6.filename=jdbi3-core-3.45.3-cyclonedx.json
outputs.5.6.length=22947
outputs.5.6.checksums.sha512=bca20d53b6a172e7f8bcf9af528ed11aa0f9599271aac4474ca90cbeae31a18ec7c57f1b44455860aac1882a5a38dcdd7c2132f5f3b965e9c6c62cc120b056b1
outputs.6.coordinates=org.jdbi:jdbi3-testing
outputs.6.0.groupId=org.jdbi
outputs.6.0.filename=jdbi3-testing-3.45.3.pom
outputs.6.0.length=5288
outputs.6.0.checksums.sha512=1a172eb96b3178b57272d7522aee564d809e01dc34f8423ce7f595951d68f170cb4646bdde9f8e73e8b1762e9bfdd61c25c155eaf2739b93113e289c9ea94e17
outputs.6.1.groupId=org.jdbi
outputs.6.1.filename=jdbi3-testing-3.45.3.jar
outputs.6.1.length=33459
outputs.6.1.checksums.sha512=fa9bcc235ae100a9574d74fb5dc4c84fc4400b2ba730c2731a750c807d0ddf2a64d8afdf76bcd22e0c020df6e8bb914df508df17ba1c84812147eaf4fc4ad6ef
outputs.6.2.groupId=org.jdbi
outputs.6.2.filename=jdbi3-testing-3.45.3-tests.jar
outputs.6.2.length=38573
outputs.6.2.checksums.sha512=0ff0989cf76bf29bb8b5892a330bc4723855fbf5c7af85333f19aa42d2f549dc7a16e14f654f437fbdd70031814aa766f599f0f58509ef323b9157b65d3d7f24
outputs.6.3.groupId=org.jdbi
outputs.6.3.filename=jdbi3-testing-3.45.3-sources.jar
outputs.6.3.length=28025
outputs.6.3.checksums.sha512=7c709cab6492ee8ba5dabed53b5b3ddef04f07f2ded3e29569152e5dfca5dc83d6e0b07066de1ada4fa5905e93b11d2249022cbbe443f05aac95355dffd953a2
outputs.6.4.groupId=org.jdbi
outputs.6.4.filename=jdbi3-testing-3.45.3-test-sources.jar
outputs.6.4.length=23010
outputs.6.4.checksums.sha512=2a58c9c348ad644cce0202023e59ee3395cb75b55c67276cdf9b60cf8a4c6a4f43b219cbf3e1941f1d583c98590582b386dd6902f60ad8df205f96d69d305003
outputs.6.5.groupId=org.jdbi
outputs.6.5.filename=jdbi3-testing-3.45.3-cyclonedx.xml
outputs.6.5.length=99330
outputs.6.5.checksums.sha512=fcb9a3b98f48c6f5e1035ecce0c11a2ae847ac10eb80df074fc400570efe4ea3edff680e20710506587db5667638aececb94fa2504293850ad3f870dc399a86c
outputs.6.6.groupId=org.jdbi
outputs.6.6.filename=jdbi3-testing-3.45.3-cyclonedx.json
outputs.6.6.length=116512
outputs.6.6.checksums.sha512=a93c7926b791e7422bd033f5b81d0af97296f17c8bceaec23f5049841114fa8750bc5b20bd028ddb6f89e14b825b0b06f82e99ba831789c611dcd72285327425
outputs.7.coordinates=org.jdbi:jdbi3-caffeine-cache
outputs.7.0.groupId=org.jdbi
outputs.7.0.filename=jdbi3-caffeine-cache-3.45.3.pom
outputs.7.0.length=2441
outputs.7.0.checksums.sha512=9c2b2ab0746280706d593f5711f160ec0b923bb4b62769fb08c7f40b4141eef267521f6f7030da099630d6dd186cc828363baaa24be0a50a780e1da5b538cabe
outputs.7.1.groupId=org.jdbi
outputs.7.1.filename=jdbi3-caffeine-cache-3.45.3.jar
outputs.7.1.length=7723
outputs.7.1.checksums.sha512=af2fe3eec0d490552ac373538d65faa99a5ad99c8b07f41ed7cb68f942f5b404eed5f243353946bd34831b14d72aa013417d8c6462fec599162d74efd350e3d6
outputs.7.2.groupId=org.jdbi
outputs.7.2.filename=jdbi3-caffeine-cache-3.45.3-tests.jar
outputs.7.2.length=4823
outputs.7.2.checksums.sha512=207e568f751c8fc2adc8e3d2f2855cb9445ff380554d0f154367c827a0801f17170c0e079d0cfe3d03d1f736db3bb44f03d9d71dedb8ccb7898d357ff58e256c
outputs.7.3.groupId=org.jdbi
outputs.7.3.filename=jdbi3-caffeine-cache-3.45.3-sources.jar
outputs.7.3.length=6948
outputs.7.3.checksums.sha512=5729505771255bffd940db704082649d2115631bd5cfd3c53e652989a0f668aaabb19e892a1b2059549f0d95ce2cec42492eca8780fa379c20724f112e700469
outputs.7.4.groupId=org.jdbi
outputs.7.4.filename=jdbi3-caffeine-cache-3.45.3-test-sources.jar
outputs.7.4.length=4176
outputs.7.4.checksums.sha512=64e06655a894d7a7672d57d6c79eb7d44e3074310215d86d113d59da38568fecb23859483342292f3545af53b364eeb51691f9853512ddf49e4a8388e97c2f71
outputs.7.5.groupId=org.jdbi
outputs.7.5.filename=jdbi3-caffeine-cache-3.45.3-cyclonedx.xml
outputs.7.5.length=17121
outputs.7.5.checksums.sha512=e6a93ecec826b9c0bdff59c3ec140a0b1b9f98b7e25ab8804fa4c8d51233ae39db96176b7dd53e6bc140ebb63160254085a993e75df769e3c21a3165a553d9ee
outputs.7.6.groupId=org.jdbi
outputs.7.6.filename=jdbi3-caffeine-cache-3.45.3-cyclonedx.json
outputs.7.6.length=20156
outputs.7.6.checksums.sha512=69b68880737db8e9d82f5eb48be8382209d714ec128ae0878b34b9ededf75c4e2e97ad56faaac963cc76c291716f3b177570b15c99749e3093fa5e76d382018c
outputs.8.coordinates=org.jdbi:jdbi3-noop-cache
outputs.8.0.groupId=org.jdbi
outputs.8.0.filename=jdbi3-noop-cache-3.45.3.pom
outputs.8.0.length=2257
outputs.8.0.checksums.sha512=b8ad05489813eac4c43a36936e5baf4f10338158c546c96111534f54664c95bdf0c8d0a5c382ba11c2315a7345a939ba734736bb8a92d03a8965388b8821f46a
outputs.8.1.groupId=org.jdbi
outputs.8.1.filename=jdbi3-noop-cache-3.45.3.jar
outputs.8.1.length=5712
outputs.8.1.checksums.sha512=011d09ce30e89ae43f2553eb4fd4cd69130c9a7ab0d92012c0a3e0dedd5dfc4f6f0f0cab0ede712a8cc7c9303e5f442b1900a1673aca37b85b48c8aa25c3bd0f
outputs.8.2.groupId=org.jdbi
outputs.8.2.filename=jdbi3-noop-cache-3.45.3-tests.jar
outputs.8.2.length=4998
outputs.8.2.checksums.sha512=8694c4b23345833d13ece7c2cef6cbb287cf7ff10b8b3538f8a8fbaffde3342898ad3beedf703374f0765c357de8beadb712b220e35906dce1613c84771db52d
outputs.8.3.groupId=org.jdbi
outputs.8.3.filename=jdbi3-noop-cache-3.45.3-sources.jar
outputs.8.3.length=5689
outputs.8.3.checksums.sha512=86f837b6e383fe34502bffc707ce25e4db81c4e8c61a3a963263f027fa8773f66b32b3ae1c644dec3f31a552cd754b4d108cbf0ecf09ce78353e408e5684655a
outputs.8.4.groupId=org.jdbi
outputs.8.4.filename=jdbi3-noop-cache-3.45.3-test-sources.jar
outputs.8.4.length=4155
outputs.8.4.checksums.sha512=c1dc92b93cea70d6d7b9b1d41bed59553d4fd173907f5011c66976ef4eb30e545948fdf467fc1269b323add3e993d86d580533e1791b093641462c26a4573329
outputs.8.5.groupId=org.jdbi
outputs.8.5.filename=jdbi3-noop-cache-3.45.3-cyclonedx.xml
outputs.8.5.length=11166
outputs.8.5.checksums.sha512=4bdd9a0b29179cea5c9e2db7a723206366593d4ed4f5d374ab33ac512a90281c1e1d8b55596cfc8d759517d9fef22226b8815c7d1147615b1f4a26bbf435d205
outputs.8.6.groupId=org.jdbi
outputs.8.6.filename=jdbi3-noop-cache-3.45.3-cyclonedx.json
outputs.8.6.length=13142
outputs.8.6.checksums.sha512=81432aa10bec1c1500134844c05d607a327fc5a7d9056cc07a5bae24559429c2d5f4392573f34bdf0691af4447af33e1a884bbfecbf630a7a56a6aa57c679efe
outputs.9.coordinates=org.jdbi:jdbi3-guava
outputs.9.0.groupId=org.jdbi
outputs.9.0.filename=jdbi3-guava-3.45.3.pom
outputs.9.0.length=2467
outputs.9.0.checksums.sha512=916f72fd74e1bf83f03d96b42906ea6ccc28b3be99ad5e62fd98968b1ee796cd9e1a40537e3a194d97a6b8a5b01755682f305ddbb2122fbe68618a6aa86a2a41
outputs.9.1.groupId=org.jdbi
outputs.9.1.filename=jdbi3-guava-3.45.3.jar
outputs.9.1.length=11929
outputs.9.1.checksums.sha512=0f459b0dea44da4ee65598481e8b93bb09121e6ed41245f2e60d128072a563ee7470fdd03778202fa4f9d9b73584d3f8c858485abfc9e53bf7ed26c89e5eb0c0
outputs.9.2.groupId=org.jdbi
outputs.9.2.filename=jdbi3-guava-3.45.3-tests.jar
outputs.9.2.length=47494
outputs.9.2.checksums.sha512=39387d631a67881b519056b15bd75291769eb94b8e4e040d0353780f9a75c3e18b2f0509e5220d584edddbe54a6211e9eec2c82918966348ad7b39e89d7920ec
outputs.9.3.groupId=org.jdbi
outputs.9.3.filename=jdbi3-guava-3.45.3-sources.jar
outputs.9.3.length=9000
outputs.9.3.checksums.sha512=3eeeeef52a6f1eabf62cb3cdaf089923efd0dd1bc5f1e822f8e4d51301fe526001a100dc70cdf25a8311940a46e09dfcb31a49cf981f8993b791e85ebcd3238f
outputs.9.4.groupId=org.jdbi
outputs.9.4.filename=jdbi3-guava-3.45.3-test-sources.jar
outputs.9.4.length=10651
outputs.9.4.checksums.sha512=b632eedd43d4ab748518dbd351e85db3b0c51c28c4f2f46b8d4ced3da13bcc031643c7311785663ff2c4fa01504fe34307eb0cd91bb9058c122497b0c0115ff4
outputs.9.5.groupId=org.jdbi
outputs.9.5.filename=jdbi3-guava-3.45.3-cyclonedx.xml
outputs.9.5.length=27264
outputs.9.5.checksums.sha512=ab29ece763b3d83279f94d4b8e36fb59fc2bfd7ea4bed4089fe7d97bcc4c821fa97da9b8730b71be5c9cd9c40adaf374906968e0e0d1ef21f29be4539b9900ff
outputs.9.6.groupId=org.jdbi
outputs.9.6.filename=jdbi3-guava-3.45.3-cyclonedx.json
outputs.9.6.length=31898
outputs.9.6.checksums.sha512=d8dd844003ce46a7ef4b2b3c404258d6feb42fdb3e54db90596d8dffd091f6562f1d1edc26367b6166fbf88cdbba611805fe7524b35c972b6cdc57ee24a85f53
outputs.10.coordinates=org.jdbi:jdbi3-sqlobject
outputs.10.0.groupId=org.jdbi
outputs.10.0.filename=jdbi3-sqlobject-3.45.3.pom
outputs.10.0.length=4076
outputs.10.0.checksums.sha512=c459e5942ba93dc3fc6849e90824980608ee813df45f8003f958294c5a6e6b24b31d1cc851b62223fe9c70582ecf341afe6e49df33211d58525525e03e33297b
outputs.10.1.groupId=org.jdbi
outputs.10.1.filename=jdbi3-sqlobject-3.45.3.jar
outputs.10.1.length=215910
outputs.10.1.checksums.sha512=bbff1fbccca88cdd9d7f60155a408cbafd481fce3aa69a6da9f29a944e007d28d25b57bf95f3ef99504273165d00467715eed27a69640fbe8b3487663b8271b0
outputs.10.2.groupId=org.jdbi
outputs.10.2.filename=jdbi3-sqlobject-3.45.3-tests.jar
outputs.10.2.length=496958
outputs.10.2.checksums.sha512=f704af8e81b31d7fcaf3582a218fd044497bc9f44a551b3399148077fe4f591fcd91633819dbf2cd4453c52ba6ed46ad2b3e598c6fbc99c72ef46a217ba2589c
outputs.10.3.groupId=org.jdbi
outputs.10.3.filename=jdbi3-sqlobject-3.45.3-sources.jar
outputs.10.3.length=172043
outputs.10.3.checksums.sha512=1b0f6281eb2bdfbabbe58a651c09ea7fcdec1d521ed02c88f61dea15b55b68426d901d6d89abfdf2442c30b18ab70afc74b65948c869f7cd8deef11e9707c099
outputs.10.4.groupId=org.jdbi
outputs.10.4.filename=jdbi3-sqlobject-3.45.3-test-sources.jar
outputs.10.4.length=190775
outputs.10.4.checksums.sha512=9b5c433dc608ce672f95c4ccbdf4da8dfcfc9445a5b93177c0baf50c90ce9c17d91ac3f40b3d36febcc901b2e2253c853b425fae6e4763881e28ba9bea842166
outputs.10.5.groupId=org.jdbi
outputs.10.5.filename=jdbi3-sqlobject-3.45.3-cyclonedx.xml
outputs.10.5.length=13943
outputs.10.5.checksums.sha512=b675afee4826fee34e5769a7fbd2a19e4718cc720c1b04c577ad5000b619ccd9f32fbf46d6eeb48374404828181d97e54270f4324b2b98c588769e9c780167d3
outputs.10.6.groupId=org.jdbi
outputs.10.6.filename=jdbi3-sqlobject-3.45.3-cyclonedx.json
outputs.10.6.length=16314
outputs.10.6.checksums.sha512=29031c458122d416b5687ec813ec2e88fc2d811ee0bd086bee5c736dad252e149f7492b403a0dd96eb96f9e0d1e6b148b1eea335b3b63db83fca24f3833c2c13
outputs.11.coordinates=org.jdbi:jdbi3-commons-text
outputs.11.0.groupId=org.jdbi
outputs.11.0.filename=jdbi3-commons-text-3.45.3.pom
outputs.11.0.length=2671
outputs.11.0.checksums.sha512=db07932e43338a5a577c5f4ef43594ebba5606bf4415dd910e5ed3fcc8bfa6e6fe8c3cb8701217b07f0ae13e07ae1611a04153e2b53b0597d687cdeb5fe19f03
outputs.11.1.groupId=org.jdbi
outputs.11.1.filename=jdbi3-commons-text-3.45.3.jar
outputs.11.1.length=6158
outputs.11.1.checksums.sha512=1cd6bb11f18f7e4390691d37c521ec8798bda85b9ff0f9e35747a3d90536e929174feb5a84a2c77c0b0bb698759dc95a58b04a240101573d4a93afa297b197ad
outputs.11.2.groupId=org.jdbi
outputs.11.2.filename=jdbi3-commons-text-3.45.3-tests.jar
outputs.11.2.length=6597
outputs.11.2.checksums.sha512=467f28bf556bd6e363c9bc63c6d8ef6a5daf0008e0647d9c9d08e800ab1ed92309daa69653d5659ec725bc34d3cf0318e4a001f81115051196e997d44dc8c9d1
outputs.11.3.groupId=org.jdbi
outputs.11.3.filename=jdbi3-commons-text-3.45.3-sources.jar
outputs.11.3.length=5493
outputs.11.3.checksums.sha512=6140b4a0919d04b756d3e3d8a3a0336da9a94086d3c33d42b29c64a94b0599d5f23a74227274f125bfa4006b0aec3e37a34419f96315a6ad9c5a4ba390444640
outputs.11.4.groupId=org.jdbi
outputs.11.4.filename=jdbi3-commons-text-3.45.3-test-sources.jar
outputs.11.4.length=4347
outputs.11.4.checksums.sha512=e086b19c7914378ee6e0857f5e4ebfef1909c38ae12b3230be4d6ccab246995d3cb9a0741f6959af46d089c7706189050903804a8af3d5dc7f503ee8857f0d69
outputs.11.5.groupId=org.jdbi
outputs.11.5.filename=jdbi3-commons-text-3.45.3-cyclonedx.xml
outputs.11.5.length=16251
outputs.11.5.checksums.sha512=6b090b34e8f7ca5d627fda887618bee363bbf342349d9d8b635f455fb020bfb7a21ef98bfcd1f21eff802c6527127fffa9b8d16652d404a44f0637e8fb74079d
outputs.11.6.groupId=org.jdbi
outputs.11.6.filename=jdbi3-commons-text-3.45.3-cyclonedx.json
outputs.11.6.length=19105
outputs.11.6.checksums.sha512=840f19d367a0bfd44b1aa12e6f056fa6703e9c5161a7b0d320f1edd32203df706702131b919541a7b54b32ebd1e3ffcb00b45eb536fe0ae2f9c71b5b163efd0a
outputs.12.coordinates=org.jdbi:jdbi3-freemarker
outputs.12.0.groupId=org.jdbi
outputs.12.0.filename=jdbi3-freemarker-3.45.3.pom
outputs.12.0.length=2667
outputs.12.0.checksums.sha512=be4800e3d9ac86b48fe63c00bb8de4574eca64b043ae4c2a00822495dc8bcea7a3631d14e070d9a7ac8b11e81123f78a4dd590a2e5b4974b2070600e830ec41a
outputs.12.1.groupId=org.jdbi
outputs.12.1.filename=jdbi3-freemarker-3.45.3.jar
outputs.12.1.length=12195
outputs.12.1.checksums.sha512=7e7622de8833b2e7216a3802b7ed76e7617cfb7c9a4e7b53ed2629685dba5cb06877f8463a3a16b1db63bcdbf4801842798faf64e98bb97075c2d982845e5314
outputs.12.2.groupId=org.jdbi
outputs.12.2.filename=jdbi3-freemarker-3.45.3-tests.jar
outputs.12.2.length=37200
outputs.12.2.checksums.sha512=df44dacd9a72fb4586d229700dcfebaa4b8c0686938a11515c6b07966458ab0392afa796796e2fef34e44cb02a2f5dae5aecdc8c056ac04dec9018315a4fd519
outputs.12.3.groupId=org.jdbi
outputs.12.3.filename=jdbi3-freemarker-3.45.3-sources.jar
outputs.12.3.length=10034
outputs.12.3.checksums.sha512=b42242e3ad3a6a6173836fc0555bf4156f22f85c723d077b46739bc1019157db5db844abc9e77c7bd416484b7150316eab652e86178176b0cace6da62e80236f
outputs.12.4.groupId=org.jdbi
outputs.12.4.filename=jdbi3-freemarker-3.45.3-test-sources.jar
outputs.12.4.length=18826
outputs.12.4.checksums.sha512=08c7da15d5ea69e5a93c6aab3c8901d810d5ce868bd8b2cb5d64ef1ad201c1f452708e2f8a8c66a8cf052847fa7c72b9fa153f36faf7a8f4a705d4fabc4e9d59
outputs.12.5.groupId=org.jdbi
outputs.12.5.filename=jdbi3-freemarker-3.45.3-cyclonedx.xml
outputs.12.5.length=15952
outputs.12.5.checksums.sha512=398ab1d0ed71b418194a7024b04e74223671c834aaec5e36c005f4d36bece5697256e27a45d167a467b74029e18016be089a8964f231f80e40a83e704ec58937
outputs.12.6.groupId=org.jdbi
outputs.12.6.filename=jdbi3-freemarker-3.45.3-cyclonedx.json
outputs.12.6.length=18660
outputs.12.6.checksums.sha512=10f48d08c9c82fd85b8a7bde06bc5ec59aae9229f194dae2f9137dc64d5c85d448ad36a11ff43a26b4ee29fccaad90fc7393370bc71f448e8c50239fec42c881
outputs.13.coordinates=org.jdbi:jdbi3-generator
outputs.13.0.groupId=org.jdbi
outputs.13.0.filename=jdbi3-generator-3.45.3.pom
outputs.13.0.length=3155
outputs.13.0.checksums.sha512=ad310f4e11bb6e11151d70537037039f43cf920d498f789856f853ad8013b19ea561962b3a6a6e7ac38e27476ea6a5f2cb1666a02569eb3c53b614350892e55c
outputs.13.1.groupId=org.jdbi
outputs.13.1.filename=jdbi3-generator-3.45.3.jar
outputs.13.1.length=12328
outputs.13.1.checksums.sha512=f6eff74ab9b4116fa681c2ea5bc53c0c2773dddf264d8047fc3e8b4bf60b3b6ea6cd5f759613ab3a33e347d007513d0e2910f65a0cd14d1bf9760982240b0b9c
outputs.13.2.groupId=org.jdbi
outputs.13.2.filename=jdbi3-generator-3.45.3-tests.jar
outputs.13.2.length=25756
outputs.13.2.checksums.sha512=f5db9833c1ba41e741e79797382a35a4c95463500dd65e09aa36308a7f7adeaa51a8673cbe3e281ccc964e7ac2407fdcd7f0b01587e8d4a89ba1c758cfb6d9ee
outputs.13.3.groupId=org.jdbi
outputs.13.3.filename=jdbi3-generator-3.45.3-sources.jar
outputs.13.3.length=6645
outputs.13.3.checksums.sha512=6566e034aa05cc0ddc5e365c5729d66bb829efe663dc5e7cdcd756e0e7e7bcdd4ba0a2d85163dbb830f4a0bad487080486410e3d06c340e80ef1bd23312f939f
outputs.13.4.groupId=org.jdbi
outputs.13.4.filename=jdbi3-generator-3.45.3-test-sources.jar
outputs.13.4.length=8991
outputs.13.4.checksums.sha512=d4a0898f7479f9c22921a34d7224140b507035690ae1583ec23cf5fe8b1adfed805edee2d509d1b4f7d6c3f365be8906f315c1e12fad6d558bbcf0a9a7fab0b8
outputs.13.5.groupId=org.jdbi
outputs.13.5.filename=jdbi3-generator-3.45.3-cyclonedx.xml
outputs.13.5.length=15828
outputs.13.5.checksums.sha512=98b7046132b7f62204e8899cd0459e6b488344962fdd4b43beda436f1a5d254da8056a7a037b852771ead50811ee85849e2c590b3300c18bb622e843205b6b67
outputs.13.6.groupId=org.jdbi
outputs.13.6.filename=jdbi3-generator-3.45.3-cyclonedx.json
outputs.13.6.length=18511
outputs.13.6.checksums.sha512=669b39d6a962e4a0f6b6508769b43cecacb49576abf4b639813bc5b57c03579ff3e35262c940bc3849b64e660dd6668890f0d42bbe6bc7b006f06a977b98c954
outputs.14.coordinates=org.jdbi:jdbi3-json
outputs.14.0.groupId=org.jdbi
outputs.14.0.filename=jdbi3-json-3.45.3.pom
outputs.14.0.length=2580
outputs.14.0.checksums.sha512=abba3de9e3d32b3c5e46915664b77b533e714f12e71c7767ce41899114ac979c3b50dc33b5d31076807cd45a173032569f1e6950c78baae4ede6e1ce24861ba3
outputs.14.1.groupId=org.jdbi
outputs.14.1.filename=jdbi3-json-3.45.3.jar
outputs.14.1.length=11168
outputs.14.1.checksums.sha512=d32ceabfca3859122902c8e9dcf8ad3977eb5b22c86a3145fe16b81adb81d6d271e980a9ebaf134bbe86db4a33d22c387d77a75072fd8e176f2a39639d641cef
outputs.14.2.groupId=org.jdbi
outputs.14.2.filename=jdbi3-json-3.45.3-tests.jar
outputs.14.2.length=25047
outputs.14.2.checksums.sha512=2f9e9415523940b00bfed923bd1b9da0cb76c0a94a27575b6266d52ad264861e93bcd5b726c9797bc037716019f6f443ae549f0585456eb7968b1276a074cab3
outputs.14.3.groupId=org.jdbi
outputs.14.3.filename=jdbi3-json-3.45.3-sources.jar
outputs.14.3.length=9318
outputs.14.3.checksums.sha512=4363b33ac15a34d5345f558630a17a55bd9a5476c53408163824b281ed99071bef52eba34ca0d45339bfbdb8f76482a1b395057826fe19ae6b80df658bd46aa1
outputs.14.4.groupId=org.jdbi
outputs.14.4.filename=jdbi3-json-3.45.3-test-sources.jar
outputs.14.4.length=8501
outputs.14.4.checksums.sha512=4b22118ca2766ce83f2a9d88fa8f265f4dad2a91b51d97bba3bddfbee34a2b424ab7957892477ad68f4abe3d9a630e70a6def8d1e9dae16d0d4bb4fa18aa3067
outputs.14.5.groupId=org.jdbi
outputs.14.5.filename=jdbi3-json-3.45.3-cyclonedx.xml
outputs.14.5.length=11231
outputs.14.5.checksums.sha512=66045a39cedc27c124ee7a69118f66a19435b03cace836212a805ba5db8b1f5490f7a7455e34ee8993332aacec76714e38009514cfcf9f436de6851735c36960
outputs.14.6.groupId=org.jdbi
outputs.14.6.filename=jdbi3-json-3.45.3-cyclonedx.json
outputs.14.6.length=13199
outputs.14.6.checksums.sha512=93bce80c2cafa6654224d266b760681144b061cea53215a970aedb0cddf4af79edccf1d2bc4d8a015df3e43bf59e55dd12fbc5c699a534865d6cd5e59c10b0bd
outputs.15.coordinates=org.jdbi:jdbi3-stringtemplate4
outputs.15.0.groupId=org.jdbi
outputs.15.0.filename=jdbi3-stringtemplate4-3.45.3.pom
outputs.15.0.length=3332
outputs.15.0.checksums.sha512=225398a4faa387c7ba1faffe0f6e51d4cbaf8f771d5ebbbd7c525d1088b86aa542e47d948c45d3295f137d5473eedf95cec592cd5ca68dd505df66ec0d5f0371
outputs.15.1.groupId=org.jdbi
outputs.15.1.filename=jdbi3-stringtemplate4-3.45.3.jar
outputs.15.1.length=13693
outputs.15.1.checksums.sha512=2bd88dc6c254542cf8970d1e3992677399734edc836d68f0cbb28a3a6b69dc23d692c0a08429bbd1fb6409cb990f1040b893d5e8c60c56ba5b80f5fac7f8a408
outputs.15.2.groupId=org.jdbi
outputs.15.2.filename=jdbi3-stringtemplate4-3.45.3-tests.jar
outputs.15.2.length=45625
outputs.15.2.checksums.sha512=c763b6a84cd215f588ca7038f36c429bbf89811bfc360204791b14f34206808b547b1ca1e37a7ece697e900ccad2015010fdc613fdb1d671f5d76bdf77482735
outputs.15.3.groupId=org.jdbi
outputs.15.3.filename=jdbi3-stringtemplate4-3.45.3-sources.jar
outputs.15.3.length=10786
outputs.15.3.checksums.sha512=f00177a9acf44495d4dd6d225765d5f3ec6966492026fa81740d47d6c5d444d7a68ee3c8ffaf1a8a2d1285a0cc0d79747a5df199b2b358167b6670199d54ca9a
outputs.15.4.groupId=org.jdbi
outputs.15.4.filename=jdbi3-stringtemplate4-3.45.3-test-sources.jar
outputs.15.4.length=21017
outputs.15.4.checksums.sha512=3e9d79b0a9ae43d6472d94770086df9e1c7633fa0e02c75d6c5eee12b59754846fff49722b25fa7baf3a511375e12a3b4577fc48269a95b4157c185b9b4852cb
outputs.15.5.groupId=org.jdbi
outputs.15.5.filename=jdbi3-stringtemplate4-3.45.3-cyclonedx.xml
outputs.15.5.length=18579
outputs.15.5.checksums.sha512=d92404d80aaaf1b0c55212ea867fd381bbf14a62742037412129257f3c0e40ae865ebf38c612b9ae4bc8ce73d2732cbd0b83b6ea9066bcf67d733711981bae68
outputs.15.6.groupId=org.jdbi
outputs.15.6.filename=jdbi3-stringtemplate4-3.45.3-cyclonedx.json
outputs.15.6.length=21633
outputs.15.6.checksums.sha512=03523ebb3a73f38918c06abdaba93b6c61252b5ce3a812e0cc409205cbbf01714b258941b139d88ace050dd365b391fe94b06e43a87d1e9cfb2116f58301b26b
outputs.16.coordinates=org.jdbi:jdbi3-postgres
outputs.16.0.groupId=org.jdbi
outputs.16.0.filename=jdbi3-postgres-3.45.3.pom
outputs.16.0.length=3388
outputs.16.0.checksums.sha512=848cedfdf183998c801ffda2dbbed01ed3853d9c2e1cc26e5302d65a465961f68ac144f41e52b5d7ca62e3fe645a5e82cbcada79d605a6852d40b899e93853c8
outputs.16.1.groupId=org.jdbi
outputs.16.1.filename=jdbi3-postgres-3.45.3.jar
outputs.16.1.length=40113
outputs.16.1.checksums.sha512=fd1b61757e1826bc5e945d5770bc836afa30e90671ff9f7f3ccaeab54c955cc0811213ffec4aeb63193f79e2b2b66d0e1394e7136f06103ed1dd78d8913ef597
outputs.16.2.groupId=org.jdbi
outputs.16.2.filename=jdbi3-postgres-3.45.3-tests.jar
outputs.16.2.length=90577
outputs.16.2.checksums.sha512=ecac69a4787bb7258d0f8608f34b4702eaf6189931c2d5eb6a57cb7de5f82f9cff63fe9624c9c7f6a29c39ca665de7affb825055ba9c4f781cd9ae7de51d2dad
outputs.16.3.groupId=org.jdbi
outputs.16.3.filename=jdbi3-postgres-3.45.3-sources.jar
outputs.16.3.length=33453
outputs.16.3.checksums.sha512=6335025833bc3bbdfcbdfb0cb40d6783c152c83e448b706c1c9adcb606154d1002b517b47b8fd0d39619f5306a274f933f24182e65219169575363a42cca7f7b
outputs.16.4.groupId=org.jdbi
outputs.16.4.filename=jdbi3-postgres-3.45.3-test-sources.jar
outputs.16.4.length=42674
outputs.16.4.checksums.sha512=0bbf4541641fbe06963dc2872b7fd811ea89674e5537c6d6e55580d6ea962b8dde4ac15b3380f50c6c5636fd1f008a7650d66fbca803791c7a95b35f20599b60
outputs.16.5.groupId=org.jdbi
outputs.16.5.filename=jdbi3-postgres-3.45.3-cyclonedx.xml
outputs.16.5.length=19930
outputs.16.5.checksums.sha512=2c5965b5b69cb14fcd15eb422b3cbac1c26597e3c5e87af241ad95801291dd457216faebcf7a16c8c25d025d92210a81629d7dde9d2678051fe7c5329ef0153e
outputs.16.6.groupId=org.jdbi
outputs.16.6.filename=jdbi3-postgres-3.45.3-cyclonedx.json
outputs.16.6.length=23311
outputs.16.6.checksums.sha512=6fa2a5e58b4e6846328c367173f4e3727daef68f629a3578746a45c7570be9b6f192d4b15f0a03f6ab8afab4f85f1eedd1df7ce1a64f15d0d3588f904de3f54a
outputs.17.coordinates=org.jdbi:jdbi3-gson2
outputs.17.0.groupId=org.jdbi
outputs.17.0.filename=jdbi3-gson2-3.45.3.pom
outputs.17.0.length=3228
outputs.17.0.checksums.sha512=e032be7295e9da7ae96d59618123e38fadff6ed9aa9c2a7ba40c3e3e0f8a0d02c44b900e9d55fe3bff44d2a3110e87f9172c785a81571692d61b8d427ab5000f
outputs.17.1.groupId=org.jdbi
outputs.17.1.filename=jdbi3-gson2-3.45.3.jar
outputs.17.1.length=6093
outputs.17.1.checksums.sha512=79c61508da07921260e86b3928acbe676fd077358b71f150be7eb0fe880b393dcfadc649b29fe311c08237a9a7b49e3c27e5418d7ed365bbb2eff10676b24f38
outputs.17.2.groupId=org.jdbi
outputs.17.2.filename=jdbi3-gson2-3.45.3-tests.jar
outputs.17.2.length=9913
outputs.17.2.checksums.sha512=5520f8624fc55cf0eb909a05c4cce352915b91f5ee79a299fa8d038f78272768e08ce68d1a2b0d8a2d639f93fe5f5a06c0e91ec2c212f41f93298609ef31d803
outputs.17.3.groupId=org.jdbi
outputs.17.3.filename=jdbi3-gson2-3.45.3-sources.jar
outputs.17.3.length=5050
outputs.17.3.checksums.sha512=006f78f3e8bdc07d9d33f959215b418e01dc91a41929488a71ec682ea4af322768413439b10f13001aae5edcd8b4600954dbe1698aa46c62f22a1c70b8a42a07
outputs.17.4.groupId=org.jdbi
outputs.17.4.filename=jdbi3-gson2-3.45.3-test-sources.jar
outputs.17.4.length=4815
outputs.17.4.checksums.sha512=a738ceee34960a804485ab6dd183c249f8cf8ef7fab9baf50a5a87c8acee27695b981e45e84a8311ef00b709d281571eb44315fc0d3975ce433a838ab83a3ec1
outputs.17.5.groupId=org.jdbi
outputs.17.5.filename=jdbi3-gson2-3.45.3-cyclonedx.xml
outputs.17.5.length=15391
outputs.17.5.checksums.sha512=940e2ebe980385a1377a398641b266c8d9582eef4dae2a3b8c9618df6a5bccc1219d090f98bfff58ce399d21709a75353c3ca23fd56c854b6242003e2d4871bb
outputs.17.6.groupId=org.jdbi
outputs.17.6.filename=jdbi3-gson2-3.45.3-cyclonedx.json
outputs.17.6.length=18123
outputs.17.6.checksums.sha512=f7c64b25d88aab00652c7e57c91835ffba059af91aa0c0add33399fc940750ddb9d94c916e5da9bf83a8b1bccdb3dae2c99cf8f74cf3927adb000ac110d28782
outputs.18.coordinates=org.jdbi:jdbi3-guice
outputs.18.0.groupId=org.jdbi
outputs.18.0.filename=jdbi3-guice-3.45.3.pom
outputs.18.0.length=4048
outputs.18.0.checksums.sha512=d6dbb64b8e27de3ffa65cc6e360a4a3c54dce49cf4893f1dfdfa7c781dd6ed17e92ebf7197cb6230c38fa6f7e7ab2fa5dafdb8656f34993568d3b9b3c56731da
outputs.18.1.groupId=org.jdbi
outputs.18.1.filename=jdbi3-guice-3.45.3.jar
outputs.18.1.length=43593
outputs.18.1.checksums.sha512=dff5cec7c471297440472b837ed2edd85b73308f65fe625fd2113495332f3b0e2c2e7e391412b3d11497242af0944c3c265de4a793644a8abfef59423a1a4bae
outputs.18.2.groupId=org.jdbi
outputs.18.2.filename=jdbi3-guice-3.45.3-tests.jar
outputs.18.2.length=87522
outputs.18.2.checksums.sha512=89b265be2c0f0aa1638a6d2c834bf27edae78bbadf260f4b0a8dca4ed4297540ebeda173d2491510b91179a02b6866ca0e0e4781b28ab302f9fbe37f0d7a243c
outputs.18.3.groupId=org.jdbi
outputs.18.3.filename=jdbi3-guice-3.45.3-sources.jar
outputs.18.3.length=19959
outputs.18.3.checksums.sha512=b47065a82580a2dfbf67d0aded56230aa18824cd7bbf8020402a005d429c8bd5c3c893c0d66f9d2a2572d60ccebc80c6d558b589d66b526cb1d51a8fc8cf2e41
outputs.18.4.groupId=org.jdbi
outputs.18.4.filename=jdbi3-guice-3.45.3-test-sources.jar
outputs.18.4.length=22819
outputs.18.4.checksums.sha512=36ffee0660e9dc51e2eba1da3384779711dad38e7846459b065e5e667178332fe44163410db77d746a85c01ceb6e7af75020ef06f7a9a02a5772896f5c290d66
outputs.18.5.groupId=org.jdbi
outputs.18.5.filename=jdbi3-guice-3.45.3-cyclonedx.xml
outputs.18.5.length=39949
outputs.18.5.checksums.sha512=9c255c7fe9625d30a16c4e5d63f271f1e72d3c87d6f2d4b76211db0bde9a764e35498ab7ef218072af7ab7362778b69f99472d5ce71921ebd9f1ba7850844dde
outputs.18.6.groupId=org.jdbi
outputs.18.6.filename=jdbi3-guice-3.45.3-cyclonedx.json
outputs.18.6.length=46887
outputs.18.6.checksums.sha512=79dab790d7182ac2ddeda47cfbdba45d3202eaa437d69f8a84d97986fa4035536e1fc2989b2771b4202db69f8266b27a1f13b5aa0d1009e61aa364b150a79eb3
outputs.19.coordinates=org.jdbi:jdbi3-jackson2
outputs.19.0.groupId=org.jdbi
outputs.19.0.filename=jdbi3-jackson2-3.45.3.pom
outputs.19.0.length=4097
outputs.19.0.checksums.sha512=fedabd6246beb621cf84d27835fe0919125fabd865a7ca2dc8033aadf69cd8c416ee21a2d1a9af52fd10cedffed5233bec0f87a7b09e560a6b55332b1fa643e0
outputs.19.1.groupId=org.jdbi
outputs.19.1.filename=jdbi3-jackson2-3.45.3.jar
outputs.19.1.length=7019
outputs.19.1.checksums.sha512=d03f16a8567e67e7628073e2544cc436a7bcc55658ad2cb369f0699ad248d798b17a723de0755f08402e72664be1850adebe416e5a98f8b6393c3c82c0cae01b
outputs.19.2.groupId=org.jdbi
outputs.19.2.filename=jdbi3-jackson2-3.45.3-tests.jar
outputs.19.2.length=21242
outputs.19.2.checksums.sha512=4b2e81e7c4f57368f3e4933815b71abe8f3e8bfc3a648f34d9f172b41a60f09f38afc7749fe484b2d2fc1e1cae36add17c864e85f9b4690f00e0374a9c73af9b
outputs.19.3.groupId=org.jdbi
outputs.19.3.filename=jdbi3-jackson2-3.45.3-sources.jar
outputs.19.3.length=5647
outputs.19.3.checksums.sha512=e0dcf130b787478aad724893b1dd24b28cb887a0ddcec72eff3e9097d183acd882d8ec4ae05e884407169612abd46b29d3b82300ffc47f3a30a914d24a26fcd0
outputs.19.4.groupId=org.jdbi
outputs.19.4.filename=jdbi3-jackson2-3.45.3-test-sources.jar
outputs.19.4.length=8305
outputs.19.4.checksums.sha512=f6f70fd3de1b0d88cba38885dba3f81cf53b486edf83d15f8f8432e03d67ba6886cc17fe6381f4c5632b52f7ad79d66dd35bcbef753ba4b3a403e7b2f71418d4
outputs.19.5.groupId=org.jdbi
outputs.19.5.filename=jdbi3-jackson2-3.45.3-cyclonedx.xml
outputs.19.5.length=22569
outputs.19.5.checksums.sha512=c7a4e150c56f47e46bad644a456af6dc11420e3c3a40f824c26d8ace4bbaddd4db8fbc42b710c954d50c941a7df2f29ed4fb60466f645161cfec2d93da4e98d0
outputs.19.6.groupId=org.jdbi
outputs.19.6.filename=jdbi3-jackson2-3.45.3-cyclonedx.json
outputs.19.6.length=26493
outputs.19.6.checksums.sha512=aebf981de106aabe3a43502fcadc953eead9cad54fc603e92b74a622368bc125de661c26f4bc4448b4fd6f768201897a7a216abd8162fb0369feae017d5eee43
outputs.20.coordinates=org.jdbi:jdbi3-jodatime2
outputs.20.0.groupId=org.jdbi
outputs.20.0.filename=jdbi3-jodatime2-3.45.3.pom
outputs.20.0.length=1918
outputs.20.0.checksums.sha512=3a34f0f30b59540166b280f8ce3f25983a10f781a7f69668bb768b5bfb9cc8b5064fb830be26e57f4ec68ce8f648cfdf2387a6cd6e534aa73119c812fb7d8943
outputs.20.1.groupId=org.jdbi
outputs.20.1.filename=jdbi3-jodatime2-3.45.3.jar
outputs.20.1.length=5586
outputs.20.1.checksums.sha512=977928c568142b943503b7b78b0564d3de31e21c76504b939c0762d33bcf13dd471c917044b860d54a1ad722a14d8163fd578ea3e0f681102590d76acbcf7e3f
outputs.20.2.groupId=org.jdbi
outputs.20.2.filename=jdbi3-jodatime2-3.45.3-tests.jar
outputs.20.2.length=3630
outputs.20.2.checksums.sha512=0eef45a4d7e66c765ebc34c36da7df23310a98fcf0f2bfd8397c08d1842dbd55407c7eca32146a1fe9a9c8442d8d5255601e978f7a6d83aecc8222993310fd2b
outputs.20.3.groupId=org.jdbi
outputs.20.3.filename=jdbi3-jodatime2-3.45.3-sources.jar
outputs.20.3.length=5473
outputs.20.3.checksums.sha512=89bf4d8f40f4e7065720e4ddff7cb670cf80c9b975460af732f40efd5a2148611de1a4dedabf4f19369c9d83ce65ed6eb5a47f4bae2f1427add92e0decf091d1
outputs.20.4.groupId=org.jdbi
outputs.20.4.filename=jdbi3-jodatime2-3.45.3-test-sources.jar
outputs.20.4.length=3073
outputs.20.4.checksums.sha512=07afa28eeb94213ad6437c634ccf15cdc18b833157d29f53978a63414b2104215e45c7aaa5aca11d7cddfed5313269ead632a457a96734a60c2f1592ddef0961
outputs.20.5.groupId=org.jdbi
outputs.20.5.filename=jdbi3-jodatime2-3.45.3-cyclonedx.xml
outputs.20.5.length=13210
outputs.20.5.checksums.sha512=0071918772e926ba25fcdc504bca7c78b241a9655308608ecbcba0afa6b05ea9a5475e2243bfe3e55b5ca8ad19dc1f48fe327e4b16fc19c26cc7aa9f7ce8c76e
outputs.20.6.groupId=org.jdbi
outputs.20.6.filename=jdbi3-jodatime2-3.45.3-cyclonedx.json
outputs.20.6.length=15585
outputs.20.6.checksums.sha512=b7254e7ff0a0fca04cc245ea5810065e20351c28a512cbbe19b65116af9915b4d45a5a6f279c2dd4596ef6f4aff187272dc9d7c0e402cb366033ef2dd74622fa
outputs.21.coordinates=org.jdbi:jdbi3-jpa
outputs.21.0.groupId=org.jdbi
outputs.21.0.filename=jdbi3-jpa-3.45.3.pom
outputs.21.0.length=2428
outputs.21.0.checksums.sha512=b4fd6bd52db76d68db94338ece42f494efe04c480fd6cb78974aa49c4ed652c52aa2e54b05c9ead53fb24b286936262fbe74d26842479c64248c46c740781780
outputs.21.1.groupId=org.jdbi
outputs.21.1.filename=jdbi3-jpa-3.45.3.jar
outputs.21.1.length=18882
outputs.21.1.checksums.sha512=dc8815190728c2a703145f380c40ff62f1f7a7f0880e263d50f6e5de376d3e0c2c629d6320d7d47fff2776278b8eca67dbf2ec62fcf60989d201e6b1272c0996
outputs.21.2.groupId=org.jdbi
outputs.21.2.filename=jdbi3-jpa-3.45.3-tests.jar
outputs.21.2.length=37717
outputs.21.2.checksums.sha512=9a2dbd1702b98bdce698bc1496f48778526f80986ebdc57f90a56a6aedfe0d81c19a2b72699e7774a4db372c09211d3f995a0319b7c3f4660c9e43a139ed23f7
outputs.21.3.groupId=org.jdbi
outputs.21.3.filename=jdbi3-jpa-3.45.3-sources.jar
outputs.21.3.length=12090
outputs.21.3.checksums.sha512=1c318a0b18532fc4248b3c29e5c0838c0418651fc7ace6b8b885e4f781f5db10642604a0c9cabe42bc4294dd91cb9211c382957b7b6052a0bee6805593037cfe
outputs.21.4.groupId=org.jdbi
outputs.21.4.filename=jdbi3-jpa-3.45.3-test-sources.jar
outputs.21.4.length=6949
outputs.21.4.checksums.sha512=97cc771f5b16f2cf3034e069a249868c9744cf753721f638762c95f703c902dee41064f64739c17a9e3498f5edbf732b459c716ed1706ed2e8d967cf4499b04b
outputs.21.5.groupId=org.jdbi
outputs.21.5.filename=jdbi3-jpa-3.45.3-cyclonedx.xml
outputs.21.5.length=15182
outputs.21.5.checksums.sha512=0b77de350cf5436f18da2a94f7ad78dcb5231d1099b30635ebc36e631d3bb02e9aec1168f564d6358857b8bc8b3dc6629ab423108983683366d0cfc4a6bfe80c
outputs.21.6.groupId=org.jdbi
outputs.21.6.filename=jdbi3-jpa-3.45.3-cyclonedx.json
outputs.21.6.length=17771
outputs.21.6.checksums.sha512=bda30945d0ffb1f8b1f3d1561f85269c8d0fe692ad9aac4a6e2629623fe4d00d860c1c9ea73756557fc9033aa65a0e88a8b7a00b51589154e1e668880659bac3
outputs.22.coordinates=org.jdbi:jdbi3-kotlin
outputs.22.0.groupId=org.jdbi
outputs.22.0.filename=jdbi3-kotlin-3.45.3.pom
outputs.22.0.length=3372
outputs.22.0.checksums.sha512=82c5229c4bc22028b1519844a3d63a94f3d9ae1c967819a3b44bed5fe2530c0f5263e67c52449c2d94582a6a9eef7adae4b70635dbcb0c9d388e4eb862d72a46
outputs.22.1.groupId=org.jdbi
outputs.22.1.filename=jdbi3-kotlin-3.45.3.jar
outputs.22.1.length=66991
outputs.22.1.checksums.sha512=e0bdd5dd73ab234369eae4742694b39642c1dfe615241af6bc67dd4069ec3b9788b9750ed3bb4b632beb358a84efc5eb67edef0e9bbbbc3a13f1ab90af193e8b
outputs.22.2.groupId=org.jdbi
outputs.22.2.filename=jdbi3-kotlin-3.45.3-tests.jar
outputs.22.2.length=188356
outputs.22.2.checksums.sha512=5ce9bc3aa92c9e4a67c665d1518720dde0f674331b8e2a24660391710f632385f91ecf6f6b9d46aae7f062cc6651af7b57dd3bb2d5e40938336d03b491007f67
outputs.22.3.groupId=org.jdbi
outputs.22.3.filename=jdbi3-kotlin-3.45.3-sources.jar
outputs.22.3.length=16204
outputs.22.3.checksums.sha512=e8358188827e101b442edc3695fe22c7c3b177717c6a22cc1524b34f54ac9ce52931c9ae143016125f1e6713cb555c0a1f3a8d9b65a8e269e4187a891f2592e8
outputs.22.4.groupId=org.jdbi
outputs.22.4.filename=jdbi3-kotlin-3.45.3-test-sources.jar
outputs.22.4.length=16030
outputs.22.4.checksums.sha512=0feaa9ea68effd98ed3440793794119b5936c11ac96fbe382a515f6019c1a3eaa85b19b6f1d8e56071e4058655a906ed399c4df75d01e2cacd7887e9aa4fd9dc
outputs.22.5.groupId=org.jdbi
outputs.22.5.filename=jdbi3-kotlin-3.45.3-cyclonedx.xml
outputs.22.5.length=24815
outputs.22.5.checksums.sha512=fd37348001ddff3d852b63fc08ab98f8626b8ee9496f0af00c7101842315e8be434cf319d90fb025de97b483d1f5441c7fff0bea7cc4db70b4e6408a625f98be
outputs.22.6.groupId=org.jdbi
outputs.22.6.filename=jdbi3-kotlin-3.45.3-cyclonedx.json
outputs.22.6.length=29169
outputs.22.6.checksums.sha512=5f6969ac1313c9dd454a843939b58c782df07c6bbab732463828491bcfca659ab78eaa3bb5d7126040cc9787eb9b84f762714a2bb72924fea1caad19dae40014
outputs.23.coordinates=org.jdbi:jdbi3-kotlin-sqlobject
outputs.23.0.groupId=org.jdbi
outputs.23.0.filename=jdbi3-kotlin-sqlobject-3.45.3.pom
outputs.23.0.length=2948
outputs.23.0.checksums.sha512=8d8316906f1efb8df64ffef6da5c6bfd4b4065d318a355589c57d5f4ea2ebb1d99342d6332e32e60722c70daa8a1b4c3757f1aec51a34d63b40132a9ce089872
outputs.23.1.groupId=org.jdbi
outputs.23.1.filename=jdbi3-kotlin-sqlobject-3.45.3.jar
outputs.23.1.length=26059
outputs.23.1.checksums.sha512=44a92424b82614d342830a7d6f8dab7967b5933db5d1a8e1a57ef1741d449341d075c602f8ad3b47278c74b7c3284e05e7ed14dcbbbe7cb2f6889d9efaf91557
outputs.23.2.groupId=org.jdbi
outputs.23.2.filename=jdbi3-kotlin-sqlobject-3.45.3-tests.jar
outputs.23.2.length=56526
outputs.23.2.checksums.sha512=ac676fd9d91021e79730c8d66d96a284e16a12bce6946dc066aa749c719d9df28bb2e12012eb18bc5482dbf74182872f01a2791eac2399dac85cb41933e555d3
outputs.23.3.groupId=org.jdbi
outputs.23.3.filename=jdbi3-kotlin-sqlobject-3.45.3-sources.jar
outputs.23.3.length=11953
outputs.23.3.checksums.sha512=3c6a016a60da80467f554357b09b38329000cea4d7e799ec5abbe2b07af2c07922229ce5fff3b93eec6561b2396666d9de056a158d537d4a5b7d1f527b4cacfb
outputs.23.4.groupId=org.jdbi
outputs.23.4.filename=jdbi3-kotlin-sqlobject-3.45.3-test-sources.jar
outputs.23.4.length=9451
outputs.23.4.checksums.sha512=eba595099941330c6911e8bbb92afd8e7961bcdf208c58a8946eac8779c5d19907fd4437a0712a7b8b148d538217bb545ea3f949fd12133611949d31437d16d0
outputs.23.5.groupId=org.jdbi
outputs.23.5.filename=jdbi3-kotlin-sqlobject-3.45.3-cyclonedx.xml
outputs.23.5.length=23643
outputs.23.5.checksums.sha512=f78abcc0899508fdd2727406bc0df81a78f4dfb3680cfd42a0ce8e9a7027915329c3cdc501648c414f4ac3a53854618ef319a10435071ad94a8c7768ed166250
outputs.23.6.groupId=org.jdbi
outputs.23.6.filename=jdbi3-kotlin-sqlobject-3.45.3-cyclonedx.json
outputs.23.6.length=27636
outputs.23.6.checksums.sha512=a64ea4ace58e8f8dc9af7fc1635190498f08e3ed1144da1395b4b844bd4562be3905c53646c94897fa28c0c872a596005d15038fce4c8b4eec768d09eabdae54
outputs.24.coordinates=org.jdbi:jdbi3-moshi
outputs.24.0.groupId=org.jdbi
outputs.24.0.filename=jdbi3-moshi-3.45.3.pom
outputs.24.0.length=3044
outputs.24.0.checksums.sha512=eab4b8db8176756b0eee5c7c6de4d6c4abd8712482ea17b870a5a00636fbda00b22d7c1cec17828ba44e39e7b592ebb8f5ce76206c8546ee852752db9cbc82c9
outputs.24.1.groupId=org.jdbi
outputs.24.1.filename=jdbi3-moshi-3.45.3.jar
outputs.24.1.length=5784
outputs.24.1.checksums.sha512=8a2a46ae60719a2549620a605df5f7c2ed1066c1fc9f002ce07e3ad5f0e5d46da479ff4a15dced860415353587706c632230087e6fecdd9e8d95ca66bbda192d
outputs.24.2.groupId=org.jdbi
outputs.24.2.filename=jdbi3-moshi-3.45.3-tests.jar
outputs.24.2.length=11791
outputs.24.2.checksums.sha512=86a648d4f463ad34e53c570a7ddf29c8a81419c6dce75b65cbccf5e452a754742f6f741d25f0a053b4f129b8dd4dbab21b5bc75be200ea2857665fc248886f5a
outputs.24.3.groupId=org.jdbi
outputs.24.3.filename=jdbi3-moshi-3.45.3-sources.jar
outputs.24.3.length=4682
outputs.24.3.checksums.sha512=484c9b78099aaaba618ab663b5f3c7668d8cb6ef13ed37650909177d95c31764868480e2fa3c7078594d5665e131c51797506625603a7f0be2d9945677a7b0b2
outputs.24.4.groupId=org.jdbi
outputs.24.4.filename=jdbi3-moshi-3.45.3-test-sources.jar
outputs.24.4.length=5053
outputs.24.4.checksums.sha512=d86a602bd4049765912dcaa84001a1bb0dbd218f8027b0ec4634a5557ab4d93328395bfaebc4502924ac6310f96cd16a8aa63901f0958ca2a849c58f0bd07727
outputs.24.5.groupId=org.jdbi
outputs.24.5.filename=jdbi3-moshi-3.45.3-cyclonedx.xml
outputs.24.5.length=26585
outputs.24.5.checksums.sha512=d3ab11cea168d7c17d50937b6cf9dcfe690ee4aec53dffc4671194e3fdcae5c89f8a8b63657a4c91196e8a2c4eb892c7d863fd5da458505ff00dbc89383f89e3
outputs.24.6.groupId=org.jdbi
outputs.24.6.filename=jdbi3-moshi-3.45.3-cyclonedx.json
outputs.24.6.length=31318
outputs.24.6.checksums.sha512=fb165a58e96773360f98e54bb22922df3e76f72ec70002401ae89be575074b834e4f0632ae07aa4b6f9c7c8b5e78db74aca53b5eebabdf4f32cdbf6533973313
outputs.25.coordinates=org.jdbi:jdbi3-testcontainers
outputs.25.0.groupId=org.jdbi
outputs.25.0.filename=jdbi3-testcontainers-3.45.3.pom
outputs.25.0.length=7236
outputs.25.0.checksums.sha512=ba0c21e00cbaf1e403ff91f42aab6ee9857bef77379262d693c73fc3463ec9b5b200287d63d92db515223bf64f5a171ea76e87050f90f9ad8dc5ff79b59ee0cd
outputs.25.1.groupId=org.jdbi
outputs.25.1.filename=jdbi3-testcontainers-3.45.3.jar
outputs.25.1.length=15067
outputs.25.1.checksums.sha512=1e9410f79b0e2d81d5a98d4dd39fbc5d502cd5951d4029912fc29f68c477f48eba46668a94b29263eb9be0938415bb96244cf24d8cc598c07ef0195a91c69f45
outputs.25.2.groupId=org.jdbi
outputs.25.2.filename=jdbi3-testcontainers-3.45.3-tests.jar
outputs.25.2.length=15983
outputs.25.2.checksums.sha512=dff2ff742c946b4be6b0b8276c0d6c81ce7a4691c268063d3ae3c89a9ba75d62863cc8d8008e6d8a59633186854d9ea59579b80f9224f4d322683f9a62d7a560
outputs.25.3.groupId=org.jdbi
outputs.25.3.filename=jdbi3-testcontainers-3.45.3-sources.jar
outputs.25.3.length=11922
outputs.25.3.checksums.sha512=d66ae3d950741433a31fe2eca12144041bf705a0f8d3690cd8e28e4e33714a67bbb339886bb744eb7829ff8fe2da9e16b2e9e276f1b89be1d04392f5061b8236
outputs.25.4.groupId=org.jdbi
outputs.25.4.filename=jdbi3-testcontainers-3.45.3-test-sources.jar
outputs.25.4.length=13946
outputs.25.4.checksums.sha512=ad2d5432409b8953e8a763ec2e19b3b536c4cda944f1863ca719b9e78f044651b36073d20882c11a83e1353fb01827d1a3c956614a1d98e96e76469250be48f0
outputs.25.5.groupId=org.jdbi
outputs.25.5.filename=jdbi3-testcontainers-3.45.3-cyclonedx.xml
outputs.25.5.length=60042
outputs.25.5.checksums.sha512=f5d92c62278205eb3e88adeb54554f53f76001c476544e665f648e1d9464c9eec7320890d0c47d83f17a9a9346fae09d8d8a6a3892cd7848bd90954167f79150
outputs.25.6.groupId=org.jdbi
outputs.25.6.filename=jdbi3-testcontainers-3.45.3-cyclonedx.json
outputs.25.6.length=70564
outputs.25.6.checksums.sha512=c594b7cb4cfdab96b719e884a0926fe23db4f6e5f0128f1d9b9a99d7b438aa17a255b4f4178ee6ab57ec3d864b8f65d163c73e77a008a73d16d003e23f521d81
outputs.26.coordinates=org.jdbi:jdbi3-oracle12
outputs.26.0.groupId=org.jdbi
outputs.26.0.filename=jdbi3-oracle12-3.45.3.pom
outputs.26.0.length=3623
outputs.26.0.checksums.sha512=a0a8edd0dff1c17ea5294bc6e699ad8c085851978fe3d44178a4e0bf27dede20466a18c81ddac10a4826bdf17154e84ef430d99cfe0ee7d2e166127b7d4e0365
outputs.26.1.groupId=org.jdbi
outputs.26.1.filename=jdbi3-oracle12-3.45.3.jar
outputs.26.1.length=8194
outputs.26.1.checksums.sha512=8ec7c6a26a6a030c136fea4f78de8bc9c73d50ac195c4388f3028436f38627632992946da431287ea05a8a69c72d56ef1fd2994d9781257bc7d5452da77f3884
outputs.26.2.groupId=org.jdbi
outputs.26.2.filename=jdbi3-oracle12-3.45.3-tests.jar
outputs.26.2.length=18311
outputs.26.2.checksums.sha512=c0877e06b188b1cebb679846289aa8ebbbcd108892cd521becccbf71c220eaf26d58af868aefb956f082ce2dd940a98f493dfaa1d73bd6d6cb0360de1edcea4a
outputs.26.3.groupId=org.jdbi
outputs.26.3.filename=jdbi3-oracle12-3.45.3-sources.jar
outputs.26.3.length=5936
outputs.26.3.checksums.sha512=4c5044b55659ca119d64e82a8a0fec92f477c1be008edbdacbbe855daa3ee4514b5458c1782fdc44a43a9f6be5c91ddff398b074d836b76b8b72c78ebcbb55bb
outputs.26.4.groupId=org.jdbi
outputs.26.4.filename=jdbi3-oracle12-3.45.3-test-sources.jar
outputs.26.4.length=9844
outputs.26.4.checksums.sha512=4c60e1c7b83a348f0f1a6bd998dd2ee665d97510d48e054c7b44d5aa11be5ff66c695e09ee63d670b717d96c3629ce1990080f2e00e43dc4fe98bba34e6b92f0
outputs.26.5.groupId=org.jdbi
outputs.26.5.filename=jdbi3-oracle12-3.45.3-cyclonedx.xml
outputs.26.5.length=52214
outputs.26.5.checksums.sha512=d861f4f20afa893e75cc16f8cbcad7f77a705fe3a0f9b733e9ea8fd1c2a5969b7a16f5e20641816f6a262b92493ec38c5007aac81db187434d91a914ef48b4b3
outputs.26.6.groupId=org.jdbi
outputs.26.6.filename=jdbi3-oracle12-3.45.3-cyclonedx.json
outputs.26.6.length=61314
outputs.26.6.checksums.sha512=16b4785638d37a8c7add043ac5b44ff859a0c34f421f9ae662461c930fe024efca6f6bf0e6b0bd1a5e5c6f9d994ef366706914a9c9d98f35aed805739fec763e
outputs.27.coordinates=org.jdbi:jdbi3-postgis
outputs.27.0.groupId=org.jdbi
outputs.27.0.filename=jdbi3-postgis-3.45.3.pom
outputs.27.0.length=3899
outputs.27.0.checksums.sha512=c0528a68fc9ee9a546b4ab8cdf04c5f6907a0ef7c5e2e4c775b3e4e4de60adb5dfcdb6a1c6a275b91ef91d66cbeab5bcdfd6d338a034753a9167c2fe5550c783
outputs.27.1.groupId=org.jdbi
outputs.27.1.filename=jdbi3-postgis-3.45.3.jar
outputs.27.1.length=5981
outputs.27.1.checksums.sha512=e2acba80625131b0cfde09fd2d9f22cb28692e8507590cae2daa542f5615eaab1d1420c83d388fd895109e5cf47c0ae46a346f7aae762201c725eb2b313b8214
outputs.27.2.groupId=org.jdbi
outputs.27.2.filename=jdbi3-postgis-3.45.3-tests.jar
outputs.27.2.length=6324
outputs.27.2.checksums.sha512=c201fd0c3f7a4da83147595146ffa47f8363f7cbe94a62dfe7ca3c88621c14db84cc0c1bef2c62e97b246c53c75e3f5ed5c34f25bda5b14a554413e4e9387de1
outputs.27.3.groupId=org.jdbi
outputs.27.3.filename=jdbi3-postgis-3.45.3-sources.jar
outputs.27.3.length=5013
outputs.27.3.checksums.sha512=6f3a9587fbe0fec8a4d360803b4ad54ce452743b8dcc504dab5d053877b4702e34f714f2eac4dfa4bc4ca122ce5923c739f10578e61184f8dcac7030ad20c09d
outputs.27.4.groupId=org.jdbi
outputs.27.4.filename=jdbi3-postgis-3.45.3-test-sources.jar
outputs.27.4.length=4114
outputs.27.4.checksums.sha512=1cde0b69eec650f84d9a23e4041bc5addbea1e2269c7ced4747a387cf6a3582c610194917f89842d34b85beae2d3060a37d506b02c747734af1606a6d7e7e1f6
outputs.27.5.groupId=org.jdbi
outputs.27.5.filename=jdbi3-postgis-3.45.3-cyclonedx.xml
outputs.27.5.length=13280
outputs.27.5.checksums.sha512=5fcf9420664eb0ddc3acb0f39cb530ead37c73747fcc39c95182cb11960d866d390c4348789f9bfdd7b0209489d34adbf459cb4753cb4ca4e8d0240014887394
outputs.27.6.groupId=org.jdbi
outputs.27.6.filename=jdbi3-postgis-3.45.3-cyclonedx.json
outputs.27.6.length=15660
outputs.27.6.checksums.sha512=b12b7da2ff5236eb5b1a2e8cd839d043467cda32085c93445b9d1e89fb1d37db44a4b4c15719edfbbfe1b0cf8959ba9a28ea87cfec4434da834008f33049180f
outputs.28.coordinates=org.jdbi:jdbi3-spring5
outputs.28.0.groupId=org.jdbi
outputs.28.0.filename=jdbi3-spring5-3.45.3.pom
outputs.28.0.length=2810
outputs.28.0.checksums.sha512=79e7c584063710bf32d0bb3db75414745cabc29ad3ecbfd302930d990dee766ff2dbbd04ee57bddc31eaa111f37927fb88c855be30158dce1039517f365e350e
outputs.28.1.groupId=org.jdbi
outputs.28.1.filename=jdbi3-spring5-3.45.3.jar
outputs.28.1.length=16534
outputs.28.1.checksums.sha512=e2d40b587cf7233174b8bfe4fddb9ec862b48debb2d22fd33d28ea8fe1c2938fb4828f5c7c3ea403b49acb46da40ebec81ed8dd4c91bb58384be02083a2026c3
outputs.28.2.groupId=org.jdbi
outputs.28.2.filename=jdbi3-spring5-3.45.3-tests.jar
outputs.28.2.length=20122
outputs.28.2.checksums.sha512=eb2dd7a37c878235c750458096cd9c3f608db6c0b7280db99d5875a6e0ea9a3d6f4f85c8fe43bb371fa130c84f75f23692240a4f191ceb6738b98c90a7089e6e
outputs.28.3.groupId=org.jdbi
outputs.28.3.filename=jdbi3-spring5-3.45.3-sources.jar
outputs.28.3.length=13175
outputs.28.3.checksums.sha512=6ced9c50382670c2addc194ba11c9fbb1194996e8445e5e16db937cfe76a32af9aba8fa39eca35915aad06013967046f74799176b8662b0d4d3ca4ae69f5b665
outputs.28.4.groupId=org.jdbi
outputs.28.4.filename=jdbi3-spring5-3.45.3-test-sources.jar
outputs.28.4.length=15346
outputs.28.4.checksums.sha512=efd2cfc7caa7e8d47d9498e254d7f54366e0a9f65dadaf84b5bdc70464f566393b36e236ca81b56d70052e0b074088b661625cd4ba3dd0a9a91054a69aafb936
outputs.28.5.groupId=org.jdbi
outputs.28.5.filename=jdbi3-spring5-3.45.3-cyclonedx.xml
outputs.28.5.length=30782
outputs.28.5.checksums.sha512=3970b2972ef51c3bf9ea7bdb8b0e6efaa2dac4d1b635a3f718deae80f312a96a587a610cc37c993ad326cfd40fa73a35ba3eb5ead0f9bdbf0c39cf0b2c614dc4
outputs.28.6.groupId=org.jdbi
outputs.28.6.filename=jdbi3-spring5-3.45.3-cyclonedx.json
outputs.28.6.length=35825
outputs.28.6.checksums.sha512=b552a572b705a23d5bdb0905dbc2418e2640e1bb217c76cd42be4735a4c6df945de4ac24506f518c4dbd1a990aa474f2c9a3d55405b5cc31cd5dd95c921452f9
outputs.29.coordinates=org.jdbi:jdbi3-sqlite
outputs.29.0.groupId=org.jdbi
outputs.29.0.filename=jdbi3-sqlite-3.45.3.pom
outputs.29.0.length=1620
outputs.29.0.checksums.sha512=eafb44f68115284c1e3e6c9b91268b4f2bfe4dc6a5f2071f5f4068c7e04466b5148b6c2c6914cd4991439e51836f40dacba3e49839ac11b5ffb41bf12ad39e92
outputs.29.1.groupId=org.jdbi
outputs.29.1.filename=jdbi3-sqlite-3.45.3.jar
outputs.29.1.length=5239
outputs.29.1.checksums.sha512=3dea01cf25abfea7023608dd7dbeeb191536febd0d61fbd502a3086f54c7d3f4a9ab327dfe289ad8310b256003859726fb6fd23a757fa46fade6b2601d586cca
outputs.29.2.groupId=org.jdbi