-
Notifications
You must be signed in to change notification settings - Fork 9
/
techstack.yml
973 lines (973 loc) · 43.5 KB
/
techstack.yml
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
repo_name: rajadilipkolli/my-spring-boot-experiments
report_id: 27e76aa872c0909a0018010ae7db0748
version: 0.1
repo_type: Public
timestamp: '2024-02-29T20:08:14+00:00'
requested_by: renovate[bot]
provider: github
branch: main
detected_tools_count: 78
tools:
- name: Java
description: A concurrent, class-based, object-oriented, language specifically designed
to have as few implementation dependencies as possible
website_url: https://www.java.com
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/995/K85ZWV2F.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments
detection_source: Repo Metadata
- name: JavaScript
description: Lightweight, interpreted, object-oriented language with first-class
functions
website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1209/javascript.jpeg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments
detection_source: Repo Metadata
- name: SQL
description: It is a domain-specific language used in programming
website_url: https://en.wikipedia.org/wiki/SQL
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/2271/default_068d33483bba6b81ee13fbd4dc7aab9780896a54.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-api-archunit-sample/src/main/resources/db/migration/postgresql/V1__01_init.sql
detection_source: boot-api-archunit-sample/src/main/resources/db/migration/postgresql/V1__01_init.sql
- name: Node.js
description: A platform built on Chrome's JavaScript runtime for easily building
fast, scalable network applications
website_url: http://nodejs.org/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/1011/n1JRsFeB_400x400.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-mongodb-elasticsearch/docker/docker-compose.yml
detection_source: boot-mongodb-elasticsearch/docker/docker-compose.yml
last_updated_by: Raja Kolli
last_updated_on: 2022-09-27 10:13:52.000000000 Z
- name: Project Reactor
description: Library for building non-blocking applications on JVM
website_url: https://projectreactor.io/
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Java Tools
image_url: https://img.stackshare.io/service/5807/default_cbd8ab670309059d7e315252d307d409aa40d793.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-mongodb-elasticsearch/pom.xml
detection_source: boot-mongodb-elasticsearch/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-06-30 14:33:09.000000000 Z
- name: QueryDSL
description: Unified queries for Java
website_url: http://www.querydsl.com/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Database Tools
image_url: https://img.stackshare.io/service/3881/da8da0c0e6dfbfc596f787ade49381a6_400x400.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/graphql/boot-graphql-querydsl/pom.xml
detection_source: graphql/boot-graphql-querydsl/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-29 06:09:32.000000000 Z
- name: Spring Framework
description: An application framework and inversion of control container for the
Java platform
website_url: https://spring.io/projects/spring-framework
license: Apache-2.0
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/2006/spring-framework-project-logo.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: jQuery
description: The Write Less, Do More, JavaScript Library.
website_url: http://jquery.com/
version: 3.7.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Javascript UI Libraries
image_url: https://img.stackshare.io/service/1021/lxEKmMnB_400x400.jpg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-rabbitmq-thymeleaf/pom.xml
detection_source: boot-rabbitmq-thymeleaf/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-07-18 04:42:38.000000000 Z
- name: Cloud DB for Mysql
description: Easily setup and manage the MySQL database service
website_url: https://www.ncloud.com/product/database/cloudDbMysql
open_source: false
hosted_saas: true
category: Data Stores
sub_category: SQL Database as a Service
image_url: https://img.stackshare.io/service/21275/default_078eb0ae2b56280a937ed073a3ba4332291f9ba8.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-togglz-sample/docker/docker-compose.yml
detection_source: boot-togglz-sample/docker/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-19 08:25:24.000000000 Z
- name: H2 Database
description: A relational database management system written in Java
website_url: http://www.h2database.com/
open_source: false
hosted_saas: false
category: Data Stores
sub_category: Databases
image_url: https://img.stackshare.io/service/3105/h2-logo_square_400x400.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: Liquibase
description: Easily track, version & deploy database changes
website_url: https://www.liquibase.com
license: Apache-2.0
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Database Tools
image_url: https://img.stackshare.io/service/1398/y1As8_s5_400x400.jpg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: MariaDB
description: An enhanced, drop-in replacement for MySQL
website_url: https://mariadb.com/
license: GPL-2.0
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Databases
image_url: https://img.stackshare.io/service/1615/mariadb-logo-400x400.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/jpa/boot-data-customsequence/pom.xml
detection_source: jpa/boot-data-customsequence/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2022-12-07 07:09:43.000000000 Z
- name: Microsoft SQL Server
description: A relational database management system developed by Microsoft
website_url: http://microsoft.com/sqlserver
open_source: false
hosted_saas: false
category: Data Stores
sub_category: Databases
image_url: https://img.stackshare.io/service/1027/sql_server.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2022-06-04 13:02:34.000000000 Z
- name: MongoDB
description: The database for giant ideas
website_url: http://www.mongodb.com/
version: 7.0.5
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Databases
image_url: https://img.stackshare.io/service/1030/leaf-360x360.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/docker-compose.yml
detection_source: boot-mongodb-elasticsearch/docker/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-19 09:32:59.000000000 Z
- name: MySQL
description: The world's most popular open source database
website_url: http://www.mysql.com
version: '8.3'
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Databases
image_url: https://img.stackshare.io/service/1025/logo-mysql-170x170.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/docker-compose.yml
detection_source: boot-togglz-sample/docker/docker-compose.yml
last_updated_by: Raja Kolli
last_updated_on: 2022-09-25 13:52:13.000000000 Z
- name: PostgreSQL
description: A powerful, open source object-relational database system
website_url: http://www.postgresql.org/
version: '16.2'
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Databases
image_url: https://img.stackshare.io/service/1028/ASOhU5xJ.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/docker-compose.yml
detection_source: batch-boot-jpa-sample/docker/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-13 03:33:15.000000000 Z
- name: RabbitMQ
description: Open source multiprotocol messaging broker
website_url: http://www.rabbitmq.com/
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Message Queue
image_url: https://img.stackshare.io/service/1061/default_df93e9a30d27519161b39d8c1d5c223c1642d187.jpg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-rabbitmq-thymeleaf/docker-compose.yml
detection_source: boot-rabbitmq-thymeleaf/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-16 21:16:06.000000000 Z
- name: Redis
description: Open source (BSD licensed), in-memory data structure store
website_url: http://redis.io/
version: 7.2.4
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Data Stores
sub_category: In-Memory Databases
image_url: https://img.stackshare.io/service/1031/default_cbce472cd134adc6688572f999e9122b9657d4ba.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/docker-compose.yml
detection_source: boot-ultimate-redis/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 05:56:51.000000000 Z
- name: Serverless AppSync
description: Easily and quickly deploy GraphQL APIs on AWS
website_url: https://github.com/serverless-components/aws-app-sync
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: GraphQL Tools
image_url: https://img.stackshare.io/service/11394/appsync.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Raja Kolli
last_updated_on: 2022-10-06 04:35:20.000000000 Z
- name: Spring Data
description: Provides a consistent approach to data access – relational, non-relational,
map-reduce, and beyond
website_url: https://spring.io/projects/spring-data
license: Apache-2.0
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Database Tools
image_url: https://img.stackshare.io/service/7624/IG6D4Ro2_400x400.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/open-api-spring-boot/pom.xml
detection_source: open-api-spring-boot/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-08 05:10:31.000000000 Z
- name: jOOQ
description: A light database-mapping software library
website_url: http://www.jooq.org
open_source: false
hosted_saas: false
category: Data Stores
sub_category: Database Tools
image_url: https://img.stackshare.io/service/2279/jooq-logo-white-750x750-padded.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/r2dbc/boot-jooq-r2dbc-sample/pom.xml
detection_source: r2dbc/boot-jooq-r2dbc-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2022-12-04 07:07:55.000000000 Z
- name: CircleCI
description: Automate your development process quickly, safely, and at scale
website_url: https://circleci.com/
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/.circleci/config.yml
detection_source: ".circleci/config.yml"
last_updated_by: Raja Kolli
last_updated_on: 2023-09-26 04:39:53.000000000 Z
- name: Docker
description: Enterprise Container Platform for High-Velocity Innovation.
website_url: https://www.docker.com/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Virtual Machine Platforms & Containers
image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments
detection_source: Repo Metadata
- name: Docker Compose
description: Define and run multi-container applications with Docker
website_url: https://github.com/docker/compose
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Container Tools
image_url: https://img.stackshare.io/service/3136/docker-compose.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-mongodb-elasticsearch/docker/docker-compose.yml
detection_source: boot-mongodb-elasticsearch/docker/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-06 12:44:29.000000000 Z
- name: FindBugs
description: An open-source static code analyser
website_url: http://findbugs.sourceforge.net/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Code Review
image_url: https://img.stackshare.io/service/2662/kWjFjx3K_400x400.jpg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/open-api-spring-boot/pom.xml
detection_source: open-api-spring-boot/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-04-13 17:09:03.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/.github/workflows/batch-boot-jpa-sample.yml
detection_source: ".github/workflows/batch-boot-jpa-sample.yml"
last_updated_by: renovate[bot]
last_updated_on: 2023-12-01 05:44:49.000000000 Z
- name: Gradle
description: A powerful build system for the JVM
website_url: https://www.gradle.org/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Java Build Tools
image_url: https://img.stackshare.io/service/975/gradlephant-social-black-bg.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-strategy-plugin/build.gradle
detection_source: boot-strategy-plugin/build.gradle
last_updated_by: Raja Kolli
last_updated_on: 2023-06-24 03:47:58.000000000 Z
- name: Grafana
description: Open source Graphite & InfluxDB Dashboard and Graph Editor
website_url: http://grafana.org/
license: AGPL-3.0
open_source: true
hosted_saas: false
category: Monitoring
sub_category: Monitoring Tools
image_url: https://img.stackshare.io/service/2645/default_8f9d552b144493679449b16c79647da5787e808b.jpg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-strategy-plugin/docker-compose.yml
detection_source: boot-strategy-plugin/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-13 22:09:29.000000000 Z
- name: Jenkins
description: An extendable open source continuous integration server
website_url: http://jenkins-ci.org/
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/670/jenkins.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Raja Dilip Kolli
last_updated_on: 2022-01-07 14:25:32.000000000 Z
- name: Kibana
description: Visualize your Elasticsearch data and navigate the Elastic Stack
website_url: https://www.elastic.co/kibana
open_source: true
hosted_saas: false
category: Monitoring
sub_category: Monitoring Tools
image_url: https://img.stackshare.io/service/1722/Image_2019-05-20_at_4.53.31_PM.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-mongodb-elasticsearch/docker/docker-compose.yml
detection_source: boot-mongodb-elasticsearch/docker/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-06 12:44:29.000000000 Z
- name: Logback
description: A logging framework for Java applications
website_url: https://logback.qos.ch/
open_source: false
hosted_saas: false
category: Monitoring
sub_category: Log Management
image_url: https://img.stackshare.io/service/2923/05518ecaa42841e834421e9d6987b04f_400x400.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/src/test/resources/logback-test.xml
detection_source: batch-boot-jpa-sample/src/test/resources/logback-test.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 15:45:36.000000000 Z
- name: Loki
description: Like Prometheus, but for logs (by the makers of Grafana)
website_url: https://github.com/grafana/loki
license: AGPL-3.0
open_source: true
hosted_saas: false
category: Monitoring
sub_category: Logging Tools
image_url: https://img.stackshare.io/service/10079/loki.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-strategy-plugin/docker-compose.yml
detection_source: boot-strategy-plugin/docker-compose.yml
last_updated_by: rajadilipkolli
last_updated_on: 2023-07-08 07:32:27.000000000 Z
- name: Prometheus
description: An open-source service monitoring system and time series database,
developed by SoundCloud
website_url: http://prometheus.io/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Monitoring
sub_category: Monitoring Tools
image_url: https://img.stackshare.io/service/2501/default_3cf1b307194b26782be5cb209d30360580ae5b3c.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-mongodb-elasticsearch/config/prometheus/prometheus.yml
detection_source: boot-mongodb-elasticsearch/config/prometheus/prometheus.yml
last_updated_by: Raja Kolli
last_updated_on: 2022-09-27 10:13:52.000000000 Z
- name: Apache Camel
description: A versatile open source integration framework
website_url: https://camel.apache.org/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Application Hosting
sub_category: Platform as a Service
image_url: https://img.stackshare.io/service/3276/xWt1RFo6_400x400.jpg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/src/main/resources/application.properties
detection_source: batch-boot-jpa-sample/src/main/resources/application.properties
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 15:45:36.000000000 Z
- name: Alpine Linux
description: Security-oriented, lightweight Linux distribution based on musl libc
and busybox
website_url: https://www.alpinelinux.org/
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Operating Systems
image_url: https://img.stackshare.io/service/6429/alpine_linux.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/docker/docker-compose.yml
detection_source: batch-boot-jpa-sample/docker/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-13 03:33:15.000000000 Z
- name: Base
description: All-in-one sales and customer management platform
website_url: https://getbase.com/
open_source: false
hosted_saas: false
category: Support, Sales, and Marketing
sub_category: CRM
image_url: https://img.stackshare.io/service/3633/ZBMmmvP1_400x400.jpg
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/jpa/boot-read-replica-postgresql/docker-compose.yaml
detection_source: jpa/boot-read-replica-postgresql/docker-compose.yaml
last_updated_by: Raja Dilip Kolli
last_updated_on: 2022-01-05 14:40:23.000000000 Z
- name: Elasticsearch
description: Open Source, Distributed, RESTful Search Engine
website_url: https://www.elastic.co/products/elasticsearch
open_source: true
hosted_saas: false
category: Application Utilities
sub_category: Search as a Service
image_url: https://img.stackshare.io/service/841/Image_2019-05-20_at_4.58.04_PM.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-mongodb-elasticsearch/docker/docker-compose.yml
detection_source: boot-mongodb-elasticsearch/docker/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-06 12:44:29.000000000 Z
- name: Mongo
description: Heroku provides services and tools to build, run, and scale web applications.
Follow @herokustatus for platform updates. A @salesforce company.
website_url: http://wedesignapps.herokuapp.com
version: 7.0.5
open_source: false
hosted_saas: false
image_url: https://img.stackshare.io/service/3519/3wgIDj3j_normal.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/docker-compose.yml
detection_source: boot-mongodb-elasticsearch/docker/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-19 09:32:59.000000000 Z
- name: Shell
description: A shell is a text-based terminal, used for manipulating programs and
files. Shell scripts typically manage program execution.
website_url: https://en.wikipedia.org/wiki/Shell_script
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments
detection_source: Repo Metadata
- name: com.google.code.findbugs:jsr305
description: JSR305 Annotations for Findbugs
version: 3.0.2
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/open-api-spring-boot/pom.xml
detection_source: open-api-spring-boot/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-04-13 17:09:03.000000000 Z
- name: com.h2database:h2
description: H2 Database Engine
license: MIT-feh
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: com.oracle.database.jdbc:ojdbc11
description: Oracle JDBC Driver compatible with JDK11
version: 23.3.0
open_source: false
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/jpa/multitenancy/multidatasource-multitenancy/pom.xml
detection_source: jpa/multitenancy/multidatasource-multitenancy/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-12-04 13:52:50.000000000 Z
- name: com.querydsl:querydsl-apt
version: 5.1.0
open_source: false
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/graphql/boot-graphql-querydsl/pom.xml
detection_source: graphql/boot-graphql-querydsl/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-29 06:09:32.000000000 Z
- name: com.querydsl:querydsl-jpa
version: 5.1.0
open_source: false
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/graphql/boot-graphql-querydsl/pom.xml
detection_source: graphql/boot-graphql-querydsl/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-29 06:09:32.000000000 Z
- name: commons-io:commons-io
description: The Apache Commons IO library contains utility classes
version: 2.15.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-ultimate-redis/pom.xml
detection_source: boot-ultimate-redis/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-11-29 22:13:33.000000000 Z
- name: io.gatling.highcharts:gatling-charts-highcharts
description: Gatling-charts-highcharts
version: 3.10.4
license: Other
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-choas-monkey/pom.xml
detection_source: boot-choas-monkey/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-02-19 13:11:21.000000000 Z
- name: io.micrometer:micrometer-registry-prometheus
description: Application monitoring instrumentation facade
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-strategy-plugin/build.gradle
detection_source: boot-strategy-plugin/build.gradle
last_updated_by: renovate[bot]
last_updated_on: 2023-08-07 04:23:55.000000000 Z
- name: io.projectreactor:reactor-test
description: Reactor Test support
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-mongodb-elasticsearch/pom.xml
detection_source: boot-mongodb-elasticsearch/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-06-30 14:33:09.000000000 Z
- name: org.apache.commons:commons-lang3
description: Apache Commons Lang
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: org.awaitility:awaitility
description: A Java DSL for synchronizing asynchronous operations
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: org.flywaydb:flyway-core
description: 'Flyway: Database Migrations Made Easy'
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-api-archunit-sample/pom.xml
detection_source: boot-api-archunit-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-11-10 09:48:56.000000000 Z
- name: org.glassfish.jaxb:jaxb-runtime
description: JAXB
version: 2.3.9
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/open-api-spring-boot/pom.xml
detection_source: boot-mongodb-elasticsearch/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-11-16 02:04:29.000000000 Z
- name: org.liquibase:liquibase-core
description: Liquibase is a tool for managing and executing database changes
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: org.mariadb.jdbc:mariadb-java-client
description: JDBC driver for MariaDB and MySQL
license: LGPL-2.1
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/jpa/boot-data-customsequence/pom.xml
detection_source: jpa/boot-data-customsequence/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-11-16 02:04:29.000000000 Z
- name: org.openjdk.jmh:jmh-core
description: The jmh is a Java harness for building
version: '1.37'
license: GPL-3.0-only,GPL-2.0-with-classpath-exception
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/jmh-benchmark/pom.xml
detection_source: jmh-benchmark/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-04-05 17:03:59.000000000 Z
- name: org.openjdk.jmh:jmh-generator-annprocess
description: JMH benchmark generator, based on annotation processors
version: '1.37'
license: GPL-3.0-only,GPL-2.0-with-classpath-exception
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/jmh-benchmark/pom.xml
detection_source: jmh-benchmark/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-04-05 17:03:59.000000000 Z
- name: org.postgresql:postgresql
description: The PostgreSQL Driver JDBC4
license: BSD-2-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: org.projectlombok:lombok
description: 'Spice up your java: Automatic Resource Management'
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: org.springframework.boot:spring-boot-configuration-processor
description: Spring Boot Configuration Processor
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.boot:spring-boot-devtools
description: Spring Boot Developer Tools
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.boot:spring-boot-starter-actuator
description: Starter for using Spring Boot's Actuator which provides production
ready features to help you monitor and manage your application
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.boot:spring-boot-starter-aop
description: Starter for aspect-oriented programming with Spring AOP and AspectJ
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-mongodb-elasticsearch/pom.xml
detection_source: boot-mongodb-elasticsearch/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.boot:spring-boot-starter-data-jpa
description: Starter for using Spring Data JPA with Hibernate
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.boot:spring-boot-starter-data-redis
description: Starter for using Redis key-value data store with Spring Data Redis
and the Lettuce client
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-ultimate-redis/pom.xml
detection_source: boot-ultimate-redis/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-11-16 02:04:29.000000000 Z
- name: org.springframework.boot:spring-boot-starter-security
description: Starter for using Spring Security
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/r2dbc/boot-r2dbc-sample/pom.xml
detection_source: r2dbc/boot-r2dbc-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.boot:spring-boot-starter-test
description: Starter for testing Spring Boot applications with libraries including
JUnit
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.boot:spring-boot-starter-thymeleaf
description: Starter for building MVC web applications using Thymeleaf views
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-rabbitmq-thymeleaf/pom.xml
detection_source: boot-rabbitmq-thymeleaf/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-11-16 03:03:16.000000000 Z
- name: org.springframework.boot:spring-boot-starter-validation
description: Starter for using Java Bean Validation with Hibernate Validator
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.boot:spring-boot-starter-web
description: Starter for building web, including RESTful, applications using Spring
MVC
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework.data:spring-data-commons
description: Global parent pom.xml to be used by Spring Data modules
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/open-api-spring-boot/pom.xml
detection_source: open-api-spring-boot/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-08 05:10:31.000000000 Z
- name: org.springframework.plugin:spring-plugin-core
description: Core plugin infrastructure
version: 3.0.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-strategy-plugin/build.gradle
detection_source: boot-strategy-plugin/build.gradle
last_updated_by: renovate[bot]
last_updated_on: 2024-02-02 01:17:44.000000000 Z
- name: org.springframework.security:spring-security-test
description: Spring-security-test
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/r2dbc/boot-r2dbc-sample/pom.xml
detection_source: r2dbc/boot-r2dbc-sample/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.springframework:spring-jdbc
description: Spring JDBC
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/graphql/boot-graphql-webflux/pom.xml
detection_source: graphql/boot-graphql-webflux/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2024-01-05 04:18:01.000000000 Z
- name: org.springframework:spring-webflux
description: Spring WebFlux
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/graphql/boot-graphql-querydsl/pom.xml
detection_source: graphql/boot-graphql-querydsl/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-03 07:47:11.000000000 Z
- name: org.testcontainers:postgresql
description: Testcontainers is a Java library that supports JUnit tests
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/batch-boot-jpa-sample/pom.xml
detection_source: batch-boot-jpa-sample/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-08-12 18:09:06.000000000 Z
- name: org.webjars:bootstrap
description: WebJar for Bootstrap
version: 5.3.2
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-rabbitmq-thymeleaf/pom.xml
detection_source: boot-rabbitmq-thymeleaf/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-11-16 03:03:16.000000000 Z
- name: org.webjars:jquery
description: WebJar for jQuery
version: 3.7.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/my-spring-boot-experiments/blob/main/boot-rabbitmq-thymeleaf/pom.xml
detection_source: boot-rabbitmq-thymeleaf/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2023-11-16 03:03:16.000000000 Z