generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrepo_license.json
More file actions
9936 lines (9936 loc) · 599 KB
/
repo_license.json
File metadata and controls
9936 lines (9936 loc) · 599 KB
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://github.com/0000005/sync2any": "Apache-2.0",
"https://github.com/0fca/poolval2": "MIT",
"https://github.com/0rangeFox/AuthLib": "MIT",
"https://github.com/0rtis/mochimo-farm-manager": "MIT",
"https://github.com/0x100/liquibase-backup-spring-boot-starter": "MIT",
"https://github.com/0x100/n-loops": "MIT",
"https://github.com/0x7eTeam/0x7eTeamTools": "Apache-2.0",
"https://github.com/0xShamil/java-xid": "MIT",
"https://github.com/0xShamil/ulid4j": "MIT",
"https://github.com/0xcadams/fetcher-framework": "Apache-2.0",
"https://github.com/0xdeki/CustoMaven": "MIT",
"https://github.com/0xdeki/dsdn": "MIT",
"https://github.com/0xf4n9x/CVE-2023-0669": "MIT",
"https://github.com/1000Memories/photon-example": "Apache-2.0",
"https://github.com/1024-organization/mybatis-plus-generator-ui": "Apache-2.0",
"https://github.com/1036225283/xws": "MIT",
"https://github.com/1095071913/maozi-cloud-parent": "Apache-2.0",
"https://github.com/1135/EquationExploit": "MIT",
"https://github.com/1299172402/Actions-BILIBILI-HELPER": "MIT",
"https://github.com/1321928757/chatglm-sdk-java": "Apache-2.0",
"https://github.com/137-rick/http-kafka-gateway": "Apache-2.0",
"https://github.com/1399852153/MyRpc": "MIT",
"https://github.com/1399852153/RedisDistributedLock": "MIT",
"https://github.com/14032/cloud": "MIT",
"https://github.com/14104chk/SQL-Mapping": "Apache-2.0",
"https://github.com/15093015999/EJServer": "MIT",
"https://github.com/15207135348/Java12306": "MIT",
"https://github.com/1541492390c/yougou-mall": "Apache-2.0",
"https://github.com/1619khze/apex": "MIT",
"https://github.com/17090000987/gan": "MIT",
"https://github.com/171906502/match-trade": "Apache-2.0",
"https://github.com/18721232312/framework": "Apache-2.0",
"https://github.com/1and1/jsoup-hamcrest": "Apache-2.0",
"https://github.com/1and1/neberus": "MIT",
"https://github.com/1and1/reactive": "Apache-2.0",
"https://github.com/1and1/snmpman": "Apache-2.0",
"https://github.com/2-dfire/twodfire-monitor": "MIT",
"https://github.com/201206030/novel-cloud": "Apache-2.0",
"https://github.com/2020NCOV/MiniProgram-server-JAVA": "Apache-2.0",
"https://github.com/24solar/pay4j": "Apache-2.0",
"https://github.com/26hzhang/ClausIE": "MIT",
"https://github.com/26hzhang/StockPrediction": "MIT",
"https://github.com/26hzhang/TextExtraction": "MIT",
"https://github.com/26hzhang/Word2VecfJava": "MIT",
"https://github.com/26hzhang/WordNetExtension": "MIT",
"https://github.com/27392/dingtalk-robot-spring-boot-starter": "Apache-2.0",
"https://github.com/277769738/xiliu-lease-tenant": "Apache-2.0",
"https://github.com/284885166/spring-boot-hashids": "Apache-2.0",
"https://github.com/2bcoin/zheshiyigeniubidexiangmu": "MIT",
"https://github.com/2mol/keycloak-twilio-example": "MIT",
"https://github.com/2mug1/tCore": "MIT",
"https://github.com/360matt-archives/CitronDB": "MIT",
"https://github.com/360matt/Sokeese-v2": "MIT",
"https://github.com/373675032/kaka-shop": "Apache-2.0",
"https://github.com/3813g00c/flycat": "Apache-2.0",
"https://github.com/38680050/excel-formula-calculation": "MIT",
"https://github.com/3DRaven/pairwiser": "Apache-2.0",
"https://github.com/3arthqu4ke/HandleWrapper": "MIT",
"https://github.com/3redronin/mu-server": "MIT",
"https://github.com/404-not-find/smart-retry": "Apache-2.0",
"https://github.com/406345/refactoring_demostration": "MIT",
"https://github.com/435242634/Spring-Boot-Demo": "Apache-2.0",
"https://github.com/4Soft-de/jaxb-enhanced-navigation": "MIT",
"https://github.com/4Soft-de/kbl-model": "MIT",
"https://github.com/4poc/rccvm": "Apache-2.0",
"https://github.com/506160753/springboot-plus": "Apache-2.0",
"https://github.com/512team/dhorse": "Apache-2.0",
"https://github.com/51wakeup/wakeup-qcloud-sdk": "Apache-2.0",
"https://github.com/521274311/aliyun-opensearch-sql": "Apache-2.0",
"https://github.com/526606178/shortUrl": "MIT",
"https://github.com/52North/javaPS": "Apache-2.0",
"https://github.com/52North/wps-client-lib": "Apache-2.0",
"https://github.com/52North/youngs": "Apache-2.0",
"https://github.com/532780857/lsp-crawler": "MIT",
"https://github.com/550690513/large-amount-data-export": "Apache-2.0",
"https://github.com/57blocks/email-spring-boot": "MIT",
"https://github.com/57blocks/sms-spring-boot": "MIT",
"https://github.com/58ossbar/ossbar-service-center": "MIT",
"https://github.com/5kywa1ker/mall": "Apache-2.0",
"https://github.com/602723113/EasyHub": "MIT",
"https://github.com/6089555/spring-boot-starter-dynamic-datasource": "Apache-2.0",
"https://github.com/619569891/freedom-excel": "Apache-2.0",
"https://github.com/648540858/ONVIF-Java": "MIT",
"https://github.com/648540858/wvp-pro-assist": "MIT",
"https://github.com/65487123/Dracc": "Apache-2.0",
"https://github.com/7040210/SuperBoot": "MIT",
"https://github.com/71yuu/selection-course": "Apache-2.0",
"https://github.com/721806280/healthy-security": "MIT",
"https://github.com/721806280/lark-notice-plugin": "MIT",
"https://github.com/734839030/seezoon-framework-all": "Apache-2.0",
"https://github.com/93432986/PlugDev": "Apache-2.0",
"https://github.com/97lele/redis-aux": "Apache-2.0",
"https://github.com/985492783/ThreadPool-Agent": "Apache-2.0",
"https://github.com/986223663/spring-cloud-alibaba-dubbo": "Apache-2.0",
"https://github.com/9AI/NewsRecommendSystem": "MIT",
"https://github.com/9vek/PayForDeath": "MIT",
"https://github.com/9vek/SwapHotBar": "MIT",
"https://github.com/A-pZ/struts2-thymeleaf3-plugin": "Apache-2.0",
"https://github.com/A5H73Y/Carz": "MIT",
"https://github.com/A5H73Y/Planez": "MIT",
"https://github.com/AAA-AA/basic-tools": "MIT",
"https://github.com/AAFactory/spring-cloud-netflix-zuul-jwt": "Apache-2.0",
"https://github.com/ADeane6/pubg-api-java": "Apache-2.0",
"https://github.com/AF-lmf/hdfs-pool": "Apache-2.0",
"https://github.com/AFaust/alfresco-better-trashmanagement": "Apache-2.0",
"https://github.com/ALI1416/ip2region-spring-boot-autoconfigure": "Apache-2.0",
"https://github.com/APIJSON/apijson-framework": "Apache-2.0",
"https://github.com/APIJSON/apijson-influxdb": "Apache-2.0",
"https://github.com/APIJSON/apijson-mongodb": "Apache-2.0",
"https://github.com/APIJSON/apijson-router": "Apache-2.0",
"https://github.com/AReallyGoodName/OfflineReverseGeocodeOSM": "MIT",
"https://github.com/ASSERT-KTH/depclean": "MIT",
"https://github.com/ASSERT-KTH/sorald": "MIT",
"https://github.com/ATLANTBH/owl": "Apache-2.0",
"https://github.com/AarKro/Hera": "MIT",
"https://github.com/AbdelrahmanBayoumi/PDF-To-Image": "Apache-2.0",
"https://github.com/Abel-Huang/server-template": "MIT",
"https://github.com/AbiramiSukumaran/spring-vision": "Apache-2.0",
"https://github.com/Absoleme/Intranet-InternshipManagement": "MIT",
"https://github.com/AcadiaSoft/simm-lib": "MIT",
"https://github.com/Accenture/DBTestCompare": "MIT",
"https://github.com/Accenture/waterfall-config": "MIT",
"https://github.com/AceKiron/PronounMC": "MIT",
"https://github.com/AchillesFx-Group/AchillesFx": "MIT",
"https://github.com/Adam0726/RestSpringMVCDemo": "MIT",
"https://github.com/AdamBien/airfield": "Apache-2.0",
"https://github.com/AdamBien/airhacks-quarkus-extension": "Apache-2.0",
"https://github.com/AdamBien/guestbook2.0": "Apache-2.0",
"https://github.com/AdamBien/loadr": "Apache-2.0",
"https://github.com/AdamBien/ping": "Apache-2.0",
"https://github.com/AdamBien/server-smoke": "Apache-2.0",
"https://github.com/AdamBien/wad": "MIT",
"https://github.com/Addicticks/jTextTime": "Apache-2.0",
"https://github.com/Adobe-Consulting-Services/acs-aem-samples": "Apache-2.0",
"https://github.com/AdoptOpenJDK/jheappo": "Apache-2.0",
"https://github.com/AdoptOpenJDK/mjprof": "Apache-2.0",
"https://github.com/AdrianCitu/GenericCSRFFilter": "MIT",
"https://github.com/AdrianCitu/burpExtension": "MIT",
"https://github.com/AdriksOwy/AutoTNT-Plugin": "MIT",
"https://github.com/AdriksOwy/Feed-and-Heal-Plugin": "Apache-2.0",
"https://github.com/AdriksOwy/RandomTP-Plugin": "MIT",
"https://github.com/Aelexe/codingame-compiler-maven-plugin": "MIT",
"https://github.com/AetherWorks/jersey2-example": "Apache-2.0",
"https://github.com/AffectionParadise/LightMusic": "Apache-2.0",
"https://github.com/AfonsoMatElias/converter": "Apache-2.0",
"https://github.com/Agaetis-IT/agaetis-reactive-messaging-mqtt-server": "Apache-2.0",
"https://github.com/AgilData/jperf": "Apache-2.0",
"https://github.com/AhmedRiahi/AstronomVM": "MIT",
"https://github.com/AifChain/aifchain": "Apache-2.0",
"https://github.com/AingeZzz/easy-crypto": "Apache-2.0",
"https://github.com/Aivean/efficient-2d-raycasting": "MIT",
"https://github.com/AlanDelip/SpringBoot-Template": "MIT",
"https://github.com/AlbinEriksson/Java-Steam-Controller": "MIT",
"https://github.com/Alcalol/IanseoParse": "MIT",
"https://github.com/Alex1304/jdash": "MIT",
"https://github.com/AlexBischof/vertx-prometheus-example": "Apache-2.0",
"https://github.com/AlexJialene/huya-danmu": "Apache-2.0",
"https://github.com/AlexP11223/JavaSpringMvcBlog": "MIT",
"https://github.com/Alexlingl/online_bookstore": "Apache-2.0",
"https://github.com/Alfresco/alfresco-rest-authn-java-client": "Apache-2.0",
"https://github.com/Alfresco/aws-auto-tag": "Apache-2.0",
"https://github.com/AlfrescoArchive/alfresco-event-gateway": "Apache-2.0",
"https://github.com/AliasBLACK/pixelpie": "MIT",
"https://github.com/AlipayCloudrun/alipaycloudrun-demo-for-springboot": "MIT",
"https://github.com/Alipsa/maven-utils": "MIT",
"https://github.com/Alipsa/spreadsheets": "MIT",
"https://github.com/Alkaids/shortcut": "MIT",
"https://github.com/AllenWGX/CSDN-GitChat-DL4j-Course": "Apache-2.0",
"https://github.com/Almantask/Java-Homework": "Apache-2.0",
"https://github.com/AlmasB/FXEventBus": "MIT",
"https://github.com/AlmasB/blackjack": "MIT",
"https://github.com/AlmostSomeone/PremiumPvP": "Apache-2.0",
"https://github.com/Alvinn8/paper-nms-maven-plugin": "MIT",
"https://github.com/AmadeusITGroup/HttpSessionReplacer": "MIT",
"https://github.com/AmadeusITGroup/sonar-coverage-evolution": "MIT",
"https://github.com/AmanPathak-DevOps/Springboot-End-to-End-CICD-Project": "MIT",
"https://github.com/AmazingDM/fiveE-GoogleAuthenticator": "MIT",
"https://github.com/Amazingwujun/mqttx": "Apache-2.0",
"https://github.com/Amerousful/parallel-test-logger": "Apache-2.0",
"https://github.com/AminBhst/quartz-auto-config-boot": "MIT",
"https://github.com/AmineAmarir/GenericGeneticAlgorithm": "MIT",
"https://github.com/AmoVanB/eces-dnm": "Apache-2.0",
"https://github.com/AmoVanB/eces-routing": "Apache-2.0",
"https://github.com/AncientMariner/Patterns": "MIT",
"https://github.com/AndersonCRocha/jpql-query-builder": "MIT",
"https://github.com/AndreasKl/embedded-jetty-http2": "Apache-2.0",
"https://github.com/AndreasKl/spring-boot-mvc-completablefuture": "Apache-2.0",
"https://github.com/AndreasKl/spring-boot-starter-mustache": "Apache-2.0",
"https://github.com/AndreasKl/springboot-angular-atmosphere-quickstart": "Apache-2.0",
"https://github.com/AndrewDWhite/webGameLauncher": "MIT",
"https://github.com/AndrewGorton/HtmlValidatorWithSelenium": "MIT",
"https://github.com/AndriyKalashnykov/spring-boot-rest-example": "MIT",
"https://github.com/AndyReckt/Midnight": "MIT",
"https://github.com/AndyReckt/Sunset": "MIT",
"https://github.com/AndyYuen/kafka-sizing": "Apache-2.0",
"https://github.com/Andyfoo/SubTitleSearcher": "Apache-2.0",
"https://github.com/Aneureka/teddy": "MIT",
"https://github.com/Angel-ML/math2": "Apache-2.0",
"https://github.com/Anniepoo/JavaPengine": "MIT",
"https://github.com/Anon8281/UniversalScheduler": "MIT",
"https://github.com/Ansku/DNDScroll": "Apache-2.0",
"https://github.com/AntVoice/bq-streamer": "MIT",
"https://github.com/Anti-Warlock/My-RPC": "MIT",
"https://github.com/AntonisGkortzis/BuildAutomationToolsDemoProject": "MIT",
"https://github.com/Antroverden/P2JConverter": "Apache-2.0",
"https://github.com/AochongZhang/openapi-auth-spring-boot-starter": "Apache-2.0",
"https://github.com/Apicurio/apicurio-keycloak-extensions": "Apache-2.0",
"https://github.com/Apicurio/apicurio-registry-demo": "Apache-2.0",
"https://github.com/ApocalypsjeNL/MCProtocolLib": "MIT",
"https://github.com/AppcentMobile/helium-java-sdk": "Apache-2.0",
"https://github.com/Appdynamics/UniversalAgentGUIManager": "Apache-2.0",
"https://github.com/Appdynamics/activemq-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/apache-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/apache-spark-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/ca-siteminder-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/couchbase-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/docker-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/elasticsearch-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/hadoop-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/haproxy-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/kafka-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/muleesb-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/mysql-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/network-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/nginx-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/oracle-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/postgresql-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/process-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/rabbitmq-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/redis-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/vmware-vsphere-monitoring-extension": "Apache-2.0",
"https://github.com/Appdynamics/zookeeper-monitoring-extension": "Apache-2.0",
"https://github.com/AppiumTestDistribution/ATD-As-Service": "Apache-2.0",
"https://github.com/ApplauseOSS/ConsumerGraph": "MIT",
"https://github.com/Araxeus/ScreenshotZ": "MIT",
"https://github.com/ArcBees/gsss": "Apache-2.0",
"https://github.com/Ardesco/Query": "Apache-2.0",
"https://github.com/Ardesco/driver-binary-downloader-maven-plugin": "Apache-2.0",
"https://github.com/Arghh/binance-trade-tracker": "MIT",
"https://github.com/AriseFX/wyproxy": "MIT",
"https://github.com/Armatiek/saxon-extensions": "Apache-2.0",
"https://github.com/Arraying/Kotys": "Apache-2.0",
"https://github.com/Artur-/a-vaadin-helper": "Apache-2.0",
"https://github.com/ArtyomPanfutov/loan-amortization-calculator": "MIT",
"https://github.com/As-12/Spring-boot-example-Send-Email-Template": "MIT",
"https://github.com/Asapin/ds-server-PoC": "MIT",
"https://github.com/Ashish2030/Aspect-Oriented-Programming": "MIT",
"https://github.com/Ashish2030/EmailSender-Rest-API-Backend-Of-frontend-Using-javascript": "MIT",
"https://github.com/Ashish2030/Email_Sender_With_attachment_using_Java": "MIT",
"https://github.com/Ashish2030/Email_Sender_Without_attachment_using_Java": "MIT",
"https://github.com/Aspose-3D-Cloud/aspose-3d-cloud-java": "MIT",
"https://github.com/AtomGraph/Core": "Apache-2.0",
"https://github.com/Atrox/haikunatorjava": "MIT",
"https://github.com/AugurSystems/TACACS": "MIT",
"https://github.com/August14th/london": "MIT",
"https://github.com/AuroraLS3/Vault-Events": "MIT",
"https://github.com/AussieGuy0/SDgen": "MIT",
"https://github.com/AuthMe/ConfigMe": "MIT",
"https://github.com/Autodesk-Forge/design.automation-java-simple.sample": "MIT",
"https://github.com/AutohomeCorp/autolog4j": "MIT",
"https://github.com/AvanzaBank/carbon-java-relay": "Apache-2.0",
"https://github.com/AwakenCN/InChat": "Apache-2.0",
"https://github.com/AxelVatan/Pterodactyl-JAVA-API": "MIT",
"https://github.com/AxonFramework/AxonBank": "Apache-2.0",
"https://github.com/AxonIQ/axon-schema-generator": "Apache-2.0",
"https://github.com/AxonIQ/giftcard-demo": "Apache-2.0",
"https://github.com/Axway-API-Management-Plus/apigw-maven-plugin": "Apache-2.0",
"https://github.com/Axway-API-Management-Plus/apim-password-cert-env": "Apache-2.0",
"https://github.com/AymenQ/prisma": "MIT",
"https://github.com/Azure-Samples/app-service-netflix-eureka-windows": "MIT",
"https://github.com/Azure-Samples/azure-cassandra-mi-java-v4-getting-started": "MIT",
"https://github.com/Azure-Samples/azure-cosmos-db-graph-java-getting-started": "MIT",
"https://github.com/Azure-Samples/azure-cosmos-java-getting-started": "MIT",
"https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples": "MIT",
"https://github.com/Azure-Samples/azure-cosmosdb-bulkingestion": "MIT",
"https://github.com/Azure-Samples/azure-cosmosdb-springboot-pagination": "MIT",
"https://github.com/Azure-Samples/azure-spring-data-cosmos-java-sql-api-samples": "MIT",
"https://github.com/Azure-Samples/cassandra-proxy": "Apache-2.0",
"https://github.com/Azure-Samples/cosmosdb-springboot-aks": "MIT",
"https://github.com/Azure-Samples/hello-spring-function-azure": "MIT",
"https://github.com/Azure-Samples/java-functions-eventhub-cosmosdb": "MIT",
"https://github.com/Azure-Samples/key-vault-java-authentication": "MIT",
"https://github.com/Azure-Samples/microprofile-hello-azure": "MIT",
"https://github.com/Azure-Samples/ms-identity-b2c-java-servlet-webapp-authentication": "MIT",
"https://github.com/Azure-Samples/ms-identity-java-webapi": "MIT",
"https://github.com/Azure-Samples/spring-data-cassandra-on-azure": "MIT",
"https://github.com/Azure-Samples/springboot-hello-azure": "MIT",
"https://github.com/Azure/azure-cosmosdb-java": "MIT",
"https://github.com/Azure/azure-functions-java-worker": "MIT",
"https://github.com/Azure/azure-servicebus-jms-samples": "MIT",
"https://github.com/Azure99/AlgContestInfo": "MIT",
"https://github.com/B33fb0n3/Bungeesystem": "Apache-2.0",
"https://github.com/BCEBIGDATA/kafka-sample-java": "MIT",
"https://github.com/BGHDDevelopment/ForceField": "MIT",
"https://github.com/BGHDDevelopment/SurvivalGames": "MIT",
"https://github.com/BIP-TeamVN/eCommerceWebsite": "MIT",
"https://github.com/BLACKJUNWIN/BlackYun": "Apache-2.0",
"https://github.com/BRGM/Nifi-WKB-to-WKT-processor": "MIT",
"https://github.com/Baeldung/spring-security-registration": "MIT",
"https://github.com/BaiduQA-SETI/docker-image-builder": "Apache-2.0",
"https://github.com/BalajiDany/lantern-server": "Apache-2.0",
"https://github.com/BalazsAtWork/blog-polymorphism-with-gson": "Apache-2.0",
"https://github.com/Baltasarq/Pooi": "MIT",
"https://github.com/BananaPuncher714/NBTEditor": "MIT",
"https://github.com/Bandwidth/async-sqs": "MIT",
"https://github.com/BastiaanJansen/jwt-java": "MIT",
"https://github.com/Bastian/Javacord-Spigot-Example": "MIT",
"https://github.com/BattlesnakeOfficial/starter-snake-java": "MIT",
"https://github.com/BeammNotFound/get-telegram-photos": "Apache-2.0",
"https://github.com/BeammNotFound/taobao-buyer": "Apache-2.0",
"https://github.com/BekeyChao/chatrobot": "MIT",
"https://github.com/BelmoMusta/ObjectValidation": "MIT",
"https://github.com/BenDol/Databind": "Apache-2.0",
"https://github.com/BeneathClouds/erae-touch": "Apache-2.0",
"https://github.com/Bentipe/nifi-NotifyTeams": "MIT",
"https://github.com/Bernardo-MG/dice-notation-java": "Apache-2.0",
"https://github.com/Bernardo-MG/keystore-generator": "MIT",
"https://github.com/Bernardo-MG/library-maven-archetype": "MIT",
"https://github.com/Bernardo-MG/maven-site-fixer": "MIT",
"https://github.com/Bernardo-MG/spring-mvc-security-example": "MIT",
"https://github.com/BertrandAlexandre/Java2DGameEngine": "MIT",
"https://github.com/Bessonov/mybatis-migrations-spring-boot-autoconfigure": "MIT",
"https://github.com/BetterGUI-MC/BetterGUI": "MIT",
"https://github.com/BetterPluginsSpigot/BetterYaml": "MIT",
"https://github.com/Bevis619/quickfix-java-demo": "Apache-2.0",
"https://github.com/BiBiServ/jobproxy": "Apache-2.0",
"https://github.com/Biacode/jcronofy": "Apache-2.0",
"https://github.com/BigWolfDean/springboot-simple-project": "Apache-2.0",
"https://github.com/BillKiller/JavaFX-Plus": "MIT",
"https://github.com/Binary-ZeroOne/blockchain-java-demo": "Apache-2.0",
"https://github.com/BitFunnel/Workbench": "MIT",
"https://github.com/BjoernKW/ZenQuery": "Apache-2.0",
"https://github.com/BjoernKW/oauth2-with-jira": "Apache-2.0",
"https://github.com/Blackdread/canon-sdk-java": "MIT",
"https://github.com/Blazemeter/dummysampler_example": "Apache-2.0",
"https://github.com/Blazemeter/xtn5250": "Apache-2.0",
"https://github.com/BloopApp/BloopServer": "MIT",
"https://github.com/BlueObelisk/chemicaltagger": "Apache-2.0",
"https://github.com/BlueRainSoftware/id4i-api_client-sample-java": "MIT",
"https://github.com/BlurEngine/Blur": "Apache-2.0",
"https://github.com/BoBkiNN/FactorioModsDownloader": "MIT",
"https://github.com/BoatMania/BoatManiaSponge": "MIT",
"https://github.com/BogdanIrimie/DistributedMonitoring": "Apache-2.0",
"https://github.com/BookFrank/Supreweb": "MIT",
"https://github.com/BoxtrotStudio/amazon-gamelift-serversdk-java": "MIT",
"https://github.com/BrandwatchLtd/pgq-consumer": "MIT",
"https://github.com/BrianGrug/PerPlayerServers": "MIT",
"https://github.com/BrightcoveOS/metrics-graphite-pickle": "MIT",
"https://github.com/BroadleafCommerce/blc-authorizenet": "Apache-2.0",
"https://github.com/BrodyYoung/young-netty-chat": "Apache-2.0",
"https://github.com/Browsit/MilkGUI": "MIT",
"https://github.com/BryanSoltis/JavaAzureFunctionAzureStorageSync": "MIT",
"https://github.com/BullyWiiPlaza/App-Sender": "Apache-2.0",
"https://github.com/BullyWiiPlaza/Java-PowerPC-Interpreter": "Apache-2.0",
"https://github.com/BullyWiiPlaza/RPL-Studio": "Apache-2.0",
"https://github.com/BullyWiiPlaza/Wii-U-Pointer-Search": "Apache-2.0",
"https://github.com/Butanium/Clash-of-bits": "MIT",
"https://github.com/Bynder/bynder-java-sdk": "MIT",
"https://github.com/ByteAndBit-Studio/Velociraptor-API": "MIT",
"https://github.com/ByteHamster/BibtexDblpComplete": "MIT",
"https://github.com/Byteflair/resthooks": "MIT",
"https://github.com/C-SouthWind/Orion-Stress-Tester": "MIT",
"https://github.com/CACI-IIG/keycloak-hibp-password-policy": "Apache-2.0",
"https://github.com/CCweixiao/ycsb-web": "MIT",
"https://github.com/CESNET/metacentrum-accounting": "Apache-2.0",
"https://github.com/CGCL-codes/PHunter": "MIT",
"https://github.com/CHSSea/weather-springboot": "Apache-2.0",
"https://github.com/CISC-CMPE-327/CI-Java-Maven": "MIT",
"https://github.com/CK35/example-ddd-with-spring-data-jpa": "Apache-2.0",
"https://github.com/CN-GuoZiyang/My-RPC-Framework": "MIT",
"https://github.com/CODAIT/stocator": "Apache-2.0",
"https://github.com/CODINGSAINT/OAuthSpringSSO": "MIT",
"https://github.com/CS-SI/Rugged": "Apache-2.0",
"https://github.com/CSCMe/EuropaWarAnalyzer": "MIT",
"https://github.com/Cadiducho/FEM": "MIT",
"https://github.com/Cadiducho/Minegram": "MIT",
"https://github.com/CaliDog/certstream-java": "MIT",
"https://github.com/Camphul/Trampoline": "MIT",
"https://github.com/CaoShenZhou/player": "Apache-2.0",
"https://github.com/CapacitorSet/elasticsearch-yara": "MIT",
"https://github.com/CarbonCock/MetaGram": "MIT",
"https://github.com/Casper-Mars/vigour": "Apache-2.0",
"https://github.com/CatSeed/CatSeedLogin": "MIT",
"https://github.com/Catherine-Lawrey/The-Maze": "Apache-2.0",
"https://github.com/Celos/avro-json-decoder": "Apache-2.0",
"https://github.com/Celos/avro-json-encoder": "Apache-2.0",
"https://github.com/Cepr0/generic-crud": "Apache-2.0",
"https://github.com/CertifaiAI/cdle-traininglabs": "Apache-2.0",
"https://github.com/ChamithKodikara/boot-docker-demo": "MIT",
"https://github.com/ChamithKodikara/s3-demo": "MIT",
"https://github.com/ChamithKodikara/spring-batch-demo": "MIT",
"https://github.com/ChanHHOO/findPriceBackend": "MIT",
"https://github.com/ChangZou/hoop": "MIT",
"https://github.com/Chanjet/chanjet-openapi-java-demo": "MIT",
"https://github.com/ChaoHsupin/fyan": "MIT",
"https://github.com/Chatanga/Girinoscope": "Apache-2.0",
"https://github.com/CheatBreaker/Obf": "MIT",
"https://github.com/Chen-X666/CMRH-KG_DEV1.0_SpringBoot": "Apache-2.0",
"https://github.com/ChenCurry/my-site": "Apache-2.0",
"https://github.com/ChenTao-Ji/wzry": "MIT",
"https://github.com/Chengyanan1008/flink-sql-submit-client": "Apache-2.0",
"https://github.com/Chever-John/RuoYi-Vue-PostgreSQL": "Apache-2.0",
"https://github.com/Chris2011/DotNetCore-for-NetBeans": "MIT",
"https://github.com/Chris2011/NbScratchFile": "Apache-2.0",
"https://github.com/Chris2011/gitlogbeans": "Apache-2.0",
"https://github.com/ChrisJabb21/Employee-Management-System": "MIT",
"https://github.com/ChristopherSchultz/pem-utils": "Apache-2.0",
"https://github.com/Chubbyduck1/HologramBridge": "MIT",
"https://github.com/Chumbok/chumbok-exception-handling-common": "MIT",
"https://github.com/Chumbok/chumbok-spring-boot-starter-data-jpa-multitenancy": "MIT",
"https://github.com/Chumbok/testable-common": "MIT",
"https://github.com/Chuyaoyuan/Jiscuss": "MIT",
"https://github.com/CieloSun/FashionSpider": "Apache-2.0",
"https://github.com/Cinimex/cachalot": "Apache-2.0",
"https://github.com/Cinimex/mq-java-exporter": "Apache-2.0",
"https://github.com/CiscoCTA/taxii-log-adapter": "Apache-2.0",
"https://github.com/CiscoDevNet/azure-monitoring-extension": "Apache-2.0",
"https://github.com/CiscoDevNet/stealthwatch-data-exporter": "MIT",
"https://github.com/CityOfZion/neo-java": "MIT",
"https://github.com/Citymonstret/Rorledning": "MIT",
"https://github.com/CjHare/systematic-trading": "MIT",
"https://github.com/ClawHub/mini-book-search": "MIT",
"https://github.com/ClawHub/plugin-simple": "Apache-2.0",
"https://github.com/Cldfire/Forum-Notifier": "MIT",
"https://github.com/Cleafy/elasticsearch-http-basic-auth-plugin": "MIT",
"https://github.com/ClemensFischer/FX-Map-Control": "MIT",
"https://github.com/CleverTap/stormdb": "MIT",
"https://github.com/CleverTap/supertest-maven-plugin": "MIT",
"https://github.com/Cleymax/CLibrary": "MIT",
"https://github.com/CloseITsro/license-parser": "MIT",
"https://github.com/Cloud-Architects/awsenclave": "Apache-2.0",
"https://github.com/CloudSlang/score": "Apache-2.0",
"https://github.com/Clout-Team/JarCraftinator": "MIT",
"https://github.com/ClubObsidian/BuycraftBedrock": "MIT",
"https://github.com/CoCoViLa/CoCoViLa": "Apache-2.0",
"https://github.com/Cobrijani/jwt-security-spring-boot-starter": "MIT",
"https://github.com/CodeIsRunning/spring-boot-starter-pay": "Apache-2.0",
"https://github.com/CodePrometheus/Java-Concurrency": "MIT",
"https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector": "MIT",
"https://github.com/Codearte/props2yaml": "Apache-2.0",
"https://github.com/CodepediaOrg/demo-rest-jersey-spring": "MIT",
"https://github.com/CoderiGenius/RocksRaft": "Apache-2.0",
"https://github.com/Codex-in-somnio/LaunchHelper": "MIT",
"https://github.com/CodinGameCommunity/ocean-of-code": "MIT",
"https://github.com/Coding-Zuo/aifoot-backend": "Apache-2.0",
"https://github.com/CodingBash/FlyCAGE": "Apache-2.0",
"https://github.com/CodingLink/meal_ordering_system": "MIT",
"https://github.com/Coffee0127/Angular-SpringMVC-Integration": "MIT",
"https://github.com/Col-E/Bytecode-Modification-Framework": "MIT",
"https://github.com/Col-E/CAFED00D": "MIT",
"https://github.com/Col-E/CClicker": "MIT",
"https://github.com/Col-E/Code2HTML": "MIT",
"https://github.com/Col-E/ExtraObservables": "MIT",
"https://github.com/Col-E/Recaf": "MIT",
"https://github.com/Col-E/SimAnalyzer": "MIT",
"https://github.com/Col-E/Simple-Memory-Compiler": "MIT",
"https://github.com/Col-E/Simplified-JNA": "MIT",
"https://github.com/Col-E/Tagger": "MIT",
"https://github.com/ColChain/ColChain-Java": "MIT",
"https://github.com/ColdFusionX/CVE-2021-44228-Log4Shell-POC": "MIT",
"https://github.com/ColonelParrot/jchessify": "MIT",
"https://github.com/Comic-Con-Museum/fan-forge-backend": "Apache-2.0",
"https://github.com/CommsenArchive/EM": "Apache-2.0",
"https://github.com/Computer-Kurzweil/simulated-evolution": "Apache-2.0",
"https://github.com/ConnorLinfoot/MC2FA": "MIT",
"https://github.com/ConsenSysMesh/kafka-deadletter": "Apache-2.0",
"https://github.com/Consider007/spring-boot-starter-mybatis": "Apache-2.0",
"https://github.com/ConsumerDataStandardsAustralia/mock-data-holder-java": "MIT",
"https://github.com/ContaAzul/turbine-ec2": "Apache-2.0",
"https://github.com/ContainerSolutions/mesosframework": "Apache-2.0",
"https://github.com/ContainerSolutions/minimesos-maven-plugin": "Apache-2.0",
"https://github.com/Contargo/contargo-types": "Apache-2.0",
"https://github.com/Contargo/intermodal-domain": "Apache-2.0",
"https://github.com/Contrast-Security-OSS/java-sarif": "MIT",
"https://github.com/Contrast-Security-OSS/sheepdog": "MIT",
"https://github.com/Coreoz/PPT-Templates": "Apache-2.0",
"https://github.com/Coreoz/Wisp": "Apache-2.0",
"https://github.com/CorkHounds/multipart-fileupload-java-lambda": "Apache-2.0",
"https://github.com/Cornutum/regexp-gen": "MIT",
"https://github.com/Corvey/Exam-Online": "Apache-2.0",
"https://github.com/CorwinDev/StreamerVSChat": "MIT",
"https://github.com/CosMaxC/sky-almanac": "MIT",
"https://github.com/Cosium/annotation-processor-logger": "MIT",
"https://github.com/Cosium/openapi-annotation-processor": "MIT",
"https://github.com/Cosium/openid-connect-mock-server": "MIT",
"https://github.com/Cosium/spring-data-jpa-entity-graph": "MIT",
"https://github.com/CosmicMediaBot/JavaCosmicAccountsAPI": "MIT",
"https://github.com/CosmicMining/CosmicMining": "MIT",
"https://github.com/Covariance/codeforces-api": "MIT",
"https://github.com/Crab2died/log4j-redis-appender": "Apache-2.0",
"https://github.com/CraftIRC/4": "MIT",
"https://github.com/CrawlyOEG/PDFExtractor": "Apache-2.0",
"https://github.com/CrayfishGo/springboot-logback-logstash-demo": "Apache-2.0",
"https://github.com/Create-ADS/MiniRPCFramework": "Apache-2.0",
"https://github.com/CreatorsStack/CreatorDB": "MIT",
"https://github.com/CrissNamon/compaj": "Apache-2.0",
"https://github.com/CrushedPixel/MasqueradeAPI": "MIT",
"https://github.com/Crypto-APIs/Java-Library": "MIT",
"https://github.com/Cryptonomica/Ethereum-IdentityVerification": "MIT",
"https://github.com/CubeEngine/ReflecT": "MIT",
"https://github.com/CubedHost/Fir": "MIT",
"https://github.com/CurrencyCloud/currencycloud-java": "MIT",
"https://github.com/CycloneDX/cyclonedx-maven-plugin": "Apache-2.0",
"https://github.com/Cypher01/ta4j-extended": "MIT",
"https://github.com/CyrilFeng/Q-calculator": "Apache-2.0",
"https://github.com/D-Sketon/ECNU-OOAD-LAB": "MIT",
"https://github.com/DBCG/org-opencds-cqf-cds": "Apache-2.0",
"https://github.com/DDTH/ddth-id": "MIT",
"https://github.com/DDTH/ddth-kafka": "MIT",
"https://github.com/DDTH/ddth-queue": "MIT",
"https://github.com/DIVISIO-AI/tensorflow_java_cli_example": "Apache-2.0",
"https://github.com/DJayalath/qxn": "MIT",
"https://github.com/DJun5/TyT-back": "MIT",
"https://github.com/DLR-RB/mosdl": "Apache-2.0",
"https://github.com/DM8tyProgrammer/javafx-plus": "Apache-2.0",
"https://github.com/DSM-fudan/KV-match": "Apache-2.0",
"https://github.com/DTAFormation/112016.pizzeria-app": "MIT",
"https://github.com/DTStack/catcher": "Apache-2.0",
"https://github.com/DVDishka/Backuper": "MIT",
"https://github.com/DWiechert/soundcloud-util": "Apache-2.0",
"https://github.com/DZOpenSource/dz-package-backend": "MIT",
"https://github.com/DagsHub/dagshub-branch-source-plugin": "MIT",
"https://github.com/DaiYuanchuan/tool": "Apache-2.0",
"https://github.com/DamienFremont/springboot1-angular5-bootstrap4-starter": "MIT",
"https://github.com/Damiox/ecommerce-rest-spring-jpa": "MIT",
"https://github.com/DanielMartensson/Camera-Reporter": "MIT",
"https://github.com/DanielMartensson/jFaces": "MIT",
"https://github.com/DanielMichalski/responsive-bootstrap-sites": "MIT",
"https://github.com/DanielMichalski/spring-boot-java-swing-reservations": "MIT",
"https://github.com/DanielMichalski/spring-boot-rest-example": "MIT",
"https://github.com/DanielYWoo/mp3_cover_for_audi_a3_mmi": "Apache-2.0",
"https://github.com/Dans-Plugins/SimpleSkills": "MIT",
"https://github.com/DarLiner/Java-Interview": "MIT",
"https://github.com/DarkPhoenixs/connection-pool-client": "Apache-2.0",
"https://github.com/DarkToast/java-akka-spring-example": "MIT",
"https://github.com/DataDog/dd-trace-java-kinesis-example": "Apache-2.0",
"https://github.com/DataFabricRus/NiFi-GCD-Job-Runner": "MIT",
"https://github.com/DataFabricRus/scylla-rdf": "MIT",
"https://github.com/DataIntellectTech/q-REST": "MIT",
"https://github.com/DataseekCN/flink_automobile_monitor": "MIT",
"https://github.com/DavidHerBet/java-codility": "MIT",
"https://github.com/DavidLei08/BlogNettySocket": "Apache-2.0",
"https://github.com/DavidLongbottom/client": "MIT",
"https://github.com/Dawoox/Akasuki": "MIT",
"https://github.com/Daybreak365/HappyNewYear": "MIT",
"https://github.com/DbMaintain/dbmaintain": "Apache-2.0",
"https://github.com/DearBelinda/handwritten_mybatis_framework": "MIT",
"https://github.com/Decencies/LunarRemapper": "MIT",
"https://github.com/DecipherNow/bouncycastle-maven-plugin": "Apache-2.0",
"https://github.com/Decision2016/DanmakuVote": "MIT",
"https://github.com/DefianceCoding/ProxyCheckJavaAPIV2": "MIT",
"https://github.com/Demeng7215/RankGrantPlus": "MIT",
"https://github.com/DennisRippinger/fakegen": "Apache-2.0",
"https://github.com/DependencyTrack/public-api-java": "Apache-2.0",
"https://github.com/DerekYRC/mini-spring": "Apache-2.0",
"https://github.com/Derkades/Plex4J": "MIT",
"https://github.com/DevBrosSenac/GerenProdutosTadsPI3": "MIT",
"https://github.com/DevMedia/WebMVC-Caixa-de-Sugestoes": "MIT",
"https://github.com/DevTony101/firebaseauth": "MIT",
"https://github.com/Developer-Autodesk/design.automation-java-simple.sample": "MIT",
"https://github.com/DevilMayCry2333/paiban2-back": "MIT",
"https://github.com/Devskiller/friendly-id": "Apache-2.0",
"https://github.com/Devskiller/jfairy": "Apache-2.0",
"https://github.com/Devskiller/jpa2ddl": "Apache-2.0",
"https://github.com/Dewynion/EmberCore": "Apache-2.0",
"https://github.com/DickChesterwood/fleetman-webapp": "MIT",
"https://github.com/DiegoEliasCosta/spotjmhbugs": "MIT",
"https://github.com/DigAg/digag-server": "Apache-2.0",
"https://github.com/DigiBP/DigiBP_DanishBlue": "Apache-2.0",
"https://github.com/DigiBP/DigiBP_Livarot": "Apache-2.0",
"https://github.com/DigiBP/DigiBP_Paneer": "Apache-2.0",
"https://github.com/DigiBP/digibp-camunda-template": "Apache-2.0",
"https://github.com/DigitalState/camunda-administrative-user-plugin": "MIT",
"https://github.com/DinoChiesa/deserialize-xml-arrays-jackson": "Apache-2.0",
"https://github.com/Diptonil/raging-coffee": "MIT",
"https://github.com/Distelli/graphql-apigen": "Apache-2.0",
"https://github.com/Djtpj/Spigot-Origins": "Apache-2.0",
"https://github.com/DlaoAyu/parking-admin": "MIT",
"https://github.com/Doccrazy/keycloak-protocol-cas": "Apache-2.0",
"https://github.com/DockerizedCraft/Core": "MIT",
"https://github.com/Dogend233/MailBox": "MIT",
"https://github.com/DogerRain/dubbo-samples-test": "MIT",
"https://github.com/Doloops/arondor-common-reflection": "Apache-2.0",
"https://github.com/DolorHunter/AutoTBOXDataSystem": "MIT",
"https://github.com/DominoKit/gwt-joda-money": "Apache-2.0",
"https://github.com/Domktorymysli/grenton-simple-client": "MIT",
"https://github.com/DongZhouGu/XRPC": "Apache-2.0",
"https://github.com/DongyangHu/sunshine-hook": "MIT",
"https://github.com/DonutReport/donut-maven-plugin": "MIT",
"https://github.com/Dorian349/bfd-java-api": "MIT",
"https://github.com/Dovakin-IO/DovakinMQ": "Apache-2.0",
"https://github.com/Draagon/draagon-metaobjects": "Apache-2.0",
"https://github.com/Drachir000/ELib": "MIT",
"https://github.com/Dragon-Labs/TheScaleAdapter": "Apache-2.0",
"https://github.com/DragonV96/ichat-server": "Apache-2.0",
"https://github.com/DragonZhang123/dynamic-synonym": "Apache-2.0",
"https://github.com/Draxent/ConnectedComponents": "Apache-2.0",
"https://github.com/Draycia/Sysout": "MIT",
"https://github.com/DreamChan/fast-cloud": "MIT",
"https://github.com/DreamJM/TLVCodec": "Apache-2.0",
"https://github.com/DruidGreeneyes/rivet-core.java": "MIT",
"https://github.com/Drumber/RemoteLightServer": "Apache-2.0",
"https://github.com/Dumbledoree/AxonDemo": "Apache-2.0",
"https://github.com/Duncan-dsf/checkWord": "Apache-2.0",
"https://github.com/Durancer/wx-login-based-on-miniapp": "Apache-2.0",
"https://github.com/DutchJelly/CraftEnhance": "Apache-2.0",
"https://github.com/Dxoca/Algorithm_LanQiao": "MIT",
"https://github.com/DylanMeeus/springboot_jwt_blog": "MIT",
"https://github.com/Dylancyclone/VMF2OBJ": "MIT",
"https://github.com/DyvakYA/bank": "MIT",
"https://github.com/E7du/jdapp-oauth2.0-server": "Apache-2.0",
"https://github.com/E7du/jfinal-oauth2.0-server": "MIT",
"https://github.com/EASYHOME-DOORVERSE/easyhome-springcloud-gray": "Apache-2.0",
"https://github.com/ECF/grpc-osgi-generator": "Apache-2.0",
"https://github.com/ECharts-Java/Snapshot-PhantomJS": "Apache-2.0",
"https://github.com/EDumdum/iso-17442-java": "MIT",
"https://github.com/EEWBot/EEWBot": "MIT",
"https://github.com/EOSEssentials/eos-java-rpc-wrapper": "MIT",
"https://github.com/EQDiet/EQDietBeta0.8": "MIT",
"https://github.com/ERICXUCHI/CS209-project-22fall": "MIT",
"https://github.com/EXIficient/exificient-core": "MIT",
"https://github.com/EZLippi/isolation-threadpool": "Apache-2.0",
"https://github.com/EalenXie/gitlab-webhook-robot": "MIT",
"https://github.com/EalenXie/webhook": "MIT",
"https://github.com/Easy-doc/Easy-doc-core": "Apache-2.0",
"https://github.com/EcoNetsTech/econets-vue": "MIT",
"https://github.com/EdDuarte/indexed-diff-match-patch": "Apache-2.0",
"https://github.com/EduardoPena/fdcd": "MIT",
"https://github.com/EeeMt/phone-number-geo": "MIT",
"https://github.com/EggsBlue/LuliChat": "Apache-2.0",
"https://github.com/EinsamHauer/disthene-reader": "MIT",
"https://github.com/Eisenwave/eisen-nbt": "MIT",
"https://github.com/EixampleDB/eixampledb": "Apache-2.0",
"https://github.com/ElanYoung/spring-boot-learning-examples": "MIT",
"https://github.com/ElapsedDev/HomeDetection": "MIT",
"https://github.com/Elb1to/SoupPvP": "MIT",
"https://github.com/Electroid/dropbox-sync": "MIT",
"https://github.com/EliMirren/VX-API-Gateway": "MIT",
"https://github.com/EliMirren/Vert.X-generator": "MIT",
"https://github.com/Emily-Jiang/microprofile-faultTolerance-incubation": "Apache-2.0",
"https://github.com/Ensembl/ensj-healthcheck": "Apache-2.0",
"https://github.com/Entanet/kafka-salesforce-connect": "Apache-2.0",
"https://github.com/EpiCanard/GlobalMarketChest": "MIT",
"https://github.com/Er1cccc/CIDemo": "Apache-2.0",
"https://github.com/Ericsson/ecaudit": "Apache-2.0",
"https://github.com/Erudika/para": "Apache-2.0",
"https://github.com/Erudika/scoold": "Apache-2.0",
"https://github.com/Esri/aws-for-geoevent": "Apache-2.0",
"https://github.com/Esri/geoportal-server-harvester": "Apache-2.0",
"https://github.com/Esri/gtfsrealtime-for-geoevent": "Apache-2.0",
"https://github.com/Esri/kafka-for-geoevent": "Apache-2.0",
"https://github.com/Esri/kml-for-geoevent": "Apache-2.0",
"https://github.com/Esri/multi-cardinal-field-splitter-for-geoevent": "Apache-2.0",
"https://github.com/Esri/nmea-for-geoevent": "Apache-2.0",
"https://github.com/Esri/rabbitmq-for-geoevent": "Apache-2.0",
"https://github.com/Esri/track-idle-detector-for-geoevent": "Apache-2.0",
"https://github.com/Esri/twitter-for-geoevent": "Apache-2.0",
"https://github.com/Esri/websocket-for-geoevent": "Apache-2.0",
"https://github.com/EsupPortail/esup-dematec": "Apache-2.0",
"https://github.com/EsupPortail/esup-papercut": "Apache-2.0",
"https://github.com/EthanHao/SweepClean": "MIT",
"https://github.com/EtienneDx/RealEstate": "MIT",
"https://github.com/EugeneYushin/new-api-kafkameter": "Apache-2.0",
"https://github.com/EvanDylan/unicorn": "Apache-2.0",
"https://github.com/EvertonSA/springboot-example-app": "MIT",
"https://github.com/EvgeniiSiniuk/tg-inline-calendar": "Apache-2.0",
"https://github.com/Evolveum/polygon": "Apache-2.0",
"https://github.com/EweLoHD/FortniteReplayReader": "MIT",
"https://github.com/Exceptionflug/protocolize": "MIT",
"https://github.com/Exorath/CakeWarsGamePlugin": "Apache-2.0",
"https://github.com/Exorath/ServerScalingService": "Apache-2.0",
"https://github.com/ExpediaDotCom/alert-manager": "Apache-2.0",
"https://github.com/ExpediaDotCom/haystack-blob-example": "Apache-2.0",
"https://github.com/ExpediaDotCom/haystack-dropwizard": "Apache-2.0",
"https://github.com/ExpediaDotCom/metrics-java": "Apache-2.0",
"https://github.com/ExpediaDotCom/opentracing-spring-haystack-example": "Apache-2.0",
"https://github.com/ExpediaDotCom/opentracing-spring-haystack-starter": "Apache-2.0",
"https://github.com/ExpediaDotCom/spring-cloud-sleuth-haystack-reporter": "Apache-2.0",
"https://github.com/ExpediaGroup/adaptive-alerting": "Apache-2.0",
"https://github.com/ExpediaGroup/circus-train-bigquery": "Apache-2.0",
"https://github.com/ExpediaGroup/hcommon-hive-metastore": "Apache-2.0",
"https://github.com/ExpediaGroup/housekeeping": "Apache-2.0",
"https://github.com/ExpediaGroup/jarviz": "Apache-2.0",
"https://github.com/ExpediaGroup/jasvorno": "Apache-2.0",
"https://github.com/ExpediaGroup/rhapsody": "Apache-2.0",
"https://github.com/ExpediaGroup/shunting-yard": "Apache-2.0",
"https://github.com/F0rce/Notify": "MIT",
"https://github.com/F0rce/ace": "MIT",
"https://github.com/F0rce/cropper": "MIT",
"https://github.com/F43nd1r/vaadin-jfreechart-flow": "Apache-2.0",
"https://github.com/FAIRDataTeam/fairmetadata4j": "MIT",
"https://github.com/FIUS/ICGE": "MIT",
"https://github.com/FIUS/JVK-2018": "MIT",
"https://github.com/FIXTradingCommunity/fix-orchestra-protobuf": "Apache-2.0",
"https://github.com/FIXTradingCommunity/fix-sbe-conformance": "Apache-2.0",
"https://github.com/FIXTradingCommunity/fixconv": "Apache-2.0",
"https://github.com/FIXTradingCommunity/silverflash": "Apache-2.0",
"https://github.com/FIXTradingCommunity/timpani": "Apache-2.0",
"https://github.com/FWdarling/DesignPattern": "MIT",
"https://github.com/FaKleiser/stardust": "MIT",
"https://github.com/Fabryprog/java-gpu": "Apache-2.0",
"https://github.com/FaceGhost/Simple-SSM": "MIT",
"https://github.com/Factual/parquet-rewriter": "Apache-2.0",
"https://github.com/Fadelis/grpcmock": "Apache-2.0",
"https://github.com/FamilySearch/gedcom5-java": "Apache-2.0",
"https://github.com/FastFilter/fastfilter_java": "Apache-2.0",
"https://github.com/FauxFaux/tinyjar": "MIT",
"https://github.com/Faylixe/googlecodejam-cli": "Apache-2.0",
"https://github.com/Faylixe/marklet": "Apache-2.0",
"https://github.com/FedUni/caliko": "MIT",
"https://github.com/Feiyizhan/id-validator": "MIT",
"https://github.com/FelixMarin/searchitemsapp-spring-boot-api": "Apache-2.0",
"https://github.com/FendlerConsulting/ninja-sitemap": "Apache-2.0",
"https://github.com/Ferius057/OnlineToStatus": "Apache-2.0",
"https://github.com/FibreFoX/distribution-bundle-plugin-for-maven": "Apache-2.0",
"https://github.com/FiireWiinter/100DaysX": "MIT",
"https://github.com/FineUploader/spring-boot-server": "MIT",
"https://github.com/FishGoddess/Lighter": "Apache-2.0",
"https://github.com/FixedDev/EBCM": "MIT",
"https://github.com/Flameish/Novel-Grabber": "MIT",
"https://github.com/Flo354/SafariFormValuesDecryptor": "MIT",
"https://github.com/FlowingCode/IronIconsAddon": "Apache-2.0",
"https://github.com/FlowingCode/RssItemsAddon": "Apache-2.0",
"https://github.com/FlowingCode/SimpleTimerAddon": "Apache-2.0",
"https://github.com/FlowingCode/VerticalMenuAddon": "Apache-2.0",
"https://github.com/FollowWindCrazyDog/java-source-code-parser": "Apache-2.0",
"https://github.com/ForOhForError/Yet-Another-Magic-Card-Recognizer": "Apache-2.0",
"https://github.com/ForTheDevelopers/JavaSecurity": "Apache-2.0",
"https://github.com/Forever2ha/erha-admin-main": "Apache-2.0",
"https://github.com/ForeverWJY/CoolQ_Java_Plugin": "Apache-2.0",
"https://github.com/Forexware/quickfixj": "Apache-2.0",
"https://github.com/ForrestSu/kafka_sasl_plain": "MIT",
"https://github.com/FoxconnPeter/SpringBoot-Video-API": "Apache-2.0",
"https://github.com/FrankHossfeld/gwt-activity": "Apache-2.0",
"https://github.com/FrankHossfeld/gwt-editor-apt": "Apache-2.0",
"https://github.com/FrankRogalski/Physics-Engine": "MIT",
"https://github.com/Frederick-S/jacoco-multiple-modules-demo": "MIT",
"https://github.com/Freifunk-Dresden/ViewerBackend": "MIT",
"https://github.com/FrequentlyMissedDeadlines/Chess-UCI": "MIT",
"https://github.com/FriwiDev/Tello4J": "Apache-2.0",
"https://github.com/Frodez/BlogManagePlatform": "Apache-2.0",
"https://github.com/Frontify/frontify-aem-connector": "MIT",
"https://github.com/Frycos/JGroupsJChannelPoC": "Apache-2.0",
"https://github.com/Fundynamic/dune2themaker4j": "MIT",
"https://github.com/FusionAuth/fusionauth-spring-security": "MIT",
"https://github.com/FwMotion/3scale-cms": "MIT",
"https://github.com/Fylipp/easy-events": "MIT",
"https://github.com/Fylipp/easy-http-console": "MIT",
"https://github.com/G-Research/opentsdb-tsuid-ratelimiter": "Apache-2.0",
"https://github.com/GAIGResearch/TabletopGames": "MIT",
"https://github.com/GEngine-JP/GEngine": "Apache-2.0",
"https://github.com/GHY-ORG/larva": "MIT",
"https://github.com/GICodeWarrior/tomb": "MIT",
"https://github.com/GIScience/measures-rest": "MIT",
"https://github.com/GRomR1/java-servlet-hello": "MIT",
"https://github.com/GUANQUNZHOU/Spider-Flow": "MIT",
"https://github.com/Galigator/Mattermost-client": "Apache-2.0",
"https://github.com/Gamealition/SignShopExport": "MIT",
"https://github.com/Gamealition/SoftPlugin": "MIT",
"https://github.com/GameboyVlol/Rat": "MIT",
"https://github.com/GamerJoep/MinetopiaVehicles": "MIT",
"https://github.com/Gaming32/ArrayV": "MIT",
"https://github.com/GaoLeiQin/SwordOffer": "MIT",
"https://github.com/GaoSSR/OnePRO": "Apache-2.0",
"https://github.com/GeBeater/dozer-jdk8-support": "MIT",
"https://github.com/GeTOUO/jvm-gb28181": "MIT",
"https://github.com/Genc/Socibby": "MIT",
"https://github.com/Genc/turkish-citizenship-verification": "Apache-2.0",
"https://github.com/GenesisGateway/genesis_java": "MIT",
"https://github.com/GenieBot/ModuleAPI": "MIT",
"https://github.com/GeyserMC/OpenNBT": "MIT",
"https://github.com/GeyserMC/PacketLib": "MIT",
"https://github.com/Ghost-chu/CSF-Bungee": "MIT",
"https://github.com/Ghost-chu/CraftTransaction": "MIT",
"https://github.com/Ghost2097221/apache-tomcat-8.5.68-src": "Apache-2.0",
"https://github.com/Gikkman/Java-Twirk": "MIT",
"https://github.com/GitHub-Laziji/code-generator": "MIT",
"https://github.com/GitHub-Laziji/commons-mybatis": "MIT",
"https://github.com/GitHub-Laziji/data-generator": "MIT",
"https://github.com/GitHub-Laziji/reverse-regexp": "MIT",
"https://github.com/GitHubPager/GitHubPager": "Apache-2.0",
"https://github.com/Glamdring/bg-stemmer": "MIT",
"https://github.com/Glamdring/language-tools-bg": "Apache-2.0",
"https://github.com/GlenKPeterson/PaguroKx": "Apache-2.0",
"https://github.com/Glyart/MystralSQL": "MIT",
"https://github.com/GoSimpleLLC/jpgAgent": "MIT",
"https://github.com/GoldenDelicios/Lite2Edit": "MIT",
"https://github.com/GongDexing/data-generator": "MIT",
"https://github.com/GongDexing/elasticsearch-mysql": "MIT",
"https://github.com/GoogleCloudPlatform/app-maven-plugin": "Apache-2.0",
"https://github.com/GoogleCloudPlatform/gcp-plugin-core-java": "Apache-2.0",
"https://github.com/GoogleCloudPlatform/healthcare-imaging-performance-test": "Apache-2.0",
"https://github.com/GoogleCloudPlatform/service-broker-samples": "Apache-2.0",
"https://github.com/GoogleCloudPlatform/solutions-pubsub-proxy-rest": "Apache-2.0",
"https://github.com/GorgeousOne/NetherView": "Apache-2.0",
"https://github.com/GovTech-CSG/Autowasp": "MIT",
"https://github.com/GreatGarlic/NettyReverseProxy": "Apache-2.0",
"https://github.com/GreatGarlic/OpcClient": "Apache-2.0",
"https://github.com/Gred01/simple-rpc-framework": "Apache-2.0",
"https://github.com/GregorKelly/SEM-Group-Project": "Apache-2.0",
"https://github.com/GridGain-Demos/ignite-sales-data-loading-demo": "Apache-2.0",
"https://github.com/GridGain-Demos/imc-essentials-in-90-minutes": "Apache-2.0",
"https://github.com/Grovre/condump": "MIT",
"https://github.com/Grt1228/Weijingda_Java_Public": "Apache-2.0",
"https://github.com/Grundlefleck/ASM-NonClassloadingExtensions": "Apache-2.0",
"https://github.com/Gsantomaggio/turtle": "MIT",
"https://github.com/Guidewire/ijplugin-maven-plugin": "Apache-2.0",
"https://github.com/GuilhermeFGL/Crud-Produto-Imagem": "MIT",
"https://github.com/GuillaumeFalourd/poc-bank-api-java": "Apache-2.0",
"https://github.com/GuoYankai1996/finance": "Apache-2.0",
"https://github.com/Gurepan/Rhodiola": "MIT",
"https://github.com/GustikS/NeuraLogic": "MIT",
"https://github.com/GustinLau/captcha": "MIT",
"https://github.com/GwtMaterialDesign/gwt-material": "Apache-2.0",
"https://github.com/HCCP1119/SC-Note": "Apache-2.0",
"https://github.com/HDouss/aqueduct": "MIT",
"https://github.com/HEALEXXZT/vk-bot-java-sdk": "Apache-2.0",
"https://github.com/HIT-SoftwareProcessAndTools/GWARBMS": "Apache-2.0",
"https://github.com/HJFunnyMinecraft/BungeeChatX": "Apache-2.0",
"https://github.com/HMS-Core/hms-analytics-demo-data-export": "Apache-2.0",
"https://github.com/HMS-Core/hms-drive-serverdemo": "Apache-2.0",
"https://github.com/HMS-Core/hms-push-serverdemo-java": "Apache-2.0",
"https://github.com/HMS-Core/hms-wallet-nfc": "Apache-2.0",
"https://github.com/HQebupt/TimeCacheMap": "Apache-2.0",
"https://github.com/HSGamer/MCServerUpdater": "MIT",
"https://github.com/HSGamer/UniHologram": "MIT",
"https://github.com/HWYWL/ant-config-server": "Apache-2.0",
"https://github.com/HWYWL/ant-task": "Apache-2.0",
"https://github.com/HWYWL/create-all": "Apache-2.0",
"https://github.com/HWYWL/netty-websocket-spring-boot": "Apache-2.0",
"https://github.com/HY-Org/hy.common.base": "Apache-2.0",
"https://github.com/HY-Org/hy.common.report": "Apache-2.0",
"https://github.com/HY-Org/hy.common.tpool": "Apache-2.0",
"https://github.com/HY-ZhengWei/hy.common.file": "Apache-2.0",
"https://github.com/HY-ZhengWei/hy.common.ui": "Apache-2.0",
"https://github.com/Hacker-Peers/SQLIDetectionDriver": "Apache-2.0",
"https://github.com/Hacky-DH/kernel_gateway_java_demos": "MIT",
"https://github.com/HaiTang-8/File-Upload": "MIT",
"https://github.com/Haidnor/SQLBuilder": "Apache-2.0",
"https://github.com/Hakky54/certificate-ripper": "Apache-2.0",
"https://github.com/Hakky54/console-captor": "Apache-2.0",
"https://github.com/Hakky54/gatekeeper": "Apache-2.0",
"https://github.com/Hakky54/jiggler": "Apache-2.0",
"https://github.com/Hakky54/log-captor": "Apache-2.0",
"https://github.com/Hakky54/mutual-tls-ssl": "Apache-2.0",
"https://github.com/Hakky54/sslcontext-kickstart": "Apache-2.0",
"https://github.com/HamidurRahman1/News-Portal": "MIT",
"https://github.com/HanHanGuo/HotMapper": "MIT",
"https://github.com/Hana-Lee/pc-bang": "MIT",
"https://github.com/HanochLzd/recruitment": "Apache-2.0",
"https://github.com/Hansanshi/mark-idea": "MIT",
"https://github.com/HaoQiangJiang/file-manage": "Apache-2.0",
"https://github.com/Hardelele/cargo-transportation": "Apache-2.0",
"https://github.com/HarvardPL/dminor-in-formulog": "Apache-2.0",
"https://github.com/HashDataInc/bireme": "Apache-2.0",
"https://github.com/HayateLaTech/OAuth2Discord": "MIT",
"https://github.com/Hazebyte/base": "Apache-2.0",
"https://github.com/Hegemol/Ymir": "Apache-2.0",
"https://github.com/HeilantG/SlimeBot": "Apache-2.0",
"https://github.com/HejiaHo/Freesql": "Apache-2.0",
"https://github.com/HelloSetsuna/java-crack-thinking": "MIT",
"https://github.com/HelloWorld-Ian/fastCall": "MIT",
"https://github.com/Hepsilion/mblog": "Apache-2.0",
"https://github.com/Hervian/lambda-factory": "Apache-2.0",
"https://github.com/Hi-Fi/tcp-mocker-server": "Apache-2.0",
"https://github.com/HimaJyun/ChestSafe": "Apache-2.0",
"https://github.com/HimaJyun/Jecon": "Apache-2.0",
"https://github.com/HimaJyun/ThisWorld": "Apache-2.0",
"https://github.com/HimaJyun/Zabbigot": "Apache-2.0",
"https://github.com/Hipparchus-Math/hipparchus": "Apache-2.0",
"https://github.com/HiveRunner/HiveRunner": "Apache-2.0",
"https://github.com/HiveRunner/mutant-swarm": "Apache-2.0",
"https://github.com/Homosanians/EasyWhitelist": "MIT",
"https://github.com/Homyakin/ZakupkiParser": "MIT",
"https://github.com/HonestMasker/huaying": "Apache-2.0",
"https://github.com/HongChutang/NTPaprEng": "MIT",
"https://github.com/HorizenOfficial/zencash-swing-wallet-ui": "MIT",
"https://github.com/HouariZegai/Blockchain": "MIT",
"https://github.com/HouariZegai/DataStructuresAndAlgorithms": "MIT",
"https://github.com/HouariZegai/FXMailer": "Apache-2.0",
"https://github.com/HouariZegai/FXMaterialDesign": "MIT",
"https://github.com/HouariZegai/FXTableGen": "MIT",
"https://github.com/HouariZegai/MailsSender": "Apache-2.0",
"https://github.com/HouariZegai/QRCodeFX": "MIT",
"https://github.com/HouariZegai/SchedulingAlgorithms": "Apache-2.0",
"https://github.com/HouariZegai/SpyGen": "Apache-2.0",
"https://github.com/HouariZegai/XMLvsJSON": "MIT",
"https://github.com/HuaweiDatacomm/yang-transformer": "Apache-2.0",
"https://github.com/HubSpot/ChromeDevToolsClient": "Apache-2.0",
"https://github.com/HubSpot/Horizon": "Apache-2.0",
"https://github.com/HubSpot/NioImapClient": "Apache-2.0",
"https://github.com/HubSpot/NioSmtpClient": "Apache-2.0",
"https://github.com/HubSpot/Rosetta": "Apache-2.0",
"https://github.com/HubSpot/SlimFast": "Apache-2.0",
"https://github.com/HubSpot/algebra": "Apache-2.0",
"https://github.com/HubSpot/dropwizard-guice": "Apache-2.0",
"https://github.com/HubSpot/dropwizard-guicier": "Apache-2.0",
"https://github.com/HubSpot/httpQL": "Apache-2.0",
"https://github.com/HubSpot/jackson-jaxrs-propertyfiltering": "Apache-2.0",
"https://github.com/HubSpot/prettier-maven-plugin": "Apache-2.0",
"https://github.com/Hurence/opc-simple": "Apache-2.0",
"https://github.com/Huskehhh/MySQL": "MIT",
"https://github.com/HussainDerry/java-utilities": "Apache-2.0",
"https://github.com/HuygensING/TAG": "Apache-2.0",
"https://github.com/Hyper4j/KaraokeAPI": "MIT",
"https://github.com/Hyperfoil/Hyperfoil": "Apache-2.0",
"https://github.com/HypixelDev/ModAPI": "MIT",
"https://github.com/HypixelDev/ResourcePackConverter": "MIT",
"https://github.com/Hyq0719/marketing-api-java-sdks": "Apache-2.0",
"https://github.com/I8C/sag-documentationGenerator": "Apache-2.0",
"https://github.com/IBM-Cloud/controller-kinect-bluemix": "Apache-2.0",
"https://github.com/IBM-Cloud/onboarding-osb": "Apache-2.0",
"https://github.com/IBM/cc-dbp": "Apache-2.0",
"https://github.com/IBM/cos-spring": "Apache-2.0",
"https://github.com/IBM/event-streams-sample-producer": "Apache-2.0",
"https://github.com/IBM/java-ioc": "Apache-2.0",
"https://github.com/IBM/kv-utils": "Apache-2.0",
"https://github.com/IBM/loadtesting-the-Blockchain-Network": "Apache-2.0",
"https://github.com/IBM/microsvcengineering": "Apache-2.0",
"https://github.com/IBM/migrate-app-to-openshift-using-ta": "Apache-2.0",
"https://github.com/IBM/reactive-code-workshop": "Apache-2.0",
"https://github.com/IBM/spring-cloud-kubernetes-with-istio": "Apache-2.0",
"https://github.com/IBM/trino-db2": "Apache-2.0",
"https://github.com/IBlogLab/enhance-gateway": "Apache-2.0",
"https://github.com/IFML2/ifml3": "Apache-2.0",
"https://github.com/IHTSDO/rf2-to-json-conversion": "Apache-2.0",
"https://github.com/IM-Netty/IMServer": "Apache-2.0",
"https://github.com/IMS94/javacv-cnn-example": "MIT",
"https://github.com/INET-Complexity/housing-model": "MIT",
"https://github.com/IPVP-MC/queue": "MIT",
"https://github.com/IPVS-AS/Esper-Engine-Service": "Apache-2.0",
"https://github.com/ITArray/automotion-java": "Apache-2.0",
"https://github.com/IUBH-Webanwendungen/simple-jpa-app": "Apache-2.0",
"https://github.com/IanCao/caoyx-rpc": "Apache-2.0",
"https://github.com/IanLKaplan/CognitoDemo": "Apache-2.0",
"https://github.com/IceFrozen/Attempt": "MIT",
"https://github.com/IceMimosa/SearchTrie": "MIT",
"https://github.com/IceMimosa/apt": "MIT",
"https://github.com/IdeaHeap/barely-functional": "Apache-2.0",
"https://github.com/IdentityAutomation/vfs-jcifs-ng": "Apache-2.0",
"https://github.com/Idrinth/WARAddonClient": "MIT",
"https://github.com/Idrinth/skyrim-se-autopatcher": "MIT",
"https://github.com/Idrinth/vortex-modlist-extractor": "MIT",
"https://github.com/IgorNB/Chatty": "Apache-2.0",
"https://github.com/IgorNB/Libby": "Apache-2.0",
"https://github.com/Ikos3k/JavaDeobfuscator": "MIT",
"https://github.com/Ikos3k/McProtocolLib": "MIT",
"https://github.com/IllayDevel/ponysql": "Apache-2.0",
"https://github.com/Illedan/Bit-Runner-2048": "Apache-2.0",
"https://github.com/ImKlat/Tokens": "MIT",
"https://github.com/ImSejin/webtoon-list-extractor": "MIT",
"https://github.com/InSourceSoftware/spring-ws-examples": "MIT",
"https://github.com/Indoqa/http-proxy": "Apache-2.0",
"https://github.com/Indoqa/osgi-embedded": "Apache-2.0",
"https://github.com/Indoqa/solr-facet-api": "Apache-2.0",
"https://github.com/InfluxCommunity/influxdb3-java": "MIT",
"https://github.com/Infosys/CouchbaseLiteTester": "Apache-2.0",
"https://github.com/IngridFeng/team-40-codeu": "Apache-2.0",
"https://github.com/Innovimax-SARL/QuiXDM": "Apache-2.0",
"https://github.com/InseeFr/Keycloak-FranceConnect": "MIT",
"https://github.com/InseeFrLab/keycloak-hashicorp-vault-ext": "Apache-2.0",
"https://github.com/IntellectEU/catalyst-bootstrap": "Apache-2.0",
"https://github.com/InteractiveAdvertisingBureau/openrtb3-converter": "Apache-2.0",
"https://github.com/InterestingLab/presto-plugin-querylog": "MIT",
"https://github.com/Intsights/elasticsearch-analysis-homoglyph": "MIT",
"https://github.com/InventivetalentDev/APIManager": "MIT",
"https://github.com/InventivetalentDev/ChunkRateLimit": "MIT",
"https://github.com/InventivetalentDev/Data-API": "MIT",
"https://github.com/InventivetalentDev/ReflectionHelper": "MIT",
"https://github.com/InventivetalentDev/Spiget-Update": "MIT",
"https://github.com/Invictum/serenity-allure-integration": "Apache-2.0",
"https://github.com/InvisRaidinq/QueryAPI-Bukkit": "MIT",
"https://github.com/IoT-Technology/Groza": "Apache-2.0",
"https://github.com/IoT-Technology/IoT-Technical-Guide": "Apache-2.0",
"https://github.com/IpfsBattery/java-ipfs-cluster-api": "MIT",
"https://github.com/Irving-plus/Binance_Futures": "Apache-2.0",
"https://github.com/Isaac315/sql-translator": "Apache-2.0",
"https://github.com/Ishan-sinha/Bike-Hiring-App": "MIT",
"https://github.com/Israel-ICM/MyStyles": "MIT",
"https://github.com/ItsNathanG/PictureLogin": "MIT",
"https://github.com/ItzGreenCat/CubeMapConverter": "MIT",
"https://github.com/ItzSimplyJoe/Minecraft-Plugin": "MIT",
"https://github.com/ItzSomebody/simple-loader": "MIT",
"https://github.com/Ivan97/maven-badges-generator": "Apache-2.0",
"https://github.com/IxorTalk/ixortalk.aws.cognito.jwt.sampleapp": "MIT",
"https://github.com/IzzelAliz/LCL": "MIT",
"https://github.com/JBlur/id-generator": "MIT",
"https://github.com/JDBDT/jdbdt-tutorial": "MIT",
"https://github.com/JDatta/TarFileSystem": "Apache-2.0",
"https://github.com/JGDSN/jcroft": "Apache-2.0",
"https://github.com/JGillam/WASR": "Apache-2.0",
"https://github.com/JMCuixy/swagger2word": "Apache-2.0",
"https://github.com/JMagician/Magician": "MIT",
"https://github.com/JMagician/Magician-Containers": "MIT",
"https://github.com/JMagician/Magician-JDBC": "MIT",
"https://github.com/JMagician/Magician-Route": "MIT",
"https://github.com/JMagician/Magician-Web": "MIT",
"https://github.com/JNOSQL/oc1-hands-on-2018": "Apache-2.0",
"https://github.com/JSpiner/SafeExecutor": "Apache-2.0",