-
Notifications
You must be signed in to change notification settings - Fork 48
/
jdbi3-parent-3.45.0.buildinfo
1050 lines (820 loc) · 52.8 KB
/
jdbi3-parent-3.45.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.45.0
# source information
source.scm.uri=scm:git:git://github.com/jdbi/jdbi.git
source.scm.tag=v3.45.0
# build instructions
build-tool=mvn
# build environment information (simplified for reproducibility)
java.version=21
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.0.pom
outputs.0.0.length=2592
outputs.0.0.checksums.sha512=8403c01c92605db2688915d6f263528540b97f29fe1baf50eeffdb195c4059810f2266a1f542f5def97e7b2245cc7463a8c0b098b0934859a6b9be830dcdc35e
outputs.1.coordinates=org.jdbi.internal:jdbi3-policy
outputs.1.0.groupId=org.jdbi.internal
outputs.1.0.filename=jdbi3-policy-3.45.0.pom
outputs.1.0.length=1304
outputs.1.0.checksums.sha512=0e635b40c8c0c371b3abaa4b8b28ee8b97ef065f9c4a5f651786e82fefb9dcd0d2e8a2bb1a9d4d30af34d89c5425d4460921ef9ca0920f242b28d546e8e240ff
outputs.1.1.groupId=org.jdbi.internal
outputs.1.1.filename=jdbi3-policy-3.45.0.jar
outputs.1.1.length=12314
outputs.1.1.checksums.sha512=039e265e2d3b987557c18e7ae2fe71c7fb0604307bbed25c2d6eb9ebad95895c2d9cba267cb4d151020838d331823bf0bc9b4c29a7a62cdecafe079831cc90cf
outputs.1.2.groupId=org.jdbi.internal
outputs.1.2.filename=jdbi3-policy-3.45.0-sources.jar
outputs.1.2.length=12007
outputs.1.2.checksums.sha512=3c57b6aac48b75e01e3395c6f0859ac1c7d77b023dd206841aadbf071b630845cd0a0170842f9d60baeaa3aa80a9358132c976370dfb81a99bd8716867885cee
outputs.2.coordinates=org.jdbi:jdbi3-build-parent
outputs.2.0.groupId=org.jdbi
outputs.2.0.filename=jdbi3-build-parent-3.45.0.pom
outputs.2.0.length=58792
outputs.2.0.checksums.sha512=4d346c5a5223f3cef67684f5e45f75c4d4c9a70009394ff367c83fb87166aaefee46ff664941f6a1169fed0fe180534ccc3095109eb5c476a0befa38c763dcda
outputs.2.1.groupId=org.jdbi
outputs.2.1.filename=jdbi3-build-parent-3.45.0-cyclonedx.xml
outputs.2.1.length=2564
outputs.2.1.checksums.sha512=8a9c6e206240a3301983ff6ce8ec37fbe658f94bd43fd076c3e80683b4c8eb62958cb5af537e924effe7fdce139b34e6130c11b937358b78f138b7ea1fc1f5f5
outputs.2.2.groupId=org.jdbi
outputs.2.2.filename=jdbi3-build-parent-3.45.0-cyclonedx.json
outputs.2.2.length=3022
outputs.2.2.checksums.sha512=0e8541fa29abf76c365d397d02c6621e781f7d1d6c67d67ed74bb086fbcab14fe9647cd8ac5139a8b6903d9459a15f671ce67a2e85c195cca98259b9b06ca4f6
outputs.3.coordinates=org.jdbi.internal:jdbi3-parent
outputs.3.0.groupId=org.jdbi.internal
outputs.3.0.filename=jdbi3-parent-3.45.0.pom
outputs.3.0.length=3925
outputs.3.0.checksums.sha512=4928f3188429d76323ff42ec5cc95bc5de4124a731c27ba4d2d94f50474b971b63fa6909f6ed17721bc8f704f2c4f913545c84f8d20f869241ce7d8676bab362
outputs.3.1.groupId=org.jdbi.internal
outputs.3.1.filename=jdbi3-parent-3.45.0-cyclonedx.xml
outputs.3.1.length=2824
outputs.3.1.checksums.sha512=fc7b08189ee68e462ecbb122487e76ac88fad1245ae1870775789f107d0f602e5de38bf0c37cdd98f64f0518be6c6b7b95493781f8ad55a1283ac0fd54d84361
outputs.3.2.groupId=org.jdbi.internal
outputs.3.2.filename=jdbi3-parent-3.45.0-cyclonedx.json
outputs.3.2.length=3250
outputs.3.2.checksums.sha512=0fe8dc6e32d5e0fef04cda8575b300eef248d314791deb4a9b08f4ecf88ac44c9c6ad9504c543aa19e80ea3977a9df2e2bcace2703354279b71289879408dbed
outputs.4.coordinates=org.jdbi:jdbi3-bom
outputs.4.0.groupId=org.jdbi
outputs.4.0.filename=jdbi3-bom-3.45.0.pom
outputs.4.0.length=6660
outputs.4.0.checksums.sha512=801460d993587620a1e446295497dcac3c457b7ddd6fee2af0be3fec47296f52688bdd49b14b4e302661aef59edbebd19c24d5d2bea965fa8af11cc64dd3a4c6
outputs.4.1.groupId=org.jdbi
outputs.4.1.filename=jdbi3-bom-3.45.0-cyclonedx.xml
outputs.4.1.length=2588
outputs.4.1.checksums.sha512=3dc2703ba6638272779c62c8d90ef9faaf7dcbbc013ca4783c468cfb67e0c907742866e770073cc6da4bd48a97d6b1dc3826207cdbe394d5957838f139a9269d
outputs.4.2.groupId=org.jdbi
outputs.4.2.filename=jdbi3-bom-3.45.0-cyclonedx.json
outputs.4.2.length=3046
outputs.4.2.checksums.sha512=5a05cb5d44b517c486c98bb8df1c00c578f39d32a3d5d557bf842ea4efa4a19d20f0722e46af76c4865ce9d6533c28f291cf4a910e3b5bf23c8f1bf59a4b4fc1
outputs.5.coordinates=org.jdbi:jdbi3-core
outputs.5.0.groupId=org.jdbi
outputs.5.0.filename=jdbi3-core-3.45.0.pom
outputs.5.0.length=5017
outputs.5.0.checksums.sha512=4552e5153d074f6e63df3f3c5229d493e3c843e0ddde5bf79ee811256e2180def69937d4129d999ff5dde3204a8e273e61fd7709d63d087983a320bd271e7682
outputs.5.1.groupId=org.jdbi
outputs.5.1.filename=jdbi3-core-3.45.0.jar
outputs.5.1.length=1015856
outputs.5.1.checksums.sha512=3f5e7323bc0905659f48d7734e80e3a4ba712bfbb8894748a89651de4c913f863368cdd38d4905e1d845f45b545c1dd6b9300a4110a933f5f37ed9138cad825e
outputs.5.2.groupId=org.jdbi
outputs.5.2.filename=jdbi3-core-3.45.0-tests.jar
outputs.5.2.length=860079
outputs.5.2.checksums.sha512=55c6e9bbd71b01b23a89e8c2447ec3f9cd0061c5e967e00b103d51c0dbbb90841fc64013e38213ad3a12e8408b4ff077f254c650551feda75a7f615c7e46cf52
outputs.5.3.groupId=org.jdbi
outputs.5.3.filename=jdbi3-core-3.45.0-sources.jar
outputs.5.3.length=463950
outputs.5.3.checksums.sha512=88a68788c14a5457cf855db5aa44d9d73ea868d92339c67b0a4e478e8063c5b9cb8e1b8b07314861efbb11f91532e8e8f81e13c9241c302742e29775aedeece6
outputs.5.4.groupId=org.jdbi
outputs.5.4.filename=jdbi3-core-3.45.0-test-sources.jar
outputs.5.4.length=309477
outputs.5.4.checksums.sha512=035996b809b9a1e9237bad89500f21ef306465c296488a75d63cb2d1b2c7905a2fa2912b69181f2f0a6391c98dd6d597a2852a79780b53e00dc5ebf3ddfc0999
outputs.5.5.groupId=org.jdbi
outputs.5.5.filename=jdbi3-core-3.45.0-cyclonedx.xml
outputs.5.5.length=19456
outputs.5.5.checksums.sha512=c9a89d1aa524bd129755d98bb1f4cdca7c511edd74f4f15a815ee111f28d09fe56c8087a16cf175581263a662e535ea30213da1c8c864a59a55e481d3d54aa36
outputs.5.6.groupId=org.jdbi
outputs.5.6.filename=jdbi3-core-3.45.0-cyclonedx.json
outputs.5.6.length=22947
outputs.5.6.checksums.sha512=a7379d0f77cc9aa32a7eaa2c852310d3df872b7c0833911c9018d5a586cbad48adc7b53a97a2f78a2a565018b1b1ce9116029a9e4e2121f82f8fe283e6d81bdc
outputs.6.coordinates=org.jdbi:jdbi3-testing
outputs.6.0.groupId=org.jdbi
outputs.6.0.filename=jdbi3-testing-3.45.0.pom
outputs.6.0.length=5288
outputs.6.0.checksums.sha512=dc6085a6ef50614142d056bea1ff8e00e5042f10ca50a1ee9a69d2dc1178df3276fefcb48d92f65979c281bb080c428b3ddd480e189d516a74730039f9207523
outputs.6.1.groupId=org.jdbi
outputs.6.1.filename=jdbi3-testing-3.45.0.jar
outputs.6.1.length=33455
outputs.6.1.checksums.sha512=fc21acb967d4e41f11a99310e6806aa17533f56008503196e9494b713a9ce92215f2b975c592e4a0d42e80c0991fbba360e714b9e426b9e77689109285b0daf8
outputs.6.2.groupId=org.jdbi
outputs.6.2.filename=jdbi3-testing-3.45.0-tests.jar
outputs.6.2.length=38566
outputs.6.2.checksums.sha512=440bac36f0d514498fd159659c219eb24633cf21ffdfce8d00ee0d37f3adf41db0e54ad95f3234c506cfe85397f1463dacbbf254be267bae9e38477f2963a782
outputs.6.3.groupId=org.jdbi
outputs.6.3.filename=jdbi3-testing-3.45.0-sources.jar
outputs.6.3.length=28023
outputs.6.3.checksums.sha512=f02b2b9b4cfb1851cca994400c3b710f7f38414f5a210ca38c069aefa437008adcaf785e25100b7c6018ce84e0620396c686593c23a3ace436f767ecc20c6d73
outputs.6.4.groupId=org.jdbi
outputs.6.4.filename=jdbi3-testing-3.45.0-test-sources.jar
outputs.6.4.length=23008
outputs.6.4.checksums.sha512=6b5cf09cb2fb0eb939b3d8c96eb0e70a30de70bae60a38dea021437b80445e043064781d1bd48817c14b85e8fcd7ead699adb0ff6f25b2c474029720f01616de
outputs.6.5.groupId=org.jdbi
outputs.6.5.filename=jdbi3-testing-3.45.0-cyclonedx.xml
outputs.6.5.length=94096
outputs.6.5.checksums.sha512=53d5a561b98350038aef2da49b5bf46f8d1efbd37e7442ddb3ba8ef200e717bd9a7d441d1f518af17191000a1597121130fcf6b38eef4a4753fbac52f8ae1c4c
outputs.6.6.groupId=org.jdbi
outputs.6.6.filename=jdbi3-testing-3.45.0-cyclonedx.json
outputs.6.6.length=110425
outputs.6.6.checksums.sha512=19f8d766acd9ace0a956910ae5ff8708f65b17e137e306636ae07c2fecd7ce26aed9556689bcb7c19e0b018fc648f257442f1161371b76488ecc475463377187
outputs.7.coordinates=org.jdbi:jdbi3-caffeine-cache
outputs.7.0.groupId=org.jdbi
outputs.7.0.filename=jdbi3-caffeine-cache-3.45.0.pom
outputs.7.0.length=2441
outputs.7.0.checksums.sha512=8720607e382acb3c0d8617341cc97dfb85c50dc13cb6065039a903864756ee5737b96a6ca56e4a2ef540ae26d3714917a17d57a53fef0924c24949594345bfe6
outputs.7.1.groupId=org.jdbi
outputs.7.1.filename=jdbi3-caffeine-cache-3.45.0.jar
outputs.7.1.length=7719
outputs.7.1.checksums.sha512=8bef240884db131271a10b2d32314eef9f5664849fd52bfd67881bffdfa89b38c5419d7749df6f4b980f6809162568e03ded64869813b0b7b70c2fea4c4266aa
outputs.7.2.groupId=org.jdbi
outputs.7.2.filename=jdbi3-caffeine-cache-3.45.0-tests.jar
outputs.7.2.length=4821
outputs.7.2.checksums.sha512=37a218ec53bb7d1bc8c0c93fec580d6b2f8405f0310225d98c71a7753b0c021fb506a9a17eb0ff33198a0a7909bdad047b969386148b3cc0ef46c8445af14094
outputs.7.3.groupId=org.jdbi
outputs.7.3.filename=jdbi3-caffeine-cache-3.45.0-sources.jar
outputs.7.3.length=6947
outputs.7.3.checksums.sha512=1f9a83ef201b08dde49cd8f530801c9f92c46787122522f59eb55c0b1525479c22f69da8803ff159f932ae7f405fb39214e2e8cda37af40052ea76d337a4ac2a
outputs.7.4.groupId=org.jdbi
outputs.7.4.filename=jdbi3-caffeine-cache-3.45.0-test-sources.jar
outputs.7.4.length=4175
outputs.7.4.checksums.sha512=20631ff52d2db8feb36c971305e5a1331a6d267e4ae166c2ceccfb86d578d7ca4ec26c6677607f57cfe7a42af3b36cd89ceb7c11dc9e771ccfcefa5cd429ff15
outputs.7.5.groupId=org.jdbi
outputs.7.5.filename=jdbi3-caffeine-cache-3.45.0-cyclonedx.xml
outputs.7.5.length=17121
outputs.7.5.checksums.sha512=ad88e27b1d0e1bf406056e87b004dc87bca7f93fa6a7f8f0a53470f922d27c81065cf2b85fd2e60bac8daae4369d9f76083642c13df36b0c55d4f5c23080cdad
outputs.7.6.groupId=org.jdbi
outputs.7.6.filename=jdbi3-caffeine-cache-3.45.0-cyclonedx.json
outputs.7.6.length=20156
outputs.7.6.checksums.sha512=96d583c6a7c0ef66744d912d50d3cc4c2db857e9a737c6b3932376e6fba2d4e366230231fe96532c4b63cfd84cb581f6549881251534405b666ad15a07d4f0dd
outputs.8.coordinates=org.jdbi:jdbi3-noop-cache
outputs.8.0.groupId=org.jdbi
outputs.8.0.filename=jdbi3-noop-cache-3.45.0.pom
outputs.8.0.length=2257
outputs.8.0.checksums.sha512=e4b8e59e39383f1e88440ba4372712269ba350b4ab2dd45dffa013a7177157cf0de73d2aa7d978fb10c99769a01b81f847ed81ba8be2e46658f715565f808ab8
outputs.8.1.groupId=org.jdbi
outputs.8.1.filename=jdbi3-noop-cache-3.45.0.jar
outputs.8.1.length=5711
outputs.8.1.checksums.sha512=3f5569738478752b9d9b8d329c094c1aabe90eb5df0f548aad8a043e308a9fc783f3519e31771793cb422fedcb6ef4050092f08039fce1aaedf14990e1e707e8
outputs.8.2.groupId=org.jdbi
outputs.8.2.filename=jdbi3-noop-cache-3.45.0-tests.jar
outputs.8.2.length=4996
outputs.8.2.checksums.sha512=538ce4961a77c2f0ceffe031281cf8506815dc768533add4581f4ac5aa45ff84f81fb9998a77936aed71381468ca617f1086b24a986c229be4eac900527237b9
outputs.8.3.groupId=org.jdbi
outputs.8.3.filename=jdbi3-noop-cache-3.45.0-sources.jar
outputs.8.3.length=5688
outputs.8.3.checksums.sha512=ef5ab077ab3970f3366dd63077498715335aadfdfa88cd1235575115cae5f7daa839263cab69553c3836a921875777f02f1c890781d9fd5a112ba792f207b6b9
outputs.8.4.groupId=org.jdbi
outputs.8.4.filename=jdbi3-noop-cache-3.45.0-test-sources.jar
outputs.8.4.length=4154
outputs.8.4.checksums.sha512=5c79b672733946add2bdd7b65ef479446cdd608f1e8ec753334166d0a7c3d576223382d001e1b617ff6986365498b487db6e3744c4bcd618534a6b2151d5516d
outputs.8.5.groupId=org.jdbi
outputs.8.5.filename=jdbi3-noop-cache-3.45.0-cyclonedx.xml
outputs.8.5.length=11166
outputs.8.5.checksums.sha512=04d0c47d29a36b8f8bb029abb272549ad010ae718ab7516cb52c7031c0dfb09adfe74730f7077cd3c122596217b0548988232c6363e2eb95543a6fa20de44b19
outputs.8.6.groupId=org.jdbi
outputs.8.6.filename=jdbi3-noop-cache-3.45.0-cyclonedx.json
outputs.8.6.length=13142
outputs.8.6.checksums.sha512=ff8963282e75974cf0a2ae74d6159d30ac3f27573fcc11ae26b355b98d7918983f874bdb92b8fb381a75e8eed07814ef83b1c06ceffab2a496a03c960c00dcab
outputs.9.coordinates=org.jdbi:jdbi3-guava
outputs.9.0.groupId=org.jdbi
outputs.9.0.filename=jdbi3-guava-3.45.0.pom
outputs.9.0.length=2467
outputs.9.0.checksums.sha512=04e06e29031dd789721330f6aa0dd85f216c58d2e7021a9455c0f569ec816936a7fb9cbae1328a9e92f79a4f2e1f66118fa6bb2aa47b52e05a29b2cb7430a224
outputs.9.1.groupId=org.jdbi
outputs.9.1.filename=jdbi3-guava-3.45.0.jar
outputs.9.1.length=11925
outputs.9.1.checksums.sha512=1152086b5f0b1a3b8ba2992c69c94393a5d742374871b55fa555d1fd21c199bcd66a3d3ccb1bfb6e2ee06f1e59516d642ca032737c8f8bda7f0c5dcc8ca5e87f
outputs.9.2.groupId=org.jdbi
outputs.9.2.filename=jdbi3-guava-3.45.0-tests.jar
outputs.9.2.length=47490
outputs.9.2.checksums.sha512=883dfecad3bb98fff1e5472ab10b6d0cd6a3a9600cb831a6f6cdd85c849fff8706ec4a5d5256e8901a1430243f6a82002befce586242290db32fc60af3d3997e
outputs.9.3.groupId=org.jdbi
outputs.9.3.filename=jdbi3-guava-3.45.0-sources.jar
outputs.9.3.length=8999
outputs.9.3.checksums.sha512=f00d499246ddace11b882252c1e257a091be57b293e4c1f93f39fa21ef19e399296504c3fa35a7358ab7af15127d4551c5fb063d1a20a28cd923e85fe3e430ea
outputs.9.4.groupId=org.jdbi
outputs.9.4.filename=jdbi3-guava-3.45.0-test-sources.jar
outputs.9.4.length=10650
outputs.9.4.checksums.sha512=93bff0e6b1e09b9d289fff7775db2a6cae75ac64b254835388d9c324db5539c946e6e558a60c26cf5ffef9818d4cd407cd035628fa95edbb00470ee80ef4d4db
outputs.9.5.groupId=org.jdbi
outputs.9.5.filename=jdbi3-guava-3.45.0-cyclonedx.xml
outputs.9.5.length=27264
outputs.9.5.checksums.sha512=b2ae30e184c862a2dfac18322dde9f1b14caa3c724b01cbd68527c9dd903a0ad26b0fd21cc2dab3e01bddee147e40c537ae39848c81a2a0307a573c74f99efb1
outputs.9.6.groupId=org.jdbi
outputs.9.6.filename=jdbi3-guava-3.45.0-cyclonedx.json
outputs.9.6.length=31898
outputs.9.6.checksums.sha512=d6d635b9c3c6a250b600c8655ddfdae718fe65e79cb6bb27955533e50e8f540f951db7f47cec0ceb8559ad30cf583c661cc29c7eae5fc4c150e76cef8146aaed
outputs.10.coordinates=org.jdbi:jdbi3-sqlobject
outputs.10.0.groupId=org.jdbi
outputs.10.0.filename=jdbi3-sqlobject-3.45.0.pom
outputs.10.0.length=4076
outputs.10.0.checksums.sha512=54de385cef9f1562f817d32ce3cc3c235917fed8de39d22ce3ca48544cfb0bd44bd51657801a266d8dce20802cc95d3c5031d600de2f2e5a7b52d4650497300e
outputs.10.1.groupId=org.jdbi
outputs.10.1.filename=jdbi3-sqlobject-3.45.0.jar
outputs.10.1.length=215919
outputs.10.1.checksums.sha512=1ec07ac069fc43ba48de9913ef548879606cb84f7d1d87233c8ec2f56aa2ff27e8e1336fc8c5eb38968ca19d1a8913956358bfe20eedf5fac71c737d86728b91
outputs.10.2.groupId=org.jdbi
outputs.10.2.filename=jdbi3-sqlobject-3.45.0-tests.jar
outputs.10.2.length=496946
outputs.10.2.checksums.sha512=7b757c7b7aee3f01397e5f95b85d304a582024cdec11d09283215ffc9c9ac65c1fca721a57649839bdf8bccdf8ab8d0e34fa74e4484f9493b30a45ac7bf1e8f1
outputs.10.3.groupId=org.jdbi
outputs.10.3.filename=jdbi3-sqlobject-3.45.0-sources.jar
outputs.10.3.length=172057
outputs.10.3.checksums.sha512=8e7e1b8bd258fe57cd93d9a6f743d5f349ed870bf9b5c35d5df2a39283ff5657b54c801bc95d7c9e0fa26b9ece44605e2ca7923b1346a9f07cb813e5a7b0dc65
outputs.10.4.groupId=org.jdbi
outputs.10.4.filename=jdbi3-sqlobject-3.45.0-test-sources.jar
outputs.10.4.length=190773
outputs.10.4.checksums.sha512=415c7f8d61cf99b349bfd698eb251d7fdbb2a5f84a8fb1c2d1c19769d415357dc1c64226ee80c57b10cd91d5b032bc1a5cf83b7f8ac383a98fd41639e6751cd8
outputs.10.5.groupId=org.jdbi
outputs.10.5.filename=jdbi3-sqlobject-3.45.0-cyclonedx.xml
outputs.10.5.length=13943
outputs.10.5.checksums.sha512=3688742ab71e369f8733ec09efc51795101b49992d7d576f0564ab2a71da6da527119f7b6af07841c33aa0a7be5fc45dfcf75df2af4b1e90f9deb4d04a190503
outputs.10.6.groupId=org.jdbi
outputs.10.6.filename=jdbi3-sqlobject-3.45.0-cyclonedx.json
outputs.10.6.length=16314
outputs.10.6.checksums.sha512=f1f33854aa98de3ab9fe3af1a10defb4eb668761af3e1bf05301bdd55be14c881cd46ee7504bf2498658e1eea4c002f3c0e5dfa848917ed0e1d6e476a3e580ee
outputs.11.coordinates=org.jdbi:jdbi3-commons-text
outputs.11.0.groupId=org.jdbi
outputs.11.0.filename=jdbi3-commons-text-3.45.0.pom
outputs.11.0.length=2671
outputs.11.0.checksums.sha512=3214413a3eada4034af172998d39745efc03a38f20280574ba9ec643b2f5e8039d5554162c3777623fc01cf1ede66e94fd884bddf64a8639aa3e9ad047a691a8
outputs.11.1.groupId=org.jdbi
outputs.11.1.filename=jdbi3-commons-text-3.45.0.jar
outputs.11.1.length=6153
outputs.11.1.checksums.sha512=fdfb144872f0badabb781248e85e0ebc5a588399d299518aae112882da93638f35cfd508fc328faa0a88870ca3452b7b5428e9df8c7eb29eca8566c615ca7b14
outputs.11.2.groupId=org.jdbi
outputs.11.2.filename=jdbi3-commons-text-3.45.0-tests.jar
outputs.11.2.length=6595
outputs.11.2.checksums.sha512=ebcb9479f6c17a50c877838f7a8625630450ca42e0eefe512cb8d7c3003cd02d9195679fb7b23c2ff5d151abd2f90b3f3e891924f1e932bbada8da3693110a9f
outputs.11.3.groupId=org.jdbi
outputs.11.3.filename=jdbi3-commons-text-3.45.0-sources.jar
outputs.11.3.length=5492
outputs.11.3.checksums.sha512=f4561a8a0e88410fb21aebfa623d2e087f132f9d81680d51a6cf593f647a50f7cdc1021554f42dd2d19e3d4572bee24cae19cbd9218d8a525b4360ba33fdea74
outputs.11.4.groupId=org.jdbi
outputs.11.4.filename=jdbi3-commons-text-3.45.0-test-sources.jar
outputs.11.4.length=4346
outputs.11.4.checksums.sha512=24fd25de07445a5bfeb9394f5020474684f0947de6e894acb02c4bc9a32e694084d6247e206033003ada61a5a3dd376560ae5127b284fae9c135035eda8721d6
outputs.11.5.groupId=org.jdbi
outputs.11.5.filename=jdbi3-commons-text-3.45.0-cyclonedx.xml
outputs.11.5.length=16251
outputs.11.5.checksums.sha512=5f5535f7c5a8f8a93f8e392dfcb4dcc484131ab2a9f6044c5b9bd69e3e6c30fbc7badd60bf0845fbe9f8be80abaa8a38b617d9a19afcbadc8af2abcb874a44b6
outputs.11.6.groupId=org.jdbi
outputs.11.6.filename=jdbi3-commons-text-3.45.0-cyclonedx.json
outputs.11.6.length=19105
outputs.11.6.checksums.sha512=8c5009e33c278505e42dceb43e11fe97bb538fd900bfbe4a812e138aadf77e3ce60bdd6c296dfdbe600d3021a967c2eeaad425b68bb78692b04c5f5c22570a62
outputs.12.coordinates=org.jdbi:jdbi3-freemarker
outputs.12.0.groupId=org.jdbi
outputs.12.0.filename=jdbi3-freemarker-3.45.0.pom
outputs.12.0.length=2667
outputs.12.0.checksums.sha512=369410643dcfe190a0210708c9597838fde6bcf31c8eb42072a63460961dc770a0cc5725b5db6f1153727c1b01056d4a4eb350a531bb554c4c967ab6efe068f9
outputs.12.1.groupId=org.jdbi
outputs.12.1.filename=jdbi3-freemarker-3.45.0.jar
outputs.12.1.length=12194
outputs.12.1.checksums.sha512=d7323bd322c0be26a97ac34e1e0df4b31f297ca1be0ac819f3a98785584f5ab1b7f0815214d2d62c6d9f9fa0192139669e622d232f466e53f80ecaf6d6fa192f
outputs.12.2.groupId=org.jdbi
outputs.12.2.filename=jdbi3-freemarker-3.45.0-tests.jar
outputs.12.2.length=37199
outputs.12.2.checksums.sha512=a7c1ee9e5008a009f7f181168ed336e524420504b27ceea53aa1d66ae9476668bd77f9f3101ac664176786e8d38fec6db3f3c574f5b1986fc56f60e9c1716e25
outputs.12.3.groupId=org.jdbi
outputs.12.3.filename=jdbi3-freemarker-3.45.0-sources.jar
outputs.12.3.length=10033
outputs.12.3.checksums.sha512=f08b56348783982933209c8ac4342434d8337039f2c17e258974b1cebbc49e06e9f4c5775478daace8cef63bf5ec9feb5d5a2617fa53d50fe4aa039d4e27bc84
outputs.12.4.groupId=org.jdbi
outputs.12.4.filename=jdbi3-freemarker-3.45.0-test-sources.jar
outputs.12.4.length=18825
outputs.12.4.checksums.sha512=d039a60c66d20e75c359897ea13da3b0e409a2e7de95a38c61e5edfa7c649b394a2518bacd31ab852959eb21f0f75078de2ad406433ab95fa2ae405d1ba2ba85
outputs.12.5.groupId=org.jdbi
outputs.12.5.filename=jdbi3-freemarker-3.45.0-cyclonedx.xml
outputs.12.5.length=15952
outputs.12.5.checksums.sha512=f994a4d13327b0a4d059652074bc052b584393e82a9aea6bb71eb70ed788e071edfa8258461f264e24399b21012127ec435d1042f01c354e9ebeef5b6b85ca15
outputs.12.6.groupId=org.jdbi
outputs.12.6.filename=jdbi3-freemarker-3.45.0-cyclonedx.json
outputs.12.6.length=18660
outputs.12.6.checksums.sha512=4ce1fe8f4708d2fa19a82e5c784af3d91db189e87089b01e2eb1641c8e571319bee1253124f79cb9a7cf6695e5b773e8fcdfb8e2d2ed8b6815f29b8110eca8d6
outputs.13.coordinates=org.jdbi:jdbi3-generator
outputs.13.0.groupId=org.jdbi
outputs.13.0.filename=jdbi3-generator-3.45.0.pom
outputs.13.0.length=3155
outputs.13.0.checksums.sha512=750457280ce7ca4713f6cdefd6339af5fd4458161fccdcfe9f7ae4231a5bf4fab8bb60169c020941f275770fe029b2e93b2ac4b524bde3962bf7084d1f1a442a
outputs.13.1.groupId=org.jdbi
outputs.13.1.filename=jdbi3-generator-3.45.0.jar
outputs.13.1.length=12324
outputs.13.1.checksums.sha512=742b908b4a0aad7bd61c66c2a9ba35e432bbc36160d14c2cb1038ca5d3798eb856795f24b54cf0d4ca18ceddc1e2bb235c6baea69f05014b109db50a9fdb43f4
outputs.13.2.groupId=org.jdbi
outputs.13.2.filename=jdbi3-generator-3.45.0-tests.jar
outputs.13.2.length=25752
outputs.13.2.checksums.sha512=4fc38b94c55af8ea7a74a3992ca8c24da24e0cc41041be4285b5d0aa3901961e864a2301bb2dc02c0c44e70d28cf5019e7fe6d9c35b2539d242f3a765dfcb5ef
outputs.13.3.groupId=org.jdbi
outputs.13.3.filename=jdbi3-generator-3.45.0-sources.jar
outputs.13.3.length=6644
outputs.13.3.checksums.sha512=51e1ee04e3f069de42fada114e7455bd05328c9c86b736aa6bc155465a76752ee86f97b6ffb86728d64dd7b224abc207701bc9a958c7a12b134a0ee61a2d22ed
outputs.13.4.groupId=org.jdbi
outputs.13.4.filename=jdbi3-generator-3.45.0-test-sources.jar
outputs.13.4.length=8990
outputs.13.4.checksums.sha512=cb00022e6d3ea6243f8b26d9900564dd6c7b942fd24a9877cc0257eb3fec0f6399a2931c88aa81ee355b995ae30a83f486507ce1f5c828b4c8e190bcac9da49d
outputs.13.5.groupId=org.jdbi
outputs.13.5.filename=jdbi3-generator-3.45.0-cyclonedx.xml
outputs.13.5.length=15828
outputs.13.5.checksums.sha512=0830a8bc0dc21ddaacb5737d10bb1b4106864c431a4acc4746d90528e740edfcc1ba1c6730d862234b313f8604c0ddc6fb523665c49519b18c821b5b378821a7
outputs.13.6.groupId=org.jdbi
outputs.13.6.filename=jdbi3-generator-3.45.0-cyclonedx.json
outputs.13.6.length=18511
outputs.13.6.checksums.sha512=7171e8a9592e4a309545423819efec39c9f0364ad7d0b6a2d5cff7a7f2e0a609995f65e3a3af979d1e33375ca169478dd7a380e3b1e8d4293ccf281952c2ae4a
outputs.14.coordinates=org.jdbi:jdbi3-json
outputs.14.0.groupId=org.jdbi
outputs.14.0.filename=jdbi3-json-3.45.0.pom
outputs.14.0.length=2580
outputs.14.0.checksums.sha512=205bcaa835757644406a14e3cad4d9497cc96c1cfda4b03eba8c0238d2ffcfc1a7b18f3b9050c5c6c8d8aa4f3e81c7dc41fb2acc443b488f17ab3d63aa2d99b8
outputs.14.1.groupId=org.jdbi
outputs.14.1.filename=jdbi3-json-3.45.0.jar
outputs.14.1.length=11165
outputs.14.1.checksums.sha512=f651be2f53d0f13b02a8ab6c288dbe18472dea5490c4cd764ae6672b2c77fd099f10d9d5c9135da11341d91c72bfffaea9641107f57cb1a8b7c7dc02c4434379
outputs.14.2.groupId=org.jdbi
outputs.14.2.filename=jdbi3-json-3.45.0-tests.jar
outputs.14.2.length=25042
outputs.14.2.checksums.sha512=d462c9674d0bbaa93b3b4cc7b4abaf48e6b7ae605deb6576037c7a19e27c6c8e1db697d24ec414bf8c8ce5008a82420c6337a38334dfe13f26e2de78f72525f8
outputs.14.3.groupId=org.jdbi
outputs.14.3.filename=jdbi3-json-3.45.0-sources.jar
outputs.14.3.length=9317
outputs.14.3.checksums.sha512=4e14d86f9f429cab71f06e771dea4c48f150b3136e5906d654be68d5af4fb69decb229c37c0a0009148f8f4b82ab016472c3cec5cdfa6c680f26069310469d78
outputs.14.4.groupId=org.jdbi
outputs.14.4.filename=jdbi3-json-3.45.0-test-sources.jar
outputs.14.4.length=8500
outputs.14.4.checksums.sha512=7509a2e5738fa56a6772ed9fe3379be2da395374e83cb8aef16826eaaba000ca6f5df2324e326e35e28b15f55846b6328e8e9b306e42063eade1658be3810a32
outputs.14.5.groupId=org.jdbi
outputs.14.5.filename=jdbi3-json-3.45.0-cyclonedx.xml
outputs.14.5.length=11231
outputs.14.5.checksums.sha512=636c89a15e50007c61d9e68d734651e925b632784a9ca5124096620940e8c159149343eaca70832f10c3edbcba63f83cc113074a4623343364e048be5cbbfdd2
outputs.14.6.groupId=org.jdbi
outputs.14.6.filename=jdbi3-json-3.45.0-cyclonedx.json
outputs.14.6.length=13199
outputs.14.6.checksums.sha512=e0003c7bc636c2e2c9cc4f1bb9bfedf82cc0b48e95ae6917dc3793def634fb0e91a5b436ceee38326a1db5e78e987518eb50a535cac40b0e29dbb518a355cdd9
outputs.15.coordinates=org.jdbi:jdbi3-stringtemplate4
outputs.15.0.groupId=org.jdbi
outputs.15.0.filename=jdbi3-stringtemplate4-3.45.0.pom
outputs.15.0.length=3332
outputs.15.0.checksums.sha512=d1808cb38c8cec1c9407323a49e65c006502b39aa02fc62085e9dfb05c92f4b9d94222950e53df18a22830ff79773245f96491f8efb343f3717315113cf174fb
outputs.15.1.groupId=org.jdbi
outputs.15.1.filename=jdbi3-stringtemplate4-3.45.0.jar
outputs.15.1.length=13689
outputs.15.1.checksums.sha512=d4ace8379e8dd46e71a6c24a86f4b8e3b4487238854baf9d15f9ac53a5caf00446de137bcec471e382bd71a7d0e0adb65c1a44a68caa35d9c79fa926d4eba9ff
outputs.15.2.groupId=org.jdbi
outputs.15.2.filename=jdbi3-stringtemplate4-3.45.0-tests.jar
outputs.15.2.length=45624
outputs.15.2.checksums.sha512=42a994fa066ad1f81d8d6154edbe7e07273314545c6629bf4ff19ae97ea728f38d083a1688206abaea148268bbef04945c5810de8735e51e63fe28857c1d7da0
outputs.15.3.groupId=org.jdbi
outputs.15.3.filename=jdbi3-stringtemplate4-3.45.0-sources.jar
outputs.15.3.length=10785
outputs.15.3.checksums.sha512=15d07f432b2633485a09fcc963aad52540e9ab8b481244de7721ed7500076e5cb13cc5cc8269f5f6d5ed3649ea4e65dcb14341d5a5550f99737572640a36d890
outputs.15.4.groupId=org.jdbi
outputs.15.4.filename=jdbi3-stringtemplate4-3.45.0-test-sources.jar
outputs.15.4.length=21016
outputs.15.4.checksums.sha512=10c0fe0a65c762f7dfb0206f8e8a0dac4b21cc473784c3ec8a195bdec78dda0159690f1a1688978705e7056d0f22aa55e9172ecd04f3622ba20b294418a67dac
outputs.15.5.groupId=org.jdbi
outputs.15.5.filename=jdbi3-stringtemplate4-3.45.0-cyclonedx.xml
outputs.15.5.length=18579
outputs.15.5.checksums.sha512=d6f6a2ed89c21a1799bef3094816feb349616d7f0212bedc6965d5b33f3d172b1345fb1cf477214c897f1ba3dac076851c4c90e542a503fd159f0cc6d2471286
outputs.15.6.groupId=org.jdbi
outputs.15.6.filename=jdbi3-stringtemplate4-3.45.0-cyclonedx.json
outputs.15.6.length=21633
outputs.15.6.checksums.sha512=cf7af963fc014bfb6f2b954caa412bc69914e852c78716a696387f668e29a62ee8fdbbb69507a122fc6b52c6a9ec35c4655b548349a116aefbbe72eb8f53cf00
outputs.16.coordinates=org.jdbi:jdbi3-postgres
outputs.16.0.groupId=org.jdbi
outputs.16.0.filename=jdbi3-postgres-3.45.0.pom
outputs.16.0.length=3388
outputs.16.0.checksums.sha512=9855151ec18a1e73993f9331543a85fbc459c33c32cc72b8ddc94585c0bc6e7eb712664c7dab8231bed8564a2126f0bcb5de96e52754751f1f758b56eba88a20
outputs.16.1.groupId=org.jdbi
outputs.16.1.filename=jdbi3-postgres-3.45.0.jar
outputs.16.1.length=40109
outputs.16.1.checksums.sha512=000b0ad6d9d56bfead36474391badd23e7e83b9de3a4382d6708552e39d48717e78a58d72a9738425ec6c170f303169eb4eec21cfbf58d2696bddf47a747d43e
outputs.16.2.groupId=org.jdbi
outputs.16.2.filename=jdbi3-postgres-3.45.0-tests.jar
outputs.16.2.length=90569
outputs.16.2.checksums.sha512=f0b8ca3850a1c8f21ed6261b1fadeb17a661cde377ab7f8e8da62eb4ec31fb4987d41581b428b56560631aeef71ee2d6acdc261742cfce7c956dcc8717d89500
outputs.16.3.groupId=org.jdbi
outputs.16.3.filename=jdbi3-postgres-3.45.0-sources.jar
outputs.16.3.length=33452
outputs.16.3.checksums.sha512=d8ed15d6d6fba38d461a8ff5a55fa8d04739c8c499ca18a7aed7b169c60f49b5d0d4f9e6e586dd927dee33d716a609beff17f76e223eb3bcc068409a2b594764
outputs.16.4.groupId=org.jdbi
outputs.16.4.filename=jdbi3-postgres-3.45.0-test-sources.jar
outputs.16.4.length=42673
outputs.16.4.checksums.sha512=94707dfe878d209af340992a3990d38b225ef947d4b390f8969516d52e919a1a3eec62b0f37dd13b10b85f331d98c6a55efc82d102dd5110b6b61f95e98b235b
outputs.16.5.groupId=org.jdbi
outputs.16.5.filename=jdbi3-postgres-3.45.0-cyclonedx.xml
outputs.16.5.length=19930
outputs.16.5.checksums.sha512=00ab52c209b500c7d078bcbc1e88306feefb79886013e4eaf96adb4e027ed6ec570e28bd80964a131f7bb49e84ea4b4ddb2308129a4a752644f7d95f2bd997db
outputs.16.6.groupId=org.jdbi
outputs.16.6.filename=jdbi3-postgres-3.45.0-cyclonedx.json
outputs.16.6.length=23311
outputs.16.6.checksums.sha512=2ebc4b793fb03556f73c10df421f1a077c633eb7a5605f1978dc5d3e45acdbc50fbd79f8ca1f2f51f220d2a159e8a34be64045dc136300a4903bd899bbe4ec21
outputs.17.coordinates=org.jdbi:jdbi3-gson2
outputs.17.0.groupId=org.jdbi
outputs.17.0.filename=jdbi3-gson2-3.45.0.pom
outputs.17.0.length=3228
outputs.17.0.checksums.sha512=06011ab25f02156411c54643ad74351353557deb3048e443222402fcffe72444c85475e96ded18e9ff4f76b65963eebb258287350b42c5b0b3e327fc2d8568b9
outputs.17.1.groupId=org.jdbi
outputs.17.1.filename=jdbi3-gson2-3.45.0.jar
outputs.17.1.length=6083
outputs.17.1.checksums.sha512=dcfdfcfc9d99bb1301d4ecff2c90bd386739dd006bd52a5b9168336c393875654ca8765f2b2b3a25918fa3caad1433ae4ef0f6c6d355d9cfdf615b9290682420
outputs.17.2.groupId=org.jdbi
outputs.17.2.filename=jdbi3-gson2-3.45.0-tests.jar
outputs.17.2.length=9908
outputs.17.2.checksums.sha512=d60cb5e49bd53065b83f723965d60509b0374a9fa3e7dd3a3e86439bde896c1b96a498eb9c32782f3000aa4847994dd8a79bd46a362e75a10e5d641550b98b3f
outputs.17.3.groupId=org.jdbi
outputs.17.3.filename=jdbi3-gson2-3.45.0-sources.jar
outputs.17.3.length=5045
outputs.17.3.checksums.sha512=2894c96e7fea879500d240bc5abc01c55372076e218015306e7054984eee3f5a2ee64510b7d64c478de331241ab6a5bd8ab21965dccb676a21973e0b852c234e
outputs.17.4.groupId=org.jdbi
outputs.17.4.filename=jdbi3-gson2-3.45.0-test-sources.jar
outputs.17.4.length=4810
outputs.17.4.checksums.sha512=042e51403adc41dbfc8ad9ed27955603651c7376053d2f17420c6bd69101aa0f8d5ddf516886d400ebcbb79b181105e2ebc5927d52de42915211ea22181d4a4d
outputs.17.5.groupId=org.jdbi
outputs.17.5.filename=jdbi3-gson2-3.45.0-cyclonedx.xml
outputs.17.5.length=15391
outputs.17.5.checksums.sha512=3a3424bf01226a37ac58e48a1474c68e2364e9be8159ac2d6fa5abfa3eea95bf3192c9286ba2ac437d58d6746cd095fc1b460a9f1f6a20629d81d666f4f1e101
outputs.17.6.groupId=org.jdbi
outputs.17.6.filename=jdbi3-gson2-3.45.0-cyclonedx.json
outputs.17.6.length=18123
outputs.17.6.checksums.sha512=7f34dff544c2348e6c56772c29f324ebd207db78e7be54a028354795d8cc525bfd664799d989580324e6d69da9487fbb64cbb3b04ac334969673beb5a73f047e
outputs.18.coordinates=org.jdbi:jdbi3-guice
outputs.18.0.groupId=org.jdbi
outputs.18.0.filename=jdbi3-guice-3.45.0.pom
outputs.18.0.length=4048
outputs.18.0.checksums.sha512=0f50df17efac9bc274d961eab1a6c1e0fa6b1aacf3893a0f49367572f0a1164f1a052177e9d568c1e621b4caac7e068d6a63d0b4042a318839d4ac479b76c133
outputs.18.1.groupId=org.jdbi
outputs.18.1.filename=jdbi3-guice-3.45.0.jar
outputs.18.1.length=43587
outputs.18.1.checksums.sha512=a6317c676bf5ab8254c5a62b592310625b974030b6943a6e75b560505acb728f89ce9fbd649ce4256185488ba0c4db9afe58af6fd85aae5f7c2e6ec9f1fb7fe0
outputs.18.2.groupId=org.jdbi
outputs.18.2.filename=jdbi3-guice-3.45.0-tests.jar
outputs.18.2.length=87517
outputs.18.2.checksums.sha512=e92a73fbe37f68dccecddd9cd01e356948dbb28b4059f0b3410625d24a851d15b2654e623998dc8073898a7fd24082a6d50a15e1c485e7789b40d478ada1ea88
outputs.18.3.groupId=org.jdbi
outputs.18.3.filename=jdbi3-guice-3.45.0-sources.jar
outputs.18.3.length=19957
outputs.18.3.checksums.sha512=fbdcc8ad28a2099d72518308625e05b98ed7b3f1b53c9e12adeba11e344a2fc4ff82930b9d4cf663d8aa49b8ff8db76832c01ac8ffe06a8bb284362c23a1c6d4
outputs.18.4.groupId=org.jdbi
outputs.18.4.filename=jdbi3-guice-3.45.0-test-sources.jar
outputs.18.4.length=22817
outputs.18.4.checksums.sha512=003efae9cbaec5bfc05e94202c8511e26d57b830f9c1ac2493396d1fc4eed67774829325b10d77c38c96fadb443b463b0792b8479e5646cdb7412c1b223db768
outputs.18.5.groupId=org.jdbi
outputs.18.5.filename=jdbi3-guice-3.45.0-cyclonedx.xml
outputs.18.5.length=39949
outputs.18.5.checksums.sha512=d317aa1403725e54db263b4c99ec5f08e8ea06003b6e0ac3d61c48ac01fc257586ff173c7565508dab2fe086965d0ba7fa12bef7d8a0a000de382c6af29b671d
outputs.18.6.groupId=org.jdbi
outputs.18.6.filename=jdbi3-guice-3.45.0-cyclonedx.json
outputs.18.6.length=46887
outputs.18.6.checksums.sha512=c116c3cba85841f1328c155c362b08d7342c483f381e9f421edd90b0528f23819498317e236c0fc1db2bf6f364548f1c4947d32c26f5195ac44bcbe80bceb762
outputs.19.coordinates=org.jdbi:jdbi3-jackson2
outputs.19.0.groupId=org.jdbi
outputs.19.0.filename=jdbi3-jackson2-3.45.0.pom
outputs.19.0.length=4097
outputs.19.0.checksums.sha512=6ca370575f6f84137632762c17ac2519d06465a5bd074bad4e260bc53827f64bab57c4b41a656e368083c0a3e464aca78d18ecd160516be6ae3c35a5dc3f7df9
outputs.19.1.groupId=org.jdbi
outputs.19.1.filename=jdbi3-jackson2-3.45.0.jar
outputs.19.1.length=7010
outputs.19.1.checksums.sha512=7c137174ee62b3644d31f38301a37fceda00a73215a8c6e364422fdfd030d2bff7a4f3312290601e59f0cb71efca32fe02743b9447c8b778c9948c6bf0553d16
outputs.19.2.groupId=org.jdbi
outputs.19.2.filename=jdbi3-jackson2-3.45.0-tests.jar
outputs.19.2.length=21240
outputs.19.2.checksums.sha512=a72a936f76c898a67be70029cc5542ceb86f12c59c250dd2f36595de9682c0c2a14ed434ec8323c3964d5a2e9ba84de9ba07f5f9d5d93156c01b39ef06eeb4e8
outputs.19.3.groupId=org.jdbi
outputs.19.3.filename=jdbi3-jackson2-3.45.0-sources.jar
outputs.19.3.length=5646
outputs.19.3.checksums.sha512=c73652ed9a1c9f8c9d2d4540d8e3b8332069f1bed15f041a7d1eb7f06a6ccd786676a7c003bef8286d05299636ba91961ff4d5a04a6ea7ab885cf85059287a51
outputs.19.4.groupId=org.jdbi
outputs.19.4.filename=jdbi3-jackson2-3.45.0-test-sources.jar
outputs.19.4.length=8304
outputs.19.4.checksums.sha512=2b401f8a8b541f08c29c101de3efca19ae9da218c52f3375bf0e3340190327f39828f7f255b2ac727c0869ae2dff97aae2ec0f41d4854eec3aef85f91b897bd4
outputs.19.5.groupId=org.jdbi
outputs.19.5.filename=jdbi3-jackson2-3.45.0-cyclonedx.xml
outputs.19.5.length=22569
outputs.19.5.checksums.sha512=894248aa320ab2f2dc547266d4bb54afd9a5ad5f4142d1ec498334dd6467268935d48f2c22e7ed19a2d3a73fbf16030112503e3e53ab9b224243750d9743706d
outputs.19.6.groupId=org.jdbi
outputs.19.6.filename=jdbi3-jackson2-3.45.0-cyclonedx.json
outputs.19.6.length=26493
outputs.19.6.checksums.sha512=a4d9acab87ac50b668b022d3598f55c770101f99c408c1ccfc494ddb4e1034a9de9a0d4810b4e19b666cc00fe0198afea6935aceaf1a698b59fb66b56ea456d6
outputs.20.coordinates=org.jdbi:jdbi3-jodatime2
outputs.20.0.groupId=org.jdbi
outputs.20.0.filename=jdbi3-jodatime2-3.45.0.pom
outputs.20.0.length=1918
outputs.20.0.checksums.sha512=794b94ecca9a7e7d29649fc34ab4d6c73739f748d0c4349a46b7a098f17940c07fda8f1042983b96270c11872602ae8f9edde127eb95da7ddd25d802db939693
outputs.20.1.groupId=org.jdbi
outputs.20.1.filename=jdbi3-jodatime2-3.45.0.jar
outputs.20.1.length=5585
outputs.20.1.checksums.sha512=2378809b002345170968cf329d2a73df3e291284997331dd6408fa964ce8802d6322e3b37c9f18267b669cdb1cb7201900f7f148829f9f72351694abb2701c54
outputs.20.2.groupId=org.jdbi
outputs.20.2.filename=jdbi3-jodatime2-3.45.0-tests.jar
outputs.20.2.length=3629
outputs.20.2.checksums.sha512=8f7b507a220464be73dc51c7e1722e010b1a0459acd96f436bb12876ede29c6ddd4bdb259c753d418abab50f10f25ff46fde97f5abb99058502904287e2a7fc3
outputs.20.3.groupId=org.jdbi
outputs.20.3.filename=jdbi3-jodatime2-3.45.0-sources.jar
outputs.20.3.length=5472
outputs.20.3.checksums.sha512=445000ce811b63e3ea476907524f36361530501b40e21e4b40a67c1cba0d782ec5fbc07502bf22cf7683ebcce9ccf3d5bbef69c4c5ff47689d1f2e754c39da77
outputs.20.4.groupId=org.jdbi
outputs.20.4.filename=jdbi3-jodatime2-3.45.0-test-sources.jar
outputs.20.4.length=3072
outputs.20.4.checksums.sha512=3e119b7a4888e0f6f5dc84facfa0ef0384989708b7597b092fdbf0d00e60b29422ffc6cbf08628ae53a0f9f41fb820b9e706891d0b93e6ee72ea57aa84538d01
outputs.20.5.groupId=org.jdbi
outputs.20.5.filename=jdbi3-jodatime2-3.45.0-cyclonedx.xml
outputs.20.5.length=13210
outputs.20.5.checksums.sha512=91b73461b80e6286a53305ccc3c45ea3c9ee1c850a93600fc37dd96f9b5f1780eece50fe182c874d912472634fee9d8a71238ba4b73b5acc33716e4ca2b858c8
outputs.20.6.groupId=org.jdbi
outputs.20.6.filename=jdbi3-jodatime2-3.45.0-cyclonedx.json
outputs.20.6.length=15585
outputs.20.6.checksums.sha512=82691ec365f704b39b73292eeec3330f0849d37fd4524b50f4df02285382a99fc4f2e32c3608154354038da88f6613161a1d2854b03c83374aff9fe481cfdb83
outputs.21.coordinates=org.jdbi:jdbi3-jpa
outputs.21.0.groupId=org.jdbi
outputs.21.0.filename=jdbi3-jpa-3.45.0.pom
outputs.21.0.length=2428
outputs.21.0.checksums.sha512=4d306d49640ad5969350f62be5ff943ff1e848c3547611fb0e62ec9f3b6fb0c5b2059e4873c6d6effd922fdfe155bfff3079675fbce4fffd4f33b8940edea7ba
outputs.21.1.groupId=org.jdbi
outputs.21.1.filename=jdbi3-jpa-3.45.0.jar
outputs.21.1.length=18878
outputs.21.1.checksums.sha512=369c99561fa6e67869717307f6e66d03df1f258e6ea8122ba11c6ec5f99f556e0c6869480ac2deab90be93eaa06a4648154cff121c2400cdb2bc57a0a576df18
outputs.21.2.groupId=org.jdbi
outputs.21.2.filename=jdbi3-jpa-3.45.0-tests.jar
outputs.21.2.length=37716
outputs.21.2.checksums.sha512=bbae36ac6fa611f7177e4780825f1e5bbccf61fe2b3b15ebcdba7d7af81ab186122bb0275b55ae5d5b53cc14e87d6ba194654d66899b5e6267700a1d05497040
outputs.21.3.groupId=org.jdbi
outputs.21.3.filename=jdbi3-jpa-3.45.0-sources.jar
outputs.21.3.length=12089
outputs.21.3.checksums.sha512=011ea3efe2f8a46f49e4cd09a2893c72ac40b37c098826e2b6c8bdbf9eed12da273f416e745302e55aa31e43053de222e124a717dc87c5f44f02f5a1cdff2825
outputs.21.4.groupId=org.jdbi
outputs.21.4.filename=jdbi3-jpa-3.45.0-test-sources.jar
outputs.21.4.length=6948
outputs.21.4.checksums.sha512=4119fa3cded7744fc3efa18575ef3c9d2251ce0c775b82726b693ee5a0ae1aa566e053d06c2ff40364046f95a073b66d024e23fb4b51737a05db4bfb8525af32
outputs.21.5.groupId=org.jdbi
outputs.21.5.filename=jdbi3-jpa-3.45.0-cyclonedx.xml
outputs.21.5.length=15182
outputs.21.5.checksums.sha512=aabe1dc953f54440d8202c70e0cd6fce4263b4bfce3e8168de67913717f1363d7d39d7c470cd2bb5aea438c0d2797ad5679d5f819a997ff7567826ca97a871b2
outputs.21.6.groupId=org.jdbi
outputs.21.6.filename=jdbi3-jpa-3.45.0-cyclonedx.json
outputs.21.6.length=17771
outputs.21.6.checksums.sha512=642bf8e461c4a08121760e58761dbeb101e2d93defc1377612c5f7e5cc263ea5050257b865905d96ba542a60a6c56abe60f81932c8dfbfefb7a40448bcbeea15
outputs.22.coordinates=org.jdbi:jdbi3-kotlin
outputs.22.0.groupId=org.jdbi
outputs.22.0.filename=jdbi3-kotlin-3.45.0.pom
outputs.22.0.length=3372
outputs.22.0.checksums.sha512=cbef25245942fa238e91437e7ec9e9f3e26de03d7be57f60087b6d5e54bd9d89d2f4c9c78b97bcde9a4560383755d62722d381239855f73ed6038f983d238416
outputs.22.1.groupId=org.jdbi
outputs.22.1.filename=jdbi3-kotlin-3.45.0.jar
outputs.22.1.length=66987
outputs.22.1.checksums.sha512=556d36ad7d07c9af5fb7316b32dff8393c9c76ca7f0909921d84484f17f81884e16de5ec0094aec687f1c82acfa5aa0afcdb1af5d4e93ef5779477598f64cfaf
outputs.22.2.groupId=org.jdbi
outputs.22.2.filename=jdbi3-kotlin-3.45.0-tests.jar
outputs.22.2.length=188355
outputs.22.2.checksums.sha512=413e1ed34fe3b775ab411cd7a6038d880d38f785ba7d87e2ec9da8326599d6f8d218a4b8c4731ead8874537837a13b8fbbde14105003ec150902bd9d941089b1
outputs.22.3.groupId=org.jdbi
outputs.22.3.filename=jdbi3-kotlin-3.45.0-sources.jar
outputs.22.3.length=16203
outputs.22.3.checksums.sha512=8bd8c80b10d841ca9ff74dd2a2fa80f57f201a635d266ecae2a1e19c0148c48f26662e5ff759938d7d0d19dfb61be1747e5d51fb9293f5a54be7eaab853a0660
outputs.22.4.groupId=org.jdbi
outputs.22.4.filename=jdbi3-kotlin-3.45.0-test-sources.jar
outputs.22.4.length=16029
outputs.22.4.checksums.sha512=3b9cf3a2b058efa7ac827c2539439d1fcf1e4ec045c4d8048cc076433e1106bf6241a2e274e40ea6cf1c4133df37b95776a548989b59a98fc169cbdbbccab906
outputs.22.5.groupId=org.jdbi
outputs.22.5.filename=jdbi3-kotlin-3.45.0-cyclonedx.xml
outputs.22.5.length=24815
outputs.22.5.checksums.sha512=81dcfdd344632421428df72735b09c3a1d8a6edd1e163bb92cbb029a7742e4f3be09c8f395b07f74b06391fbd12d20c867ecd1bd79249b7bd722c843dae4b21a
outputs.22.6.groupId=org.jdbi
outputs.22.6.filename=jdbi3-kotlin-3.45.0-cyclonedx.json
outputs.22.6.length=29169
outputs.22.6.checksums.sha512=39455c90247cc4a986eeb1c5d79b61befa0283c2d845c317d4cc9de0f9ea04cb1dfc2223e8a1f3775310f0a1af4fa4724b3ef31a96537409d880992660eb9dc4
outputs.23.coordinates=org.jdbi:jdbi3-kotlin-sqlobject
outputs.23.0.groupId=org.jdbi
outputs.23.0.filename=jdbi3-kotlin-sqlobject-3.45.0.pom
outputs.23.0.length=2948
outputs.23.0.checksums.sha512=2eeef9dd0453dd0896dc21a2c74a21f8788051a2ab2d66179cf5980d4709b6a17d8d2c88d2ed8aff75890057c337677f2c0d050cba08ebc29f77658d67aaa287
outputs.23.1.groupId=org.jdbi
outputs.23.1.filename=jdbi3-kotlin-sqlobject-3.45.0.jar
outputs.23.1.length=26053
outputs.23.1.checksums.sha512=ca18765df413b7b51800e5f16f47240a76e03d99ab5a90f6a3f63d304e18fcddcb6b2e9b4d1b4da64b69d9233b381660961231e3e448a4c96974ff38a33b4193
outputs.23.2.groupId=org.jdbi
outputs.23.2.filename=jdbi3-kotlin-sqlobject-3.45.0-tests.jar
outputs.23.2.length=56519
outputs.23.2.checksums.sha512=0da6fc3683263630bac9ee89d22791f2628059639f50f58bea1bfaabf291a8d41000b497ca9e2cc6b3facc2fea777e318f974012958215e27e662d18c7b933f8
outputs.23.3.groupId=org.jdbi
outputs.23.3.filename=jdbi3-kotlin-sqlobject-3.45.0-sources.jar
outputs.23.3.length=11951
outputs.23.3.checksums.sha512=805b7abbe668b0bfd11eced60e9b7d3a271f2e8ccc5db28fc156be4d5565da99c850db0ce2544b06ebb84ceb13bda52a10d6b60fab832b0cc0b1835a27e35ec1
outputs.23.4.groupId=org.jdbi
outputs.23.4.filename=jdbi3-kotlin-sqlobject-3.45.0-test-sources.jar
outputs.23.4.length=9449
outputs.23.4.checksums.sha512=8df17f63fc3d1bb3e1b9c7588cd6cf34684abde3b8caa8a1008b20afd120d159214faafafb9a9d4c45b0ec7e3ff52cfb8b1ab02179c224102ef65bb05f4c7471
outputs.23.5.groupId=org.jdbi
outputs.23.5.filename=jdbi3-kotlin-sqlobject-3.45.0-cyclonedx.xml
outputs.23.5.length=23643
outputs.23.5.checksums.sha512=8a67d8c5357e7604467c9a05d9110eab4002a3e47438a5cd26e34aa715e049cb3964ab138cb8fbaa9b187ef89510570bcfe7c2a2afa9da8f91255dc21312bccc
outputs.23.6.groupId=org.jdbi
outputs.23.6.filename=jdbi3-kotlin-sqlobject-3.45.0-cyclonedx.json
outputs.23.6.length=27636
outputs.23.6.checksums.sha512=5130cf391bda4a4b4a2b66db0fe9fa7eed54b7ac293194ed9a7e1e640635ca4bcc5ed8071ecded60861dc324e6e81bef319bb1229525c7272bfc229922774f24
outputs.24.coordinates=org.jdbi:jdbi3-moshi
outputs.24.0.groupId=org.jdbi
outputs.24.0.filename=jdbi3-moshi-3.45.0.pom
outputs.24.0.length=3044
outputs.24.0.checksums.sha512=efb5d17c9a07f35f5a7661c9f614e8fb69b8a6a254528b8f5ceebfcd30f6e20f499388a45fb276cc64cb535106070bdd2c5b4a9d0c245b0e99ac8510972ce7f8
outputs.24.1.groupId=org.jdbi
outputs.24.1.filename=jdbi3-moshi-3.45.0.jar
outputs.24.1.length=5773
outputs.24.1.checksums.sha512=106008c058854f2641b7f0169edf61cbf019858230948cfb42d5192ea5d7feeef931760c7bb3ac30975e4c4cca491df0f30c5a3cead76344c0bbd140db9c67ea
outputs.24.2.groupId=org.jdbi
outputs.24.2.filename=jdbi3-moshi-3.45.0-tests.jar
outputs.24.2.length=11786
outputs.24.2.checksums.sha512=5e679fe9b98921e6cc2a2a13a4628febe5c758cb451d2152df313526be7355f2af7078c1098ef03fa9ef3900383bb95ae2a64e3a2930d1c84ad64e6eadad7e75
outputs.24.3.groupId=org.jdbi
outputs.24.3.filename=jdbi3-moshi-3.45.0-sources.jar
outputs.24.3.length=4677
outputs.24.3.checksums.sha512=c620e3825add72130925b290484d536529bdb07ad014eec7ad877da03fee8f17c5575761898cfb0c7890d4adb33b37a0aef61da8edd842da2eec4b5e6cad81a4
outputs.24.4.groupId=org.jdbi
outputs.24.4.filename=jdbi3-moshi-3.45.0-test-sources.jar
outputs.24.4.length=5048
outputs.24.4.checksums.sha512=08cf65e3623dc5ad53583cbf197bb5f34071264629c957b688d4091be51665e544f75af08bc6ccdcc9ce52a6bca10cab39138fa771c057a9b0bc4c7af03da422
outputs.24.5.groupId=org.jdbi
outputs.24.5.filename=jdbi3-moshi-3.45.0-cyclonedx.xml
outputs.24.5.length=26585
outputs.24.5.checksums.sha512=03e11198655e7d0380102ce8e554ee3e03209e45fbdeb51f3f450dfdeb62c34049a56bb802a72cdbb3ea76993784a4798317773272f2abbb998b1b6f3b3f5c01
outputs.24.6.groupId=org.jdbi
outputs.24.6.filename=jdbi3-moshi-3.45.0-cyclonedx.json
outputs.24.6.length=31318
outputs.24.6.checksums.sha512=bd165b8f7a54607fb94ce7f8836ebcd45ae3ca375b95262bb4050511eb5c8b9004812ac4d683d63781c09339a8fc5b497e5404635a045dc05aff4e6943beae08
outputs.25.coordinates=org.jdbi:jdbi3-testcontainers
outputs.25.0.groupId=org.jdbi
outputs.25.0.filename=jdbi3-testcontainers-3.45.0.pom
outputs.25.0.length=7524
outputs.25.0.checksums.sha512=a42d0f657f2731bcc6c2a0a3f851fe7f67e182de624575498227f81084b30cab6e54a61301974f27c510df2ac8b7613afd7124134a647813fa677184e39e43b9
outputs.25.1.groupId=org.jdbi
outputs.25.1.filename=jdbi3-testcontainers-3.45.0.jar
outputs.25.1.length=15090
outputs.25.1.checksums.sha512=ea9afc9ff4106779685c2bfd62067bd95c87003646127aa2fcf0e0bb8b84d289368be2a61a3c5b42ddddc9edeb0acb884efa430834974579e65dcc8a117ba284
outputs.25.2.groupId=org.jdbi
outputs.25.2.filename=jdbi3-testcontainers-3.45.0-tests.jar
outputs.25.2.length=15998
outputs.25.2.checksums.sha512=9e7b64c4fb6f0e08acd1c71c7c24a4811ab95fa48e7b9d6f85150a700976fb6964ed26531664e4dd06891deb57c39343cc78374bdda1bbd02465654e70e363ae
outputs.25.3.groupId=org.jdbi
outputs.25.3.filename=jdbi3-testcontainers-3.45.0-sources.jar
outputs.25.3.length=11949
outputs.25.3.checksums.sha512=e7915105e7a66fb57c678f65d223fb560e3af77175995330e50a7911be9c532127bab1d6910ef00d194a76632e5f362b5c5811a60a3b64071f6346217ca493d8
outputs.25.4.groupId=org.jdbi
outputs.25.4.filename=jdbi3-testcontainers-3.45.0-test-sources.jar
outputs.25.4.length=13967
outputs.25.4.checksums.sha512=c92e1f976e05d5de9e2bf66d39e9e22f071a8c0892a0bb17fc0347dcb733675eb45eb4d091e8049a2607a482d8ddb1bdb80950ab7adff45d483304a32f6e1731
outputs.25.5.groupId=org.jdbi
outputs.25.5.filename=jdbi3-testcontainers-3.45.0-cyclonedx.xml
outputs.25.5.length=52317
outputs.25.5.checksums.sha512=768f76a15507f6b8eba09ea229fc7e31b3129dfc27e39b7f7a6646f593f3209fe228b0386c12bf78cc104261968ac680017cce6e661156bdfabd92047b8390ba
outputs.25.6.groupId=org.jdbi
outputs.25.6.filename=jdbi3-testcontainers-3.45.0-cyclonedx.json
outputs.25.6.length=61528
outputs.25.6.checksums.sha512=fea8f8709bb07cfb3a00406b76a7e135099ffcc5219af83549983f3704a9dbd78f62310dbb506a4c8dd7b8e9d3539dc2f55dee034b00b5cd34532a4ff9ea72cb
outputs.26.coordinates=org.jdbi:jdbi3-postgis
outputs.26.0.groupId=org.jdbi
outputs.26.0.filename=jdbi3-postgis-3.45.0.pom
outputs.26.0.length=3899
outputs.26.0.checksums.sha512=f9e98b3c130a96fa45f25d6baea07a73ce7b8ef7f26faa49710300c6049f2e1ccb4b0f5a6706f6167bdb4ec7b98953a9534ea4b5523a7225d6b0feee712bf988
outputs.26.1.groupId=org.jdbi
outputs.26.1.filename=jdbi3-postgis-3.45.0.jar
outputs.26.1.length=5977
outputs.26.1.checksums.sha512=c550454e3413b4d35030ace9514ef246dcbc13d41bf929f7e396f07812f21c972fff213bc0a301f54dbce1393b03ed753c9db0677601b67de3b570f207dfe72e
outputs.26.2.groupId=org.jdbi
outputs.26.2.filename=jdbi3-postgis-3.45.0-tests.jar
outputs.26.2.length=6323
outputs.26.2.checksums.sha512=98f68cd6bce53b512bda15ffd6bdf3f4490b48b29803f690cfd57e2c1de6e77ab2b99377c3275aaa238b7ee7f32e4afaf6d2f0df9f2bdeb77f75479fd3155956
outputs.26.3.groupId=org.jdbi
outputs.26.3.filename=jdbi3-postgis-3.45.0-sources.jar
outputs.26.3.length=5012
outputs.26.3.checksums.sha512=5509d36ca8bee8e92da0653b7934a33b9b9058fde8c2381cfefee137ab39461056b8e4d91d457c6898ad848691351d56b33f7b88eafb057af95c001349354f64
outputs.26.4.groupId=org.jdbi
outputs.26.4.filename=jdbi3-postgis-3.45.0-test-sources.jar
outputs.26.4.length=4113
outputs.26.4.checksums.sha512=9ba6bcf5fd51c78c36a04992a429bf308d29ded4f4ae841d37cb402734df4039215b0514185ba1db237d7133b76aab521253725e73b04b8a7a92470d9f5cc641
outputs.26.5.groupId=org.jdbi
outputs.26.5.filename=jdbi3-postgis-3.45.0-cyclonedx.xml
outputs.26.5.length=13280
outputs.26.5.checksums.sha512=0da42552b22cb0729c89fac319bac551cba3034732e265f577e47da1cf7fe8cd35197bea722d622e7fdc519edde9e33dcbeee037dee7ad50f2ce714abd27fecf
outputs.26.6.groupId=org.jdbi
outputs.26.6.filename=jdbi3-postgis-3.45.0-cyclonedx.json
outputs.26.6.length=15660
outputs.26.6.checksums.sha512=807129c2681b57db34ae9317e576220521dff0eadb3f6de3e88d2bbe1191eac1c6fcb7556a5233e71528760028da9bf3d63e66be75858965f6a488f8bba9ad85
outputs.27.coordinates=org.jdbi:jdbi3-spring5
outputs.27.0.groupId=org.jdbi
outputs.27.0.filename=jdbi3-spring5-3.45.0.pom
outputs.27.0.length=2810
outputs.27.0.checksums.sha512=f9b2e130da79ef1d044545dcd46e97063e72a69d85bfa68e28d069081c4e28a200d8379e26ad58bbd2b6184f2f422da5d4c84e297307057ede9063a144aeb0f0
outputs.27.1.groupId=org.jdbi
outputs.27.1.filename=jdbi3-spring5-3.45.0.jar
outputs.27.1.length=16529
outputs.27.1.checksums.sha512=0885d3a1617d94e6531015f37d696fcbb934c7c7af5115487cb2e62203544f7fa40d5cf81a5bf127f7f7f39670ca90c034b10a8f918f5565c1e0d73ce72f7605
outputs.27.2.groupId=org.jdbi
outputs.27.2.filename=jdbi3-spring5-3.45.0-tests.jar
outputs.27.2.length=20120
outputs.27.2.checksums.sha512=147deff12f7de975edc8ca0aa43e47bd378703b75489851235f23608da1f4e4e9794ca19a885d63f6c14c4e8151d25d65122ec4ef45ba0d7c1bcfd5cb9f3aa95
outputs.27.3.groupId=org.jdbi
outputs.27.3.filename=jdbi3-spring5-3.45.0-sources.jar
outputs.27.3.length=13173
outputs.27.3.checksums.sha512=67c9a7110189c870a32b89515bfad4e4b51a67d8ef224f4c2d1fedbd7e614632c6f73dbdec4d27936cb408c3714943947d4ccdfa0c716790a0f3c3cb98466d9d
outputs.27.4.groupId=org.jdbi
outputs.27.4.filename=jdbi3-spring5-3.45.0-test-sources.jar
outputs.27.4.length=15344
outputs.27.4.checksums.sha512=7167a79651c36f2c9903736ab74f07b475b7b348e24e7082fc0f7996e6714aa909bb81ad47872967e513ec17f3e302103864652c93422c39d370c8f43f2999db
outputs.27.5.groupId=org.jdbi
outputs.27.5.filename=jdbi3-spring5-3.45.0-cyclonedx.xml
outputs.27.5.length=30782
outputs.27.5.checksums.sha512=b6d0365349d0c040fef4b0d76c11af9f7b1592011f1b0edd01f9d793b3ca487002521747fcfdb0578968371989b0030713de3972d8f54f6d8cedf0a139ec0e09
outputs.27.6.groupId=org.jdbi
outputs.27.6.filename=jdbi3-spring5-3.45.0-cyclonedx.json
outputs.27.6.length=35825
outputs.27.6.checksums.sha512=77f09d68193a477746b26ff7f182466623e8c01bb0f9ec189e7478f2b0dd157d43305991811ed85d79e20a71a01eeaab5825c07b5e2ac4046640b4d7ec56d658
outputs.28.coordinates=org.jdbi:jdbi3-sqlite
outputs.28.0.groupId=org.jdbi
outputs.28.0.filename=jdbi3-sqlite-3.45.0.pom
outputs.28.0.length=1620
outputs.28.0.checksums.sha512=d5926b4bb4e117fb22bfd03b7ef090b89b04698b4ded3a5269119bc73e3ae88d51e990916507034dec3a05c4848f51230376546a0475bdfc32e5f427b032d94c
outputs.28.1.groupId=org.jdbi
outputs.28.1.filename=jdbi3-sqlite-3.45.0.jar
outputs.28.1.length=5234
outputs.28.1.checksums.sha512=dae752a415557305944eb049a54f0c94eb9e31480996f06e192871be2ff70ee7859cb484ea5d91e8389a3c84470f2014690e603fbfffb5342570ff31358e2b4d
outputs.28.2.groupId=org.jdbi
outputs.28.2.filename=jdbi3-sqlite-3.45.0-tests.jar
outputs.28.2.length=4682
outputs.28.2.checksums.sha512=ebf0df72c658ede400bbe56d81bc17bb781b68d0e2fb443990048c3c83afb6ec7925f6fc282a4a979d3364dd115cf702bc9660f60108fc22322696326511fa8a
outputs.28.3.groupId=org.jdbi
outputs.28.3.filename=jdbi3-sqlite-3.45.0-sources.jar
outputs.28.3.length=5292
outputs.28.3.checksums.sha512=2ea3f0c52dc9ed126c63e3ddfded6fa1899d9cd1d113b8f856bbce9d19bcbdae2762e28844cddb004d89c8de4b03b2ddee3b3b624028a0dbdf056ece1666b88d
outputs.28.4.groupId=org.jdbi
outputs.28.4.filename=jdbi3-sqlite-3.45.0-test-sources.jar
outputs.28.4.length=3334
outputs.28.4.checksums.sha512=a93870ff3a2a41640d85b0735f6d13c7a56f59fa4182a393cea6151ae34bc7cbf361955713c8c520e7a1e91379257a98aa5213a579df768db1505f4d7029daa1
outputs.28.5.groupId=org.jdbi
outputs.28.5.filename=jdbi3-sqlite-3.45.0-cyclonedx.xml
outputs.28.5.length=11157
outputs.28.5.checksums.sha512=acb03aae4cf28e0022de605ec1150cf20cbb9ce8b042e31e56c3efdaf742a1ecb51ecbaef1b4b19327c86c871b60d697d5c42afd4046f76436578b56d0603d30
outputs.28.6.groupId=org.jdbi
outputs.28.6.filename=jdbi3-sqlite-3.45.0-cyclonedx.json
outputs.28.6.length=13133
outputs.28.6.checksums.sha512=ba5307d0a97ae6129eb3bd9661059fbaca4eb88cc397ed01b7ca8acd7bc809e1c85833932eaf73f01b4fa2745c55ab517873555c3a17000063da1e3e54ef7fc1
outputs.29.coordinates=org.jdbi:jdbi3-vavr
outputs.29.0.groupId=org.jdbi
outputs.29.0.filename=jdbi3-vavr-3.45.0.pom
outputs.29.0.length=2620
outputs.29.0.checksums.sha512=d46eb712e2a04daebe093c048aa0c320a7c2a72d7d155e26dd0aae15b285863c3df43f0103cf2cb92a964ada2172dc0bd1d52b24f1ea7fbd86ba5d65514acdb4
outputs.29.1.groupId=org.jdbi
outputs.29.1.filename=jdbi3-vavr-3.45.0.jar
outputs.29.1.length=21242
outputs.29.1.checksums.sha512=d635850277f7aea2457dfba78ed01c0caf7c141d197a321c6d4d017a851476be01ba004b9502b7cb6fce2e05c0199013c0e0ec64f1f019f4007508817d9d7de2
outputs.29.2.groupId=org.jdbi