-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathjdbi3-parent-3.45.2.buildinfo
1087 lines (849 loc) · 54.7 KB
/
jdbi3-parent-3.45.2.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.2
# source information
source.scm.uri=scm:git:git://github.com/jdbi/jdbi.git
source.scm.tag=v3.45.2
# 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.2.pom
outputs.0.0.length=2592
outputs.0.0.checksums.sha512=c63dccab53cb90a27bf70e6e1dbb098a230d3692cc354e71de1869c2907c87e35c83da94f83974dd6782263e9ba9378311b635cabc62a4090a4732309fa39382
outputs.1.coordinates=org.jdbi.internal:jdbi3-policy
outputs.1.0.groupId=org.jdbi.internal
outputs.1.0.filename=jdbi3-policy-3.45.2.pom
outputs.1.0.length=1304
outputs.1.0.checksums.sha512=e2648d86499c424464e944bfd438baa78815b8fb5d465612f408cee92fba8911173fed5065544e8bae20167aa47ac9a1ce46e6bcd1df610b08857c38370861ab
outputs.1.1.groupId=org.jdbi.internal
outputs.1.1.filename=jdbi3-policy-3.45.2.jar
outputs.1.1.length=12324
outputs.1.1.checksums.sha512=c01d928b79e87fce71a33ab4754c8f06636b0d2de87bbe1d3be83ed93901151c5dceb586ad7c37958da01b57af990524f95032208da4a848d74a392367bc4609
outputs.1.2.groupId=org.jdbi.internal
outputs.1.2.filename=jdbi3-policy-3.45.2-sources.jar
outputs.1.2.length=12009
outputs.1.2.checksums.sha512=affc7e243ace67eb04a63ee1e809cc06d2a975d8ac174a9d9f4ed9a06be49f5d59c7d72318cf7ba67dbc11db1f95b2eb8ee93ecc33ae92944f38016b5b045019
outputs.2.coordinates=org.jdbi:jdbi3-build-parent
outputs.2.0.groupId=org.jdbi
outputs.2.0.filename=jdbi3-build-parent-3.45.2.pom
outputs.2.0.length=59080
outputs.2.0.checksums.sha512=75bf1ca2edacdbd634f0f7a243d60d58cef529843ce74f73075b18e8e2722a79216232b1f4ddc7b4f31d95006c5a253abb5359aac719b55788fd5e700f8bf3c7
outputs.2.1.groupId=org.jdbi
outputs.2.1.filename=jdbi3-build-parent-3.45.2-cyclonedx.xml
outputs.2.1.length=2564
outputs.2.1.checksums.sha512=0a18abe2c41f6b85c3056694a5b4df8851ab8e60377009a368387ab7b705e16ff500e7a0a07927e791416986d4cb58e82fe35cfaf2a3b96cbdf741e6e516a115
outputs.2.2.groupId=org.jdbi
outputs.2.2.filename=jdbi3-build-parent-3.45.2-cyclonedx.json
outputs.2.2.length=3022
outputs.2.2.checksums.sha512=8c05c94137f16ba05e7254f791658c3d622f436a461052b62d98f6916cf783c0b31250b4e79170d0aecfadda2e0dd056e32c2f2527480567ed0e2154e2828e81
outputs.3.coordinates=org.jdbi.internal:jdbi3-parent
outputs.3.0.groupId=org.jdbi.internal
outputs.3.0.filename=jdbi3-parent-3.45.2.pom
outputs.3.0.length=3959
outputs.3.0.checksums.sha512=f28ad2bd90f5508fa916ee483dcd5035334bc56c8423a9c3b44c7497875e0d50c82de7edea6551fa0b161c8b99a16bd0835723096e47b54b33f3494fd953282d
outputs.3.1.groupId=org.jdbi.internal
outputs.3.1.filename=jdbi3-parent-3.45.2-cyclonedx.xml
outputs.3.1.length=2824
outputs.3.1.checksums.sha512=7714abc379e297a62c47e1d033ed3bbdbf82fc44fb1ccad433a9a63e0a2b61bb1ca9804c282f86e35fc23784a977e9b41daa94e018d4091bf5cc717008c81284
outputs.3.2.groupId=org.jdbi.internal
outputs.3.2.filename=jdbi3-parent-3.45.2-cyclonedx.json
outputs.3.2.length=3250
outputs.3.2.checksums.sha512=a6430b1b15dd44cb92448b934488ee52433b6b24bc2e6c8c26accd3abed18d264e2d038c7b27e61b38f3788015708d6c770c3c4324bd0d77ca8dbecf8cdc78b5
outputs.4.coordinates=org.jdbi:jdbi3-bom
outputs.4.0.groupId=org.jdbi
outputs.4.0.filename=jdbi3-bom-3.45.2.pom
outputs.4.0.length=6660
outputs.4.0.checksums.sha512=a8c99f78a52b80768dbb79373e853043715df9528266bd6b17a84db0b9dfa174c648ad6063c6fb0c2273f222c7e75c03ec0deb64c6d8cb679688375cd349d54e
outputs.4.1.groupId=org.jdbi
outputs.4.1.filename=jdbi3-bom-3.45.2-cyclonedx.xml
outputs.4.1.length=2588
outputs.4.1.checksums.sha512=99a045f34aa80568b81165fb022d02dca350557c00a00f45a9be15535394cc86f5d88e6b15a0a6e4c900fe5f49a9ed961c36477086ceb87f2126bec37264d7d2
outputs.4.2.groupId=org.jdbi
outputs.4.2.filename=jdbi3-bom-3.45.2-cyclonedx.json
outputs.4.2.length=3046
outputs.4.2.checksums.sha512=31ceda5ada8c545926a6e4f3621701589d8beeca3fcaab7167201b50d333f9781518061619abb933f3dce8e4b7547d60bddaa13833a2484f8583d7b2684424ee
outputs.5.coordinates=org.jdbi:jdbi3-core
outputs.5.0.groupId=org.jdbi
outputs.5.0.filename=jdbi3-core-3.45.2.pom
outputs.5.0.length=5017
outputs.5.0.checksums.sha512=d1c195bf2bd0c59d829830694b381504e966b17a2100b7b5e39a09a2d4e33df570cc98c7e2d42a67bbfdb8d499f192b187ed7af05457794a8a03d3cc73495a7b
outputs.5.1.groupId=org.jdbi
outputs.5.1.filename=jdbi3-core-3.45.2.jar
outputs.5.1.length=1019084
outputs.5.1.checksums.sha512=41d90936402e92f1cec5703695fcc2891a2492e7ee131d0e5426c04067aaba0efb95bf469e26121897e1141907d5761dcf7776e488abcf668aa0d8251d274a4e
outputs.5.2.groupId=org.jdbi
outputs.5.2.filename=jdbi3-core-3.45.2-tests.jar
outputs.5.2.length=863775
outputs.5.2.checksums.sha512=ba6dee0a0c2245c7e4e8b771c31748d9b00e5efe4324ece822387bae155235fd0ff1225d11a91a9a60b7daa7850505f7cd29bf2454f5fc89133742210224a7f0
outputs.5.3.groupId=org.jdbi
outputs.5.3.filename=jdbi3-core-3.45.2-sources.jar
outputs.5.3.length=465096
outputs.5.3.checksums.sha512=2d06a5a086d7cbb38ad5418b2860e456d0cbd9aebe72d95cd2f03b72cc925e4c6b3ab3dfb6367cbba6bde5caa913edae78a940ece987342b7b391a3b93b15223
outputs.5.4.groupId=org.jdbi
outputs.5.4.filename=jdbi3-core-3.45.2-test-sources.jar
outputs.5.4.length=310161
outputs.5.4.checksums.sha512=9390c672882d88601cbd5004534916fb19824e385d048d29679ff14c7b84dae858ac8e025854a1b69021d1c2987941b9e577871eacf211b9c782a29606388b19
outputs.5.5.groupId=org.jdbi
outputs.5.5.filename=jdbi3-core-3.45.2-cyclonedx.xml
outputs.5.5.length=19456
outputs.5.5.checksums.sha512=d53260ffba71abad61878b910bfe65012038d83bdb4bbbfeb98532c5978ed2b0090935cea75813dedac75ffe3f2dbc5ab7b421a54d5e776d43f4e50c01a5159d
outputs.5.6.groupId=org.jdbi
outputs.5.6.filename=jdbi3-core-3.45.2-cyclonedx.json
outputs.5.6.length=22947
outputs.5.6.checksums.sha512=23dbe54f0d255d9a38962cbafd5772e0683c9a9be81271240380f09dbcde85895e5031784d64100b10edf831c9d57be718a57b4d68275a49463c327096235bf1
outputs.6.coordinates=org.jdbi:jdbi3-testing
outputs.6.0.groupId=org.jdbi
outputs.6.0.filename=jdbi3-testing-3.45.2.pom
outputs.6.0.length=5288
outputs.6.0.checksums.sha512=3d9f4e4db85037b47068f43991c70b360237f57f9ffbd69db36b09d253cdb90341653b835c4ad5381bdf2224802058e4acc5acc89da3e171be82f9f89bac6083
outputs.6.1.groupId=org.jdbi
outputs.6.1.filename=jdbi3-testing-3.45.2.jar
outputs.6.1.length=33464
outputs.6.1.checksums.sha512=03ab30527942d4ec413b0c0568140a76f91ac72121562363e37993d1b9e6ef252f142abdc98ef448c57abf27cb6e0495e2921b5d444b1672a6555689450301b8
outputs.6.2.groupId=org.jdbi
outputs.6.2.filename=jdbi3-testing-3.45.2-tests.jar
outputs.6.2.length=38577
outputs.6.2.checksums.sha512=2ad7cb1cece4f99f89b9b52c7ff42de4ebc5068e3a2d6f27b2b029de484265223f086d924f1026fef9b8505a3d808012746eca0a325e226ccec8fff78c9d4e4d
outputs.6.3.groupId=org.jdbi
outputs.6.3.filename=jdbi3-testing-3.45.2-sources.jar
outputs.6.3.length=28025
outputs.6.3.checksums.sha512=bfdd8e629f097825cfe99147ff8bed966ef69b511305852dd1e881cf3df5261d8e35d5893070fd1ba016eae9c58a81afc81c69c8dc018675b51478f86206cd36
outputs.6.4.groupId=org.jdbi
outputs.6.4.filename=jdbi3-testing-3.45.2-test-sources.jar
outputs.6.4.length=23010
outputs.6.4.checksums.sha512=af9af7b0bff7fbb3f861131a05fb1f71d180b34327ba05b3aafcb0bfb466ec57d460a22175791b40ddc4a1d0c0728d1fc7a900c07fda6d851e30afc3ac50fbdb
outputs.6.5.groupId=org.jdbi
outputs.6.5.filename=jdbi3-testing-3.45.2-cyclonedx.xml
outputs.6.5.length=94096
outputs.6.5.checksums.sha512=582016a3f1ce4e93efa83d8467152ed64b62fbe33ff7ed6606a97728639276795c97edd7d96ee03d8283aa82db465449811f0b813a0a291da362f6b9bb0ae793
outputs.6.6.groupId=org.jdbi
outputs.6.6.filename=jdbi3-testing-3.45.2-cyclonedx.json
outputs.6.6.length=110425
outputs.6.6.checksums.sha512=8686b6794e0dcd4a30165f4628a8e7143e5ff1897dabf067df7a90fd5f25fe4366815b0a269f1400761d8adc2abc01bdb3bd15ffa85d0f0f7c027c3a0e586aa1
outputs.7.coordinates=org.jdbi:jdbi3-caffeine-cache
outputs.7.0.groupId=org.jdbi
outputs.7.0.filename=jdbi3-caffeine-cache-3.45.2.pom
outputs.7.0.length=2441
outputs.7.0.checksums.sha512=6059fc0b4f3cb2bd9e2a96f500077b958ce219ef7bf66f6561c85f67b3119978a39b08b94013949f7ea0480b52d0716f5e3d23a3b248d96ee2ccda46b2e6c7df
outputs.7.1.groupId=org.jdbi
outputs.7.1.filename=jdbi3-caffeine-cache-3.45.2.jar
outputs.7.1.length=7728
outputs.7.1.checksums.sha512=21d4b99306f25efe862c5740617f67d40b25f7fc4f8354fc996dbdc54e292b3816a540e154dd4ba329ce6ffdf9815a733d085adff2d9024421f8dd4f85bafdae
outputs.7.2.groupId=org.jdbi
outputs.7.2.filename=jdbi3-caffeine-cache-3.45.2-tests.jar
outputs.7.2.length=4827
outputs.7.2.checksums.sha512=5dc0901a98c1a8d8cf5eb6aa9faada84ea505f74581a098df3f6e508f0a5c01fbc5cf1e693c560b38241041aba05e34477f28fd52ba0c7ce7507339a0aeac19f
outputs.7.3.groupId=org.jdbi
outputs.7.3.filename=jdbi3-caffeine-cache-3.45.2-sources.jar
outputs.7.3.length=6948
outputs.7.3.checksums.sha512=fd79471c6b7f0f8c7c21e5e3945f11c80829ff618022ce37ca8c3a0009ab6042299e789eee7f817547547a026badd7e902bdee86c5bc3536abbd33b680559b0b
outputs.7.4.groupId=org.jdbi
outputs.7.4.filename=jdbi3-caffeine-cache-3.45.2-test-sources.jar
outputs.7.4.length=4176
outputs.7.4.checksums.sha512=16394aafea9d918f7a63c0ee5a5b23ef0a6f5cbd273f744450712d9974c2c8c44ce508b4fbe139e40330e3c0bf411d2705239a42e3743afc45220a6c974a78ae
outputs.7.5.groupId=org.jdbi
outputs.7.5.filename=jdbi3-caffeine-cache-3.45.2-cyclonedx.xml
outputs.7.5.length=17121
outputs.7.5.checksums.sha512=465c34e1277709daf5bbd632fb75cde8ab61a48415b1c9af6bdd806a8cd65c5cadd4dddef809409cae058f5856b222b06ade107de3e45eaf983e60659800d029
outputs.7.6.groupId=org.jdbi
outputs.7.6.filename=jdbi3-caffeine-cache-3.45.2-cyclonedx.json
outputs.7.6.length=20156
outputs.7.6.checksums.sha512=61c2561e82b9a604dd8f1bdb9d9666efb7835c0dd3db8fded91de39d9df6a8f115fa5bc6645d394e55f13d0fcb8f269373870b9614a5efe9081a0bfcbe2f6c92
outputs.8.coordinates=org.jdbi:jdbi3-noop-cache
outputs.8.0.groupId=org.jdbi
outputs.8.0.filename=jdbi3-noop-cache-3.45.2.pom
outputs.8.0.length=2257
outputs.8.0.checksums.sha512=f88b94e02a1b413737d5d551273e90d45d00fdd9d34c4941a57bac631a00285076e94ba489422853c65ab7338f0cbe14f87691d0564161b9423fe0eded03cad2
outputs.8.1.groupId=org.jdbi
outputs.8.1.filename=jdbi3-noop-cache-3.45.2.jar
outputs.8.1.length=5716
outputs.8.1.checksums.sha512=9f9bedc6412a6ad4f7682ceebeee7bab8ee5e065362d22186060075ee51a76d52d47e1dd3af0effacecb2710b0dceb9449aa3a1c55405a430df8a66877bd3d06
outputs.8.2.groupId=org.jdbi
outputs.8.2.filename=jdbi3-noop-cache-3.45.2-tests.jar
outputs.8.2.length=5002
outputs.8.2.checksums.sha512=8b165adb0b1579982f54fbbc4a338c6161f227f8501f2e288d0f518c534e347c2a309f50666d9d8eb3d6c5e8e3715e362d5cc04d9860ec5810195ebe50a8ab9f
outputs.8.3.groupId=org.jdbi
outputs.8.3.filename=jdbi3-noop-cache-3.45.2-sources.jar
outputs.8.3.length=5689
outputs.8.3.checksums.sha512=7bfa93138af0b586989ab746bdba59605dded92e517ec62bb95441c023fff45450ba19a1204e5e07c2ebb6480d31e055ce591ca3e06aecbf279a78abe41876c6
outputs.8.4.groupId=org.jdbi
outputs.8.4.filename=jdbi3-noop-cache-3.45.2-test-sources.jar
outputs.8.4.length=4155
outputs.8.4.checksums.sha512=c39a3dd942724083eac3f2aacf51ccee53815fc35678b3f240f8d441f912e811193f1ae5c7e234bd72ea160c3fbb30a3c47a973b78c38e47e31d4d9add440cec
outputs.8.5.groupId=org.jdbi
outputs.8.5.filename=jdbi3-noop-cache-3.45.2-cyclonedx.xml
outputs.8.5.length=11166
outputs.8.5.checksums.sha512=2b1e92a9bf85f1e907c40b17a6bd50439d99b8e87b155662159b645ff742313480530a34c1832c8e931ee112a691916c506c62017eb74d5df33adbf7615005b7
outputs.8.6.groupId=org.jdbi
outputs.8.6.filename=jdbi3-noop-cache-3.45.2-cyclonedx.json
outputs.8.6.length=13142
outputs.8.6.checksums.sha512=f93be312dd6ad937f6fa69141059e3c42a3409f26f18134539fd7ef537db6acccc983ee38c2441deb4c6a02fbca6abcda1fc714590e3f209ee5f5eb4176369ea
outputs.9.coordinates=org.jdbi:jdbi3-guava
outputs.9.0.groupId=org.jdbi
outputs.9.0.filename=jdbi3-guava-3.45.2.pom
outputs.9.0.length=2467
outputs.9.0.checksums.sha512=23d89770c5e80a2f950938733587c6b6f221ae47bdee9430a677d5eea3d2674b11a3defdef979890da1cf0806020aa1fd65cbf3dcd991999f788feaad8aa6f46
outputs.9.1.groupId=org.jdbi
outputs.9.1.filename=jdbi3-guava-3.45.2.jar
outputs.9.1.length=11933
outputs.9.1.checksums.sha512=486bb3e034b68b77861c5df171bb1adc6a30d5ea05b4caf3f9b21adc7bd0520b9e429581651c4a017fe88eb81cc8aa112c396dcc491740b9574c8eaf83294769
outputs.9.2.groupId=org.jdbi
outputs.9.2.filename=jdbi3-guava-3.45.2-tests.jar
outputs.9.2.length=47499
outputs.9.2.checksums.sha512=d5bae64889475c33b30ca3dd1f6123ca2dbe76d04d342a584a8eae7038a8f320684a1202dedd7d7b3f7f2bd375d2ddf9013f31cad5f4a1e890405e2fad7275cf
outputs.9.3.groupId=org.jdbi
outputs.9.3.filename=jdbi3-guava-3.45.2-sources.jar
outputs.9.3.length=9000
outputs.9.3.checksums.sha512=0233f68bbc77c2529fb3437ad3daed81db66e0fe8a02a664a120095a26dfdff17ac7d6dcc4e86dde8fb280da43a40ca36d352b54038bb2913ea8fae3a4b7753e
outputs.9.4.groupId=org.jdbi
outputs.9.4.filename=jdbi3-guava-3.45.2-test-sources.jar
outputs.9.4.length=10651
outputs.9.4.checksums.sha512=f6d466c0e26bcd5719db0b80a86f31c0884c88f4e88660f48ebc974cedac7467baf755ff619a541187e35e32d85cf20993f55ae97735720cd24c22d53101d389
outputs.9.5.groupId=org.jdbi
outputs.9.5.filename=jdbi3-guava-3.45.2-cyclonedx.xml
outputs.9.5.length=27264
outputs.9.5.checksums.sha512=4c56650035215d0168474a4012328ff8fed109365bc0fee212c537ae47b976c13f61a879df01cfa53ca4e8065a53affb9abb29b02979b40c7f71eb3fa91ae73a
outputs.9.6.groupId=org.jdbi
outputs.9.6.filename=jdbi3-guava-3.45.2-cyclonedx.json
outputs.9.6.length=31898
outputs.9.6.checksums.sha512=408acd60d6bd56e1c817638ff0ed60784ae4c6854fe9954c0d1006612c1d42903dee97fd2288992182b07a34fc8547b830b98fb86f7ad7938f38ebcb5570a760
outputs.10.coordinates=org.jdbi:jdbi3-sqlobject
outputs.10.0.groupId=org.jdbi
outputs.10.0.filename=jdbi3-sqlobject-3.45.2.pom
outputs.10.0.length=4076
outputs.10.0.checksums.sha512=ca1594275bbc3abcc34c941bb0973730e5d1139c63f92f66016f99b61915b792fe9ede340d9f1904b214d2e81d1ee7dab8aeb7511bb09b79b1f01363b32193c0
outputs.10.1.groupId=org.jdbi
outputs.10.1.filename=jdbi3-sqlobject-3.45.2.jar
outputs.10.1.length=215914
outputs.10.1.checksums.sha512=a9076812aca5c94ba08485c3bc50fb754b7e4874e5437cc7930b7f859e2f2b4ba0aed5dfaaf7ea5643d671d0643e29d4b43abfc2134f399effd613feeef9cf77
outputs.10.2.groupId=org.jdbi
outputs.10.2.filename=jdbi3-sqlobject-3.45.2-tests.jar
outputs.10.2.length=496962
outputs.10.2.checksums.sha512=b51cae0ee39081273d08f8764f57aa0c486146f1c7a05412d77b12b340dea58e8eef0dc5b5468c0f600ce8f357eadf5b3c6ddd78b1dd964018ff4596f875c260
outputs.10.3.groupId=org.jdbi
outputs.10.3.filename=jdbi3-sqlobject-3.45.2-sources.jar
outputs.10.3.length=172043
outputs.10.3.checksums.sha512=a1e08d21bbcc1087f071f43c2874637af3e7550c1967aecd53da119cfc563324434f4cb3304ef8ca612f764f30e673f5882635444f058c87522ca2d8703a3817
outputs.10.4.groupId=org.jdbi
outputs.10.4.filename=jdbi3-sqlobject-3.45.2-test-sources.jar
outputs.10.4.length=190775
outputs.10.4.checksums.sha512=d718e9311007f80eb006cb8f9d7bd9126b662607dd5785562c5878b9cdac85d213e3f5e62cd46bf153102b8f20a8865364272ae0f69fc125b6e99339f4eef890
outputs.10.5.groupId=org.jdbi
outputs.10.5.filename=jdbi3-sqlobject-3.45.2-cyclonedx.xml
outputs.10.5.length=13943
outputs.10.5.checksums.sha512=92f19897c264392a597c3ed11c223d63423373430ccbb97a1627f1ad46d3deffb6d5a158f37b8fa54286aa8eef0f1f0402649c6b818117892a9ab6c04b6b5b5d
outputs.10.6.groupId=org.jdbi
outputs.10.6.filename=jdbi3-sqlobject-3.45.2-cyclonedx.json
outputs.10.6.length=16314
outputs.10.6.checksums.sha512=5fcc6862ccd8e7de87babc8ccd48bf7c30dee9920f5536f46b2e26440f7c9117d0791196b481240a7a82859098fcd2c5b21aa693899e9b29831220cfd48d62b4
outputs.11.coordinates=org.jdbi:jdbi3-commons-text
outputs.11.0.groupId=org.jdbi
outputs.11.0.filename=jdbi3-commons-text-3.45.2.pom
outputs.11.0.length=2671
outputs.11.0.checksums.sha512=f338bf975d710c8c6ff825e71d5bea89c75c55f4b05352bd8595f0291ccb919610c7aa131124f1077d9039a6fa4318cd398d2f62d97270ce991bca40839813a1
outputs.11.1.groupId=org.jdbi
outputs.11.1.filename=jdbi3-commons-text-3.45.2.jar
outputs.11.1.length=6162
outputs.11.1.checksums.sha512=792d2ebafa82e1f8bccc81fcde1216920490e42f820a78197c72644bf9f785f211500b17a2419f69a59331e85efdf6d0c0d759369c32fef55702f1de1377f9c0
outputs.11.2.groupId=org.jdbi
outputs.11.2.filename=jdbi3-commons-text-3.45.2-tests.jar
outputs.11.2.length=6601
outputs.11.2.checksums.sha512=b23fb90d63ef36fd89211014e5dec076ea7e59674df684e65bf787e0990470a6c01e2ed9dc8faee5adccf4af1291f5d1c31953cc17fc0ec21468d54d0c80ec79
outputs.11.3.groupId=org.jdbi
outputs.11.3.filename=jdbi3-commons-text-3.45.2-sources.jar
outputs.11.3.length=5493
outputs.11.3.checksums.sha512=d4e17d81e1d5af415166d4ce4df6577f589e2ad152c0ea9cbd4b0c816ffb03eec7bba1e5754a04fe4aa08ecb6d8ef9bd27fbe500219ad4cb4e011b06e6a7c5a7
outputs.11.4.groupId=org.jdbi
outputs.11.4.filename=jdbi3-commons-text-3.45.2-test-sources.jar
outputs.11.4.length=4347
outputs.11.4.checksums.sha512=a0b580ca04d9044d0ac13d96257e34ca4a2686faeb41cebe85e1d65ab897fa5fee386c252a5375a781eda415d491aa9e79d1e6774d9bcb2984ca36d9eb4fb3c8
outputs.11.5.groupId=org.jdbi
outputs.11.5.filename=jdbi3-commons-text-3.45.2-cyclonedx.xml
outputs.11.5.length=16251
outputs.11.5.checksums.sha512=c8091cdadf02656a9683decfc4bd8ceb1668d6a1d68125103a4c72d4f9fc9b397b15c41e22113d6879c2a29a4634c44cb8613c9903e1b29c9b9d059ecd264d65
outputs.11.6.groupId=org.jdbi
outputs.11.6.filename=jdbi3-commons-text-3.45.2-cyclonedx.json
outputs.11.6.length=19105
outputs.11.6.checksums.sha512=ee4806db4f3c7b693b7520e0bca4de5e3d3b52c27d684667e01764e49c82956dabedad24ed59e3e6c8b28553cd63b857c5f1b983dfeb1a3cf510d9ef7185e72d
outputs.12.coordinates=org.jdbi:jdbi3-freemarker
outputs.12.0.groupId=org.jdbi
outputs.12.0.filename=jdbi3-freemarker-3.45.2.pom
outputs.12.0.length=2667
outputs.12.0.checksums.sha512=5a7ace2c3adbcbeaaed1a647afd818f540e8f061d8dfbe85918aa78640a11f55048aecb92e87b62955e19080b664c43ec3652b1409c7146820e03bff4beeefbc
outputs.12.1.groupId=org.jdbi
outputs.12.1.filename=jdbi3-freemarker-3.45.2.jar
outputs.12.1.length=12200
outputs.12.1.checksums.sha512=a3efe43045d5e3bf2f9799fb8c5be56068883148e4bf738bb9f6d4ba475646ee5d5bc5653b43caf3e33c6ca90f8bc0e1b8429286bea62343c75b8b0c67e2a696
outputs.12.2.groupId=org.jdbi
outputs.12.2.filename=jdbi3-freemarker-3.45.2-tests.jar
outputs.12.2.length=37205
outputs.12.2.checksums.sha512=692ee193779ca49adc1b5a196a408c94f4ae84a899f0f4645115fca40a5c13718d3ea2106e85ea3cb5ad83c30168510aff1bc025e4b22426fd55488b0dcecb98
outputs.12.3.groupId=org.jdbi
outputs.12.3.filename=jdbi3-freemarker-3.45.2-sources.jar
outputs.12.3.length=10034
outputs.12.3.checksums.sha512=4f3c35498a6d605365928bb145c3c6c7b9948e5d9c1c2031adcb9362faf03c299e9daccbc3b75497afb7a56e9c45a55b0ae13defb5bf84a3f151fbbc549fd116
outputs.12.4.groupId=org.jdbi
outputs.12.4.filename=jdbi3-freemarker-3.45.2-test-sources.jar
outputs.12.4.length=18826
outputs.12.4.checksums.sha512=5bd40af3f4fa5fcb8376391f1e621e4a13c4200dae681c960811bf1965932fdc543c8e148a3cdbdd995258aa9977e164c8de1788ddd0b0cb2f8a5c38196edfbf
outputs.12.5.groupId=org.jdbi
outputs.12.5.filename=jdbi3-freemarker-3.45.2-cyclonedx.xml
outputs.12.5.length=15952
outputs.12.5.checksums.sha512=8326b1f76244f52a3e134fa9a63a92b3d6413ed1f02c8bb9588f79b3d6c9f8370e95ddc71c0552219e02cb7c6e66299cf47de2c83be3598d37740987f4912bac
outputs.12.6.groupId=org.jdbi
outputs.12.6.filename=jdbi3-freemarker-3.45.2-cyclonedx.json
outputs.12.6.length=18660
outputs.12.6.checksums.sha512=59d5235b20b7a96f00780cb1fd2315dd5064cbb44bd4bed7d9038f0c08864aa612271dd3c619ac9bbfc315a090510f8d8ffd23d37b33317796df6c5674e78c69
outputs.13.coordinates=org.jdbi:jdbi3-generator
outputs.13.0.groupId=org.jdbi
outputs.13.0.filename=jdbi3-generator-3.45.2.pom
outputs.13.0.length=3155
outputs.13.0.checksums.sha512=ffd00caf2e0d3576fe3eed098d64e042f5bad12ac90325bb83b7b6c804df210e74245a6883c949a2d58d17043ee030ec2542eed4b0a81a36735ef0aad90fbbb6
outputs.13.1.groupId=org.jdbi
outputs.13.1.filename=jdbi3-generator-3.45.2.jar
outputs.13.1.length=12332
outputs.13.1.checksums.sha512=e2830d753108fe4469d7af69f648ce0e2c561e040535e69c7279b567bec42144f1a725f83499f73b87a853213676f9409b99f70979808acc953ba7288b9634f7
outputs.13.2.groupId=org.jdbi
outputs.13.2.filename=jdbi3-generator-3.45.2-tests.jar
outputs.13.2.length=25760
outputs.13.2.checksums.sha512=5cfd76b854be2a88a9c8a7da70d4821649242e283a038d131e41a300265fd4cdfddee15d8e23d50ef8b9c5d4e988b942d7d7c8eb9bebf8774731134b9302262d
outputs.13.3.groupId=org.jdbi
outputs.13.3.filename=jdbi3-generator-3.45.2-sources.jar
outputs.13.3.length=6645
outputs.13.3.checksums.sha512=16363fd0f6dea6805f3da67b7d1242048ba79f163ba65d03512f06b9521e3ca5cc216b0365d663103690557b4a8d2ffc54be2abbfa29ade62be6ee5d825958c3
outputs.13.4.groupId=org.jdbi
outputs.13.4.filename=jdbi3-generator-3.45.2-test-sources.jar
outputs.13.4.length=8991
outputs.13.4.checksums.sha512=6c10fb46e2802502d1ce98e43e4f1c863267f6f5a2bf2234c7eeac08a6cc350824fd6774c2c7e2823423b2dab969aa9936c3be5adefa81a6c9957dd76cf2644f
outputs.13.5.groupId=org.jdbi
outputs.13.5.filename=jdbi3-generator-3.45.2-cyclonedx.xml
outputs.13.5.length=15828
outputs.13.5.checksums.sha512=6688d177d4832c5acbd21d3ef8ae155f59f90273d4215675308b48a6dfcad693920e623abb0e55ab6ac804c71fdf066838fb6a091d6128a7e92031e1b2d4152d
outputs.13.6.groupId=org.jdbi
outputs.13.6.filename=jdbi3-generator-3.45.2-cyclonedx.json
outputs.13.6.length=18511
outputs.13.6.checksums.sha512=8409b442f1db034453b82c4dc83def0fcab36dbce1d3a6018d64219a95138ed091801b8879dc4f3164059dc9a7bb7913aecc30e3213735d748bb309d4864792e
outputs.14.coordinates=org.jdbi:jdbi3-json
outputs.14.0.groupId=org.jdbi
outputs.14.0.filename=jdbi3-json-3.45.2.pom
outputs.14.0.length=2580
outputs.14.0.checksums.sha512=4a6774adf2580fc209e06eb53bf564d74942dbdad33561b4afcef60e823edb8da743018b79154d799f31fc0368478e016c3c93f6f5b1046bf637ad197b7565f1
outputs.14.1.groupId=org.jdbi
outputs.14.1.filename=jdbi3-json-3.45.2.jar
outputs.14.1.length=11174
outputs.14.1.checksums.sha512=6bc8f9a4d54d53cd44a884f4ae0e59d2176c38a2fa14cf00af03aa6edf0616ecbda353eee37ccdc5380209c96122c1ba65877e1952b473b14e6c6ebfc4ef89e9
outputs.14.2.groupId=org.jdbi
outputs.14.2.filename=jdbi3-json-3.45.2-tests.jar
outputs.14.2.length=25053
outputs.14.2.checksums.sha512=4f5430be2b178c4a8c3461f276587d5c663049b9ac80f79fa828f802afb0677923e2ff69e891f0bdf9df8888209f6bd954b112dab9cac232990e7c9a534c45d2
outputs.14.3.groupId=org.jdbi
outputs.14.3.filename=jdbi3-json-3.45.2-sources.jar
outputs.14.3.length=9319
outputs.14.3.checksums.sha512=6b03c1ba31fa5f4dcf05db5c9b1e77f45ff473a00b7b154e8b715d0e0005c6cf2dc5a121bbb4ac2488e131d8e18dcc18e474e8116f5ebd61240ad3f4bdc9c703
outputs.14.4.groupId=org.jdbi
outputs.14.4.filename=jdbi3-json-3.45.2-test-sources.jar
outputs.14.4.length=8502
outputs.14.4.checksums.sha512=80e6d834a5f8b172fd765ffd80464d64395aa332d304d027bc4b26019606b44044edacd82193539c40d79070c41441714f4530011c6e77a170a74a9a82d6db7c
outputs.14.5.groupId=org.jdbi
outputs.14.5.filename=jdbi3-json-3.45.2-cyclonedx.xml
outputs.14.5.length=11231
outputs.14.5.checksums.sha512=d3872f2b61364a875b5492872f7b9dba326bac5cedcc15f65b1933a3e6d466a7fc84ee706401f9ae5d097052ca4c32a7c70467d999abf5a46532607341986ec2
outputs.14.6.groupId=org.jdbi
outputs.14.6.filename=jdbi3-json-3.45.2-cyclonedx.json
outputs.14.6.length=13199
outputs.14.6.checksums.sha512=1245640a7c780b012972e6c41465db491250c13720f1814929bee019509349054c303edf8738c7fe78569ec58f9ce8b2bf7c70b4cbf64c6fc018c7f461271e50
outputs.15.coordinates=org.jdbi:jdbi3-stringtemplate4
outputs.15.0.groupId=org.jdbi
outputs.15.0.filename=jdbi3-stringtemplate4-3.45.2.pom
outputs.15.0.length=3332
outputs.15.0.checksums.sha512=8e3c97aa5c6512a34662ffe53f064950908577af945cb93b9a66de9cc22d308b3654dc76a85314f933d998b69bb482c6662b529a20cecf321676c171399bb56e
outputs.15.1.groupId=org.jdbi
outputs.15.1.filename=jdbi3-stringtemplate4-3.45.2.jar
outputs.15.1.length=13698
outputs.15.1.checksums.sha512=890cc120b01ebf9aa91f1ef5ff0a8beda7cc6ae7d4d5024dca0612807af07c10f06c144a9c5c1932d85d368d394b59dc370c3129e8f458d788e6c34a742df257
outputs.15.2.groupId=org.jdbi
outputs.15.2.filename=jdbi3-stringtemplate4-3.45.2-tests.jar
outputs.15.2.length=45630
outputs.15.2.checksums.sha512=cbfca2323ca2c0a34d5ac7450b40412b035dd8856578ed84b1ddaf26b4ead8ac51684780384a058a1173f0b8ec0578c4cb656141574e9073c2e7c29b60c88c04
outputs.15.3.groupId=org.jdbi
outputs.15.3.filename=jdbi3-stringtemplate4-3.45.2-sources.jar
outputs.15.3.length=10786
outputs.15.3.checksums.sha512=6ea53a1ebf34216756190032193093a90bedeba5b46a360ad4791c3bd8a0180e86cc1966a74c6a3cf4a7d823f34d87b432d416836a7d7518ca89d7caabadf378
outputs.15.4.groupId=org.jdbi
outputs.15.4.filename=jdbi3-stringtemplate4-3.45.2-test-sources.jar
outputs.15.4.length=21017
outputs.15.4.checksums.sha512=5e417904b1e2f0b249c8ec00e32ef1c04351f4e43286580d1c6a2ee8253e44af3e55da3ff14b2b80edada676f17b22480106e88d053841f6774e0060a76e2cd1
outputs.15.5.groupId=org.jdbi
outputs.15.5.filename=jdbi3-stringtemplate4-3.45.2-cyclonedx.xml
outputs.15.5.length=18579
outputs.15.5.checksums.sha512=581459154b57a6cb0475a025aefd39aa59ccbe095b41a4c905c076bb15b51d848797b4d9f52869e82f45cc7b3a5d8191d4c76b2e2570e249cf63e15e7776ca9e
outputs.15.6.groupId=org.jdbi
outputs.15.6.filename=jdbi3-stringtemplate4-3.45.2-cyclonedx.json
outputs.15.6.length=21633
outputs.15.6.checksums.sha512=01f33fe7fe84ae311534ef4192a0d69afc93d9cd9e9cffa4a64ad3644eb72dc47ed092ed09dab2e5cb8d1ddc781e8f53c338728daef61293e67425eac9be92c6
outputs.16.coordinates=org.jdbi:jdbi3-postgres
outputs.16.0.groupId=org.jdbi
outputs.16.0.filename=jdbi3-postgres-3.45.2.pom
outputs.16.0.length=3388
outputs.16.0.checksums.sha512=72065de4104d9aa3a6a6eba632a092c567d81fcc379c51be97d03cbe9862553dbd095d50dcda90c22a764469fd859d50e05e89bc76c47afc6defe140e5e7fe4c
outputs.16.1.groupId=org.jdbi
outputs.16.1.filename=jdbi3-postgres-3.45.2.jar
outputs.16.1.length=40119
outputs.16.1.checksums.sha512=e5b770cd0a8733fcd4702119243d35dddfc523053e59b62076c432f7aa953d4870d1371aed0b153207016216e42b1d4970a3e8bfb7a5d21eaa16044ee0cc649b
outputs.16.2.groupId=org.jdbi
outputs.16.2.filename=jdbi3-postgres-3.45.2-tests.jar
outputs.16.2.length=90582
outputs.16.2.checksums.sha512=a46fdca38745b77584a5b0a2f6bf5db804a023190a8e1b34b9340155ee60bd95f2f003eb1726a781061048f287fd395d4989926076d4a2560cd97b745a4eb69f
outputs.16.3.groupId=org.jdbi
outputs.16.3.filename=jdbi3-postgres-3.45.2-sources.jar
outputs.16.3.length=33454
outputs.16.3.checksums.sha512=84ec935457d4a1bbaccf851561380e6bf89b076c122dd20ec0a374311cc629b993c7822d09229f71e737d29b287dfa810037006d74bc5745ed930c3564f99f82
outputs.16.4.groupId=org.jdbi
outputs.16.4.filename=jdbi3-postgres-3.45.2-test-sources.jar
outputs.16.4.length=42675
outputs.16.4.checksums.sha512=1abb59566f8d061a77ad5e5fbf3b00870c72b8c63e00937ec6d26962ccbac61af9aed5df211fe6a7f855cd461a1fbaada33e30ff1ac3ea043b249e21aa0dbffd
outputs.16.5.groupId=org.jdbi
outputs.16.5.filename=jdbi3-postgres-3.45.2-cyclonedx.xml
outputs.16.5.length=19930
outputs.16.5.checksums.sha512=367d8c6371b2ea00d093cc512a48ea4a162d8bd948b0191dd37a3dc042f977ac585256721a9fa737d98c1445da6dba3c697e98a48d1238d02edb1d0cce86ae21
outputs.16.6.groupId=org.jdbi
outputs.16.6.filename=jdbi3-postgres-3.45.2-cyclonedx.json
outputs.16.6.length=23311
outputs.16.6.checksums.sha512=478b10b947773d10a52910e8a82187a6ac4307d3032beb4e53139ba59ee13feb6d81cba3c799515b4bc79a2b7ce422447827a9e14c24a9b3fbd62a329a1f926e
outputs.17.coordinates=org.jdbi:jdbi3-gson2
outputs.17.0.groupId=org.jdbi
outputs.17.0.filename=jdbi3-gson2-3.45.2.pom
outputs.17.0.length=3228
outputs.17.0.checksums.sha512=2ace336bc5849e744cdb8ff1803d3ca82e26da61ef498a1da77f45f05c7bfc787d9a43a0f29472f442c5183836cad913f81061ebfe31f1bb6dacd70bc5f144e2
outputs.17.1.groupId=org.jdbi
outputs.17.1.filename=jdbi3-gson2-3.45.2.jar
outputs.17.1.length=6098
outputs.17.1.checksums.sha512=7dae22d426cd3053c4d4c68b7bb7725a80e56d0020ccc848dc888c92a380606fe5ca81fef237c779a577bd803bc5323e9040ee7bc84ed1a0928360fd7d4c4c9e
outputs.17.2.groupId=org.jdbi
outputs.17.2.filename=jdbi3-gson2-3.45.2-tests.jar
outputs.17.2.length=9918
outputs.17.2.checksums.sha512=03b2efb4e3d07f5277a43e4b157a633702b66564afda8f819e74de43ce30e0e2a87ffe6e622565a549a82b1d3bb43724e0c7712b11d591378d9c37d9a2bebae3
outputs.17.3.groupId=org.jdbi
outputs.17.3.filename=jdbi3-gson2-3.45.2-sources.jar
outputs.17.3.length=5050
outputs.17.3.checksums.sha512=040b7ad22a7495ab68493d1258478dfe0bd1f688753cd2a3ed4f59ba2d47a6e7a62b0c58d1a251239e3bdca307992c54e1da31cbe6027bec8d6680b91e9d1dbb
outputs.17.4.groupId=org.jdbi
outputs.17.4.filename=jdbi3-gson2-3.45.2-test-sources.jar
outputs.17.4.length=4815
outputs.17.4.checksums.sha512=14016f05b7ccb2c183b7fae29e56c282b9224afe472c3a017b55e5a538643b70d677f9896ab55a130324d997fbb56c6eaa4625c160a1d7f4a74d922730b8c749
outputs.17.5.groupId=org.jdbi
outputs.17.5.filename=jdbi3-gson2-3.45.2-cyclonedx.xml
outputs.17.5.length=15391
outputs.17.5.checksums.sha512=3496a77ed521d1152c232576509329369c4bd5d38f65dfd36b9738fcf12c89d155b58aab0bccfaacfafcd3ba6c46ff8df39f601f428d7cf3dc3da6853fb440a0
outputs.17.6.groupId=org.jdbi
outputs.17.6.filename=jdbi3-gson2-3.45.2-cyclonedx.json
outputs.17.6.length=18123
outputs.17.6.checksums.sha512=73a4adf7bac3d77b396af1175ee1cd2a4298b0054b3fc1500c9e40b3c4a926aa6b3731351c46d1b5d740a2fa01788d0da4a9b972199aeee083d69048fb411fe6
outputs.18.coordinates=org.jdbi:jdbi3-guice
outputs.18.0.groupId=org.jdbi
outputs.18.0.filename=jdbi3-guice-3.45.2.pom
outputs.18.0.length=4048
outputs.18.0.checksums.sha512=f139aa565d67e221fae178afaa5d699534608331522ce8f0794934ea85bf692da08fe2f612cea5f445a37f5eb4dbc1f30231fd17d1d0ce91b706dee9dc552700
outputs.18.1.groupId=org.jdbi
outputs.18.1.filename=jdbi3-guice-3.45.2.jar
outputs.18.1.length=43597
outputs.18.1.checksums.sha512=8de0966aad80b3f34910dc7a07235a033e09e29f25332e840f9844e1843b61d064aded7ed5fcf4d89ebd733c96508798c6f193f82b8a18ba91d0502f51cc1ae9
outputs.18.2.groupId=org.jdbi
outputs.18.2.filename=jdbi3-guice-3.45.2-tests.jar
outputs.18.2.length=87527
outputs.18.2.checksums.sha512=b440c5b412a7c81a1f7ae0792ae3dc355bea395ca20ce886512dd9e44605711a2c8233eadfe5f8991f270fb87ada1538a295e2435cd087603d9eb9f700d7b7bd
outputs.18.3.groupId=org.jdbi
outputs.18.3.filename=jdbi3-guice-3.45.2-sources.jar
outputs.18.3.length=19959
outputs.18.3.checksums.sha512=7b94a22e0464bde2e13c055c6110825055cf780a75a0f3a0f53d55d27a0fc0aea5f757243c0d9936dee399492d57b5e56a6dd49a66df7abfc0529cd1073c132d
outputs.18.4.groupId=org.jdbi
outputs.18.4.filename=jdbi3-guice-3.45.2-test-sources.jar
outputs.18.4.length=22819
outputs.18.4.checksums.sha512=49db80f1c8db54d6086311900ca728b4a47d782b6f23c6d6866939d4897303e33f455d21896b2a7a2b0b825d1390f704aa7a05e356dd4b3946c304ff7163d217
outputs.18.5.groupId=org.jdbi
outputs.18.5.filename=jdbi3-guice-3.45.2-cyclonedx.xml
outputs.18.5.length=39949
outputs.18.5.checksums.sha512=578479e0b07a1fac0c5b0516f7fdfd41b341016a69b1f0baf6862e70883c700cfa63ff730b1348ef7121a824b181de143f62a53cddf620a5a81ab3351ddd23d1
outputs.18.6.groupId=org.jdbi
outputs.18.6.filename=jdbi3-guice-3.45.2-cyclonedx.json
outputs.18.6.length=46887
outputs.18.6.checksums.sha512=663aa1cedfdc53f0b2c9002b8d01e052c4bdcec795b17291c88bc7fad94e95fea372fa94cfc8367bd00ed76bca7657d389dbbc69d1a7a4a7c80e58ea88cd887a
outputs.19.coordinates=org.jdbi:jdbi3-jackson2
outputs.19.0.groupId=org.jdbi
outputs.19.0.filename=jdbi3-jackson2-3.45.2.pom
outputs.19.0.length=4097
outputs.19.0.checksums.sha512=1dc0ca3499bd67ec3424967d793265e815c1085493b0feb636d320411cf5820e0307d72139c7cf59b0940193ad02e2ad6f808b5916199541b90648b356d852a0
outputs.19.1.groupId=org.jdbi
outputs.19.1.filename=jdbi3-jackson2-3.45.2.jar
outputs.19.1.length=7025
outputs.19.1.checksums.sha512=ee8a94a6a3347a033f8cfa43509517a596b5b447a390d9e8d6246a09e83d38104d2a4917a9076bd0493e4123339c7e3d5b04290c8e42c4059ee078501fdc9979
outputs.19.2.groupId=org.jdbi
outputs.19.2.filename=jdbi3-jackson2-3.45.2-tests.jar
outputs.19.2.length=21247
outputs.19.2.checksums.sha512=dc9c66d93a27d6edc7e7e03f3ce094b471096503d030786046b0838f88d1e86af7a2e544f73e1ffa9e5176209dcdb17c4b99da8aa6f6346c3f7538377350f15f
outputs.19.3.groupId=org.jdbi
outputs.19.3.filename=jdbi3-jackson2-3.45.2-sources.jar
outputs.19.3.length=5648
outputs.19.3.checksums.sha512=ff81cb6a0ffc583a7d36169cfc83303ce0ecac77f09e6cf71a2c0f96a76dd4849b73e62b7638f449a2d9fcc5a7a153e6df5d5d8a02e1a987171c862aee028cb4
outputs.19.4.groupId=org.jdbi
outputs.19.4.filename=jdbi3-jackson2-3.45.2-test-sources.jar
outputs.19.4.length=8306
outputs.19.4.checksums.sha512=a5adbd1a194e2a05992d05e122f54241e3a2d68727daddad71c174578214f54065f9c246f1257daa8ce4fd882bf0c104463bdbc7b1cc2be89cf1e7c1ceda5740
outputs.19.5.groupId=org.jdbi
outputs.19.5.filename=jdbi3-jackson2-3.45.2-cyclonedx.xml
outputs.19.5.length=22569
outputs.19.5.checksums.sha512=72110be6426a576933b1757357383d1711b01303d26e908856625a14676d962bbef3b553b9b889ee0787ce58d9b1a6de0a81ae0a6e87a57e190e405861cb1e21
outputs.19.6.groupId=org.jdbi
outputs.19.6.filename=jdbi3-jackson2-3.45.2-cyclonedx.json
outputs.19.6.length=26493
outputs.19.6.checksums.sha512=e1f1e38af95efdfec2dec44da44493a37b5b4ef40a1b466e3d816401377533e019792c08701ed8852c33b02d4dabe28ae5dff1a301dff87f9e0b16af5c4f70dc
outputs.20.coordinates=org.jdbi:jdbi3-jodatime2
outputs.20.0.groupId=org.jdbi
outputs.20.0.filename=jdbi3-jodatime2-3.45.2.pom
outputs.20.0.length=1918
outputs.20.0.checksums.sha512=60867540f9b0029ebec952f733adc01a390dde7e5a59eafe687918fcb568796c1bcf1f9aa42641ed208d5e2b950a7ea4bde722cac658071c4fdf67e033f5e6b0
outputs.20.1.groupId=org.jdbi
outputs.20.1.filename=jdbi3-jodatime2-3.45.2.jar
outputs.20.1.length=5591
outputs.20.1.checksums.sha512=d51dc818c2d97d170fbb04211e4f64b73be3b5f2ee5335d195b438fdc9c9e7ef134aec14a53f86028d334ff6f161f26433ce22b66efc08fd3e6bdc924ac5b996
outputs.20.2.groupId=org.jdbi
outputs.20.2.filename=jdbi3-jodatime2-3.45.2-tests.jar
outputs.20.2.length=3635
outputs.20.2.checksums.sha512=e5c537a65866b115ff3261a5f136c1bdb94fd7e771b032afa97d639abdfccafe77a589801694eb3a33ffe73e6ed7413911cce3183c3137ca7c585af6e5f62b58
outputs.20.3.groupId=org.jdbi
outputs.20.3.filename=jdbi3-jodatime2-3.45.2-sources.jar
outputs.20.3.length=5474
outputs.20.3.checksums.sha512=9d760add6876595543ade5d83145f6a05306d478f3b7498a724b006ebad90547781ffc0835cfbd2db9c44c727d3f2f6969e4a7bdd4310bfb8d7b4c25fd09c6bf
outputs.20.4.groupId=org.jdbi
outputs.20.4.filename=jdbi3-jodatime2-3.45.2-test-sources.jar
outputs.20.4.length=3074
outputs.20.4.checksums.sha512=05d6fba4f815b57a58c48223a56c0cded426f0d178f1870cc83cfca8e6a9607967c7b433313ba48f6bf472061e0a119d36d7d46ff7d947c931ea02121434672b
outputs.20.5.groupId=org.jdbi
outputs.20.5.filename=jdbi3-jodatime2-3.45.2-cyclonedx.xml
outputs.20.5.length=13210
outputs.20.5.checksums.sha512=a37c77fe95d5a79d806a31b66229f6068bb078d130e35d0eed1afdfcde274f0d9d7f0d9980eecbd0d2415ac0ebb5fbf52b93adae51e41bada465e178d828bf04
outputs.20.6.groupId=org.jdbi
outputs.20.6.filename=jdbi3-jodatime2-3.45.2-cyclonedx.json
outputs.20.6.length=15585
outputs.20.6.checksums.sha512=0b217aa63c59620184e0655c96a965c886494b4eda2741af4893525d2274d32e67c02a094ddda9e023e69fc18195d5af7b6afa3955e9b060d2a728c4017e158d
outputs.21.coordinates=org.jdbi:jdbi3-jpa
outputs.21.0.groupId=org.jdbi
outputs.21.0.filename=jdbi3-jpa-3.45.2.pom
outputs.21.0.length=2428
outputs.21.0.checksums.sha512=a11a1326c1380293acfd72b569b2faa88d4def75e5e544a65ee16ac74a91cd9d4103f32536ce8ba2a5c4758904a6352ac5f4a2f336a1402f79e04f1f3a34270f
outputs.21.1.groupId=org.jdbi
outputs.21.1.filename=jdbi3-jpa-3.45.2.jar
outputs.21.1.length=18886
outputs.21.1.checksums.sha512=75983c34e7a9f895ecc07ef208aff5968bd97818cd180032f578f7b35d8883ae226739abdac4692708576ed185da570956f6c9ee920a7e338d539cfd62ee1121
outputs.21.2.groupId=org.jdbi
outputs.21.2.filename=jdbi3-jpa-3.45.2-tests.jar
outputs.21.2.length=37722
outputs.21.2.checksums.sha512=3a23c155e6ab6de004616cd26725c2ab01919c810f49c576d2ae20ef6ca3d1da3e78d3b9a10cb0fe4dd515b48e3d8b1993485b5d178cc3a0f2478377581d571a
outputs.21.3.groupId=org.jdbi
outputs.21.3.filename=jdbi3-jpa-3.45.2-sources.jar
outputs.21.3.length=12090
outputs.21.3.checksums.sha512=f85c9608a13ea2fa8842cc5d7dd81c10f6d8c1e93a49a960e4b6bb3dbfae83034e211d4f1bff5b1d347364d94f05e53d7222e462403d5e99d77cbc26861c4af6
outputs.21.4.groupId=org.jdbi
outputs.21.4.filename=jdbi3-jpa-3.45.2-test-sources.jar
outputs.21.4.length=6949
outputs.21.4.checksums.sha512=b1226f0c520fb6005646ca7cc6a47f78d5f842c397842651fc9c1a3f141d010fc5d2f0a699c6c8a0fbfc3f1925a795040e1cb3a3200c3fbbc00d676890fd0d51
outputs.21.5.groupId=org.jdbi
outputs.21.5.filename=jdbi3-jpa-3.45.2-cyclonedx.xml
outputs.21.5.length=15182
outputs.21.5.checksums.sha512=67f2c4163e8dc87e87b5b797ef56dd475c0169edde7108c6b3e7764e5d80584bb0215780186018c663c9cffea346f5bfde78e20b021be01cd7562ba7eaff543d
outputs.21.6.groupId=org.jdbi
outputs.21.6.filename=jdbi3-jpa-3.45.2-cyclonedx.json
outputs.21.6.length=17771
outputs.21.6.checksums.sha512=89e13dcd740744966eccc329ed5283de0352c99350fb14af305d6f521bd8ae9fa55f78277b607acf1008ac2aca71c080743b6dbc44316e21da097dfce85414af
outputs.22.coordinates=org.jdbi:jdbi3-kotlin
outputs.22.0.groupId=org.jdbi
outputs.22.0.filename=jdbi3-kotlin-3.45.2.pom
outputs.22.0.length=3372
outputs.22.0.checksums.sha512=805047f3534c81b67b5ae98ee78fae07c231e5e0a28a40afb087fe0374a416a2ebdf907d7046c693dd734f50af0611c30ca71362efb514ad04328ed1439217bc
outputs.22.1.groupId=org.jdbi
outputs.22.1.filename=jdbi3-kotlin-3.45.2.jar
outputs.22.1.length=66995
outputs.22.1.checksums.sha512=70947d14d619bae5fd4aa950367e79d6680118cee53aeecae269557a09b3a184782d221d9c09829720d905a255f55f362fb2259856dbdfec28e9c895de1e21fb
outputs.22.2.groupId=org.jdbi
outputs.22.2.filename=jdbi3-kotlin-3.45.2-tests.jar
outputs.22.2.length=188361
outputs.22.2.checksums.sha512=535147021b25e880a414bb58c019bda0850759c31cb4f6d48cca3ded9cbf79018aeb0914aa67d9604bef7c2ca99c2abef76cc9373d577ea0130ae7c9fe1ff9ac
outputs.22.3.groupId=org.jdbi
outputs.22.3.filename=jdbi3-kotlin-3.45.2-sources.jar
outputs.22.3.length=16204
outputs.22.3.checksums.sha512=e96f35ed44c395dc0b18ebc5fb49fd7964308b767c37f7fac772a8b5ad32c1c16551cfe2ccec03a47ae77bf15a877b4e6ef84598277249c3f179308d127e638b
outputs.22.4.groupId=org.jdbi
outputs.22.4.filename=jdbi3-kotlin-3.45.2-test-sources.jar
outputs.22.4.length=16030
outputs.22.4.checksums.sha512=aa8df087ac535ccb5efcc8f2574a4b0d214f6390d639539cd689aa25b35f506904c1aabdfebd3f7ff0cb35b30fd6948c4bf62f74f4402873e633bfb4c3126e1c
outputs.22.5.groupId=org.jdbi
outputs.22.5.filename=jdbi3-kotlin-3.45.2-cyclonedx.xml
outputs.22.5.length=24815
outputs.22.5.checksums.sha512=15587fa6c6d5c7d4b4718144eb38c9e55ae56df6180a4e46998e98e0a68b9ea09e030a6ca26f942755dcce74dd9f2ff05f40a498214015986b1b321f4012d50e
outputs.22.6.groupId=org.jdbi
outputs.22.6.filename=jdbi3-kotlin-3.45.2-cyclonedx.json
outputs.22.6.length=29169
outputs.22.6.checksums.sha512=e80c02bdd745dc3b4f671aad432729a85cd06bd48ae172cbf832f4c8eab3526e0fc024b34a5ac93875d59fc563e21c07710e4505dae861e362d14af4270cfb99
outputs.23.coordinates=org.jdbi:jdbi3-kotlin-sqlobject
outputs.23.0.groupId=org.jdbi
outputs.23.0.filename=jdbi3-kotlin-sqlobject-3.45.2.pom
outputs.23.0.length=2948
outputs.23.0.checksums.sha512=b45f36e8cc74d768ae66e8a6f95ad74cc13d29733c7336b8078c8ae6cbb1b465c311b2a73a3d8809e9f879e83e76c67efe0fac28cb5052aac21d663f9384b61d
outputs.23.1.groupId=org.jdbi
outputs.23.1.filename=jdbi3-kotlin-sqlobject-3.45.2.jar
outputs.23.1.length=26063
outputs.23.1.checksums.sha512=fa0875cff2fab696263d270c82d03a56aa1d48c27e4b968d5ac792a916fcdbcad48033235118d3a7f4d59eb71c88d31dd91f5e498596248bc207eea74c93f069
outputs.23.2.groupId=org.jdbi
outputs.23.2.filename=jdbi3-kotlin-sqlobject-3.45.2-tests.jar
outputs.23.2.length=56529
outputs.23.2.checksums.sha512=40bdeadd5e1060e6ac4c42dafd1575dc0a51e5e8b89a32c99aac0d25606ea5437e3a0ab4effae6b32b0ae67b2f375c5c427b5c6cbfe68ce1a0b4d54531071551
outputs.23.3.groupId=org.jdbi
outputs.23.3.filename=jdbi3-kotlin-sqlobject-3.45.2-sources.jar
outputs.23.3.length=11953
outputs.23.3.checksums.sha512=1c3ca53f837bd541a1066aea32d4e6b842ae9261e7d4f08efb5848d79f7a4c87ca6bc3bc68e04ac9463eec64285d343e0153e3c0984e3dcab9c1b541e66fead1
outputs.23.4.groupId=org.jdbi
outputs.23.4.filename=jdbi3-kotlin-sqlobject-3.45.2-test-sources.jar
outputs.23.4.length=9451
outputs.23.4.checksums.sha512=6d68449ed949b1ccc5e95a1bf375fa1bed16db14a74026c82465a876d459db6fe15e0f8bceef49d56cfced1860fb3d0103f036e9595dca59130cfd4be8ce013c
outputs.23.5.groupId=org.jdbi
outputs.23.5.filename=jdbi3-kotlin-sqlobject-3.45.2-cyclonedx.xml
outputs.23.5.length=23643
outputs.23.5.checksums.sha512=474c745bd6e04ba06be5f7a18b35f20a0c9ebd6cb6896cf3b538a0829157e58a6b62f0f5c74c2122734081152ee9f51aa8ed9546a354cb397a4725b76925e8ae
outputs.23.6.groupId=org.jdbi
outputs.23.6.filename=jdbi3-kotlin-sqlobject-3.45.2-cyclonedx.json
outputs.23.6.length=27636
outputs.23.6.checksums.sha512=6977be5f3d9065567be098505ce56b6873e8ece03e87e277d3625fb4a00ed6e90adb209b694c658029d008e3c552f3ef8a97312ebadcd688a5501503bcbb24b6
outputs.24.coordinates=org.jdbi:jdbi3-moshi
outputs.24.0.groupId=org.jdbi
outputs.24.0.filename=jdbi3-moshi-3.45.2.pom
outputs.24.0.length=3044
outputs.24.0.checksums.sha512=70df95f59721522c5098ced5d771a333dcaf80827d3a43885d317f7f8ff9ca7d9f9d035bc1a737e32a5b7c5fb9fc4a265f884880fc668d713484ce375e2dad25
outputs.24.1.groupId=org.jdbi
outputs.24.1.filename=jdbi3-moshi-3.45.2.jar
outputs.24.1.length=5788
outputs.24.1.checksums.sha512=ab5eb3c808c87592d9f220379e94c5ba0e0681d848d187800c4e646981da148ef342bbb4e396bab825edfdc32086692f42c28f19eef89b74b27faa4c54ec6410
outputs.24.2.groupId=org.jdbi
outputs.24.2.filename=jdbi3-moshi-3.45.2-tests.jar
outputs.24.2.length=11796
outputs.24.2.checksums.sha512=2905a363d96cc9668571473e01f11dad628f5ac069eebe711bbce839e74784b626ff17c58db8e6123e7aac3cba851bc5db720717f0cb95f55271e9166dbfd566
outputs.24.3.groupId=org.jdbi
outputs.24.3.filename=jdbi3-moshi-3.45.2-sources.jar
outputs.24.3.length=4682
outputs.24.3.checksums.sha512=fdae660b2f2f722f902583a2831895c64b9ae656a32526e555de4445ddc8f203a33ac6ad7c747340b06c05eb776c634145daeeaaebf1f9622e6aa1a4dce8b739
outputs.24.4.groupId=org.jdbi
outputs.24.4.filename=jdbi3-moshi-3.45.2-test-sources.jar
outputs.24.4.length=5053
outputs.24.4.checksums.sha512=90738c3ba0f3855e989c281207dc137a55197bf4711b0a9988b4ab694b514d9f7d1f543e4ce4e1e02ec1168997119c0789afa56c938cd1651d1f48f4255d8526
outputs.24.5.groupId=org.jdbi
outputs.24.5.filename=jdbi3-moshi-3.45.2-cyclonedx.xml
outputs.24.5.length=26585
outputs.24.5.checksums.sha512=9854b280a585e16408d12c3e9d564c551abf9660ade43c6b50efb20496bf4b2f80276179a62ff060ddc5ab0ffa988b49a773ad42f0976ccc2008e91cc4c604db
outputs.24.6.groupId=org.jdbi
outputs.24.6.filename=jdbi3-moshi-3.45.2-cyclonedx.json
outputs.24.6.length=31318
outputs.24.6.checksums.sha512=c54cdf33ba4f7ed5e0ccc2184d47e7b97ea6c320684d638ed3de8e2ac577e866313a07d36922c6172a756995e911bd226abd8edd88d3db4835cdf352b8a54b97
outputs.25.coordinates=org.jdbi:jdbi3-testcontainers
outputs.25.0.groupId=org.jdbi
outputs.25.0.filename=jdbi3-testcontainers-3.45.2.pom
outputs.25.0.length=7236
outputs.25.0.checksums.sha512=b22da7068437d8d589f9c665fb7766da2d64d5786a7df34650e56894c1b1de4360572a3b43cfd89427bb736e083a2ebb66e1b97a9d3fc982dae9acf97218d0cf
outputs.25.1.groupId=org.jdbi
outputs.25.1.filename=jdbi3-testcontainers-3.45.2.jar
outputs.25.1.length=15071
outputs.25.1.checksums.sha512=d93c129862137ffea6ab27b411b219a8e270abd797636ad71cda47d1ada16a67969d7e8addaa03b189137b811c70337ae1a6a093a3be18592fc9acb59cd47dcb
outputs.25.2.groupId=org.jdbi
outputs.25.2.filename=jdbi3-testcontainers-3.45.2-tests.jar
outputs.25.2.length=15988
outputs.25.2.checksums.sha512=d8d864883a5850f089d2dfcdc6b33c4962df042fd5d4e1ba195ecfc778cf29e5dd15baaa5f80e5be3f111a82f78047dc7503586f3bb8eda589a4a2a0e5385942
outputs.25.3.groupId=org.jdbi
outputs.25.3.filename=jdbi3-testcontainers-3.45.2-sources.jar
outputs.25.3.length=11922
outputs.25.3.checksums.sha512=dc320e76eb1dbb4c013ac01a14532a4c3735e20e193e47faa9600bd73aede20b6390a0e80ceb980ee0ea9497f1ca1bb27d89f9d9ad24aea9398402b4fe9757ad
outputs.25.4.groupId=org.jdbi
outputs.25.4.filename=jdbi3-testcontainers-3.45.2-test-sources.jar
outputs.25.4.length=13946
outputs.25.4.checksums.sha512=cd3f694f2c6bc7bbda9c2e5bb7dde91f6974aaa173cc22873572b99c37801d002ebbec2d8bfab2a999694b97ecd8e355f97c0c51177ebd007dfb86bd09c080e9
outputs.25.5.groupId=org.jdbi
outputs.25.5.filename=jdbi3-testcontainers-3.45.2-cyclonedx.xml
outputs.25.5.length=52317
outputs.25.5.checksums.sha512=662bac1bddd1d6c58780e07c4eb9d9debfd80179c34dd7c6a2159e7517530c8227c0d2534e252fdf5aced253a8a54a313214e4ba3fe34843922196504261ede2
outputs.25.6.groupId=org.jdbi
outputs.25.6.filename=jdbi3-testcontainers-3.45.2-cyclonedx.json
outputs.25.6.length=61528
outputs.25.6.checksums.sha512=cfe9ea7880b61ffcad0f6545dd40a70bacddd99ce7ab7d65d21fa3e2d3a9056e02b53361397d52958a41709f1ac8ef92954bdfda3ff630884003611112df0802
outputs.26.coordinates=org.jdbi:jdbi3-oracle12
outputs.26.0.groupId=org.jdbi
outputs.26.0.filename=jdbi3-oracle12-3.45.2.pom
outputs.26.0.length=3623
outputs.26.0.checksums.sha512=e01c2215b257863d05b8d0d77efd308bb84881ec7b1dafa99b10fad1fb42d4bb158174b8ba0c13d7e2306c51dfb13d3daf1c5c4eed862860d739f9f4ba6f027e
outputs.26.1.groupId=org.jdbi
outputs.26.1.filename=jdbi3-oracle12-3.45.2.jar
outputs.26.1.length=8199
outputs.26.1.checksums.sha512=0c2be3a8bc4e3003f9eec6bd507dd96b412ecebffb408452bc5191e5238ab06df38ec8f5ba23cb02c6210ce9d37348f8ce37c28349e7314d85df45ca792832a8
outputs.26.2.groupId=org.jdbi
outputs.26.2.filename=jdbi3-oracle12-3.45.2-tests.jar
outputs.26.2.length=18315
outputs.26.2.checksums.sha512=1321f05634b6fe8fcc1b21b5390534c4d004e2bad66059d7fab254fa7c9517731e4d41c65f6358ee755f891708b277c39daa0b348992423eebe372a695101e28
outputs.26.3.groupId=org.jdbi
outputs.26.3.filename=jdbi3-oracle12-3.45.2-sources.jar
outputs.26.3.length=5936
outputs.26.3.checksums.sha512=26834d5873e2e005441a818b3eaf6df3c8a2ab8a1d659c3a66b45c8b976942f8296cd19ad6d79e7c5a822ff69e60c5780e228a47ba43207bf99d241b02d706a8
outputs.26.4.groupId=org.jdbi
outputs.26.4.filename=jdbi3-oracle12-3.45.2-test-sources.jar
outputs.26.4.length=9844
outputs.26.4.checksums.sha512=e51809cbf4f186abc7d0012c668f47160b56e192737940f18ea9fbdfdedb0df4bce188df938d4cc49dcce392ef3894caeb9a6195660477f0fb22ea0f83c54d4e
outputs.26.5.groupId=org.jdbi
outputs.26.5.filename=jdbi3-oracle12-3.45.2-cyclonedx.xml
outputs.26.5.length=44489
outputs.26.5.checksums.sha512=344ac6d05434fd826e63f6e16884caaf14cc814a6b6d05d055425876bed94fcd3db776297779c4949aa240ae659cbb1a28e43668af82526ac1c90c2b3486fbc8
outputs.26.6.groupId=org.jdbi
outputs.26.6.filename=jdbi3-oracle12-3.45.2-cyclonedx.json
outputs.26.6.length=52278
outputs.26.6.checksums.sha512=0b836937eef4dc3a88b9205edb3b2128397efa0d25e84f6620c27b380b848428010a1e1e61515eafd70e9b2044ef87c54a6d034b51e400911f5a48e82c910fd5
outputs.27.coordinates=org.jdbi:jdbi3-postgis
outputs.27.0.groupId=org.jdbi
outputs.27.0.filename=jdbi3-postgis-3.45.2.pom
outputs.27.0.length=3899
outputs.27.0.checksums.sha512=49e5a4a069cded1bd54f1f10d89873411527f79b34b891688863611fa5c9cbae555e4ea4d9b662b1ccc84b0009cb60cc396427ab46b003413c0e54e020de31ee
outputs.27.1.groupId=org.jdbi
outputs.27.1.filename=jdbi3-postgis-3.45.2.jar
outputs.27.1.length=5985
outputs.27.1.checksums.sha512=842134f697d475427fe66309633feedfee329ca833a97fe421c7037e4c79ce0f02857e754131033eeab5a41a156ecd4a2b77014cc226cf9a944f3256b672fc58
outputs.27.2.groupId=org.jdbi
outputs.27.2.filename=jdbi3-postgis-3.45.2-tests.jar
outputs.27.2.length=6328
outputs.27.2.checksums.sha512=d9bd349bcf1bfa4679e236ba06f554adb03f8b06fc9786070d8357cb40beb5f4942108989cdf10edf10ebabde71c70ebe0c16257a248c30c2eed75e8b49fd60c
outputs.27.3.groupId=org.jdbi
outputs.27.3.filename=jdbi3-postgis-3.45.2-sources.jar
outputs.27.3.length=5013
outputs.27.3.checksums.sha512=8af5c4e8770b0621f22c1948f0a0b0b7fb2b7d73128b3a778b850f41583e3ec930e3e617b9cfbd50a4a3e6db9076ed40b624a18d5b63f84579ba060e0307aa6e
outputs.27.4.groupId=org.jdbi
outputs.27.4.filename=jdbi3-postgis-3.45.2-test-sources.jar
outputs.27.4.length=4114
outputs.27.4.checksums.sha512=286f391764d47372d302fd935df74b9c40bd830ae60b69b0bf6b142de0f3cbe07c035b66bf6c30346bf79f6b6df65ab7dd9975a82b5317b420e84e88b63e65f0
outputs.27.5.groupId=org.jdbi
outputs.27.5.filename=jdbi3-postgis-3.45.2-cyclonedx.xml
outputs.27.5.length=13280
outputs.27.5.checksums.sha512=1079fda8470a27da81c5f645f2f14577094a45cce5d6ee0a9b2376910f5ddb432a221772aa2eb5d8be482fc0bae29ac69e6a0c6d321245047a62cb8fbd3f99c8
outputs.27.6.groupId=org.jdbi
outputs.27.6.filename=jdbi3-postgis-3.45.2-cyclonedx.json
outputs.27.6.length=15660
outputs.27.6.checksums.sha512=409f012f44a2e9a29960ef7941c5596d78d7641c7b366f3d3f5c5c9fbab77cd9dd6c9c394b21beae384050533369e6dc0806cf031daa283be49175c6f17b9e57
outputs.28.coordinates=org.jdbi:jdbi3-spring5
outputs.28.0.groupId=org.jdbi
outputs.28.0.filename=jdbi3-spring5-3.45.2.pom
outputs.28.0.length=2810
outputs.28.0.checksums.sha512=92d9430bf29fcfda447cb49e54508680fa54e04e64d4fee3b1deffdb81481db9c1ade5cb5f3ba12d903e9ec2adfef77bb8cb4116c9dbcb161fd5155cc3ba399c
outputs.28.1.groupId=org.jdbi
outputs.28.1.filename=jdbi3-spring5-3.45.2.jar
outputs.28.1.length=16538
outputs.28.1.checksums.sha512=3d54d176cd2b8649dbf22613f2816a85495876e961660f82ace2d74be3493aee81083d262dcafaf52a8bfcb22cbdcb0160412b6025ae3490bfc9471af4a88ce9
outputs.28.2.groupId=org.jdbi
outputs.28.2.filename=jdbi3-spring5-3.45.2-tests.jar
outputs.28.2.length=20126
outputs.28.2.checksums.sha512=e56149ed64fd041a5446d583e7589272dc928dca9442e6357e7a3bdbf963eb96ba1a6822e8320b3a8d3f1b8f20927f3f4dcdb65cb8d824c66ce6d3124cb5ba48
outputs.28.3.groupId=org.jdbi
outputs.28.3.filename=jdbi3-spring5-3.45.2-sources.jar
outputs.28.3.length=13175
outputs.28.3.checksums.sha512=e4bbadaea420546f7bd6115e256f6d077a07aba6b74f2046df02a9d909e5302ee955b88bae888691996b46d946c04b6b97c0cad1c0afa3ede7febdef45192bac
outputs.28.4.groupId=org.jdbi
outputs.28.4.filename=jdbi3-spring5-3.45.2-test-sources.jar
outputs.28.4.length=15346
outputs.28.4.checksums.sha512=fc9c5496fafbdae08fba3a8cee6abd549ff651b365f2b484d33566542fb5c3d0e03c37de675cd6fb975bc9124f1e99aa3325d0643aa792021a2ea778158db0b5
outputs.28.5.groupId=org.jdbi
outputs.28.5.filename=jdbi3-spring5-3.45.2-cyclonedx.xml
outputs.28.5.length=30782
outputs.28.5.checksums.sha512=e4ab744922f501c294de3428b999f043b072358c986016a88b6259520cb4897e1e4c44b7e3d23b8bb50cd5255365652470713e273755cb2af343abb991f52adf
outputs.28.6.groupId=org.jdbi
outputs.28.6.filename=jdbi3-spring5-3.45.2-cyclonedx.json
outputs.28.6.length=35825
outputs.28.6.checksums.sha512=d7ad5b20a0c367013ca484de263d0d4ca4db95135c4505d85c4a964ecfa426066815db1bcffa3760c67d805cdd642f48c9cece0c0c6fdd7e2a21432f1054e02f
outputs.29.coordinates=org.jdbi:jdbi3-sqlite
outputs.29.0.groupId=org.jdbi
outputs.29.0.filename=jdbi3-sqlite-3.45.2.pom
outputs.29.0.length=1620
outputs.29.0.checksums.sha512=419348321be788fb7dffdd9a8f9fad78a4528e05b85895eef6c8df6f982fa0f47526baf0e70dc38e9b7fbbcfeee631406974b40c92047cc051b881752dc9ebdc
outputs.29.1.groupId=org.jdbi
outputs.29.1.filename=jdbi3-sqlite-3.45.2.jar
outputs.29.1.length=5244
outputs.29.1.checksums.sha512=d382c287e3f46469a2efdbc4b086253d547dedb003cc9065d924b5d1422b2ecc5c667c6bbed712337b93629c93470d8129c657f2b7008c11ce0a7eabee334dbb
outputs.29.2.groupId=org.jdbi