-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtechstack.yml
845 lines (845 loc) · 34.6 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
repo_name: IHTSDO/OTF-Mapping-Service
report_id: 81275bdb04b21a9eb4def9116c9e8dfa
version: 0.1
repo_type: Public
timestamp: '2024-03-21T12:57:42+00:00'
requested_by: RichardAWood
provider: github
branch: master
detected_tools_count: 69
tools:
- name: CSS 3
description: The latest evolution of the Cascading Style Sheets language
website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/6727/css.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service
detection_source: Repo Metadata
- name: Hack
description: A programming language for HHVM that interoperates seamlessly with
PHP
website_url: http://hacklang.org/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1208/download.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service
detection_source: Repo Metadata
- 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/IHTSDO/OTF-Mapping-Service
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/IHTSDO/OTF-Mapping-Service
detection_source: Repo Metadata
- name: PHP
description: A popular general-purpose scripting language that is especially suited
to web development
website_url: http://www.php.net/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service
detection_source: Repo Metadata
- name: Python
description: A clear and powerful object-oriented programming language, comparable
to Perl, Ruby, Scheme, or Java.
website_url: https://www.python.org
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/993/pUBY5pVj.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service
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/IHTSDO/OTF-Mapping-Service/blob/master/admin/src/main/resources/sql/truncate_all.sql
detection_source: admin/src/main/resources/sql/truncate_all.sql
last_updated_by: bcarlsenca
last_updated_on: 2014-05-29 16:29:54.000000000 Z
- name: jQuery
description: The Write Less, Do More, JavaScript Library.
website_url: http://jquery.com/
version: 1.9.0
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/IHTSDO/OTF-Mapping-Service/blob/master/rest/src/main/webapp/components/bootstrap/bower.json
detection_source: rest/src/main/webapp/components/bootstrap/bower.json
last_updated_by: bcarlsenca
last_updated_on: 2014-05-29 16:29:54.000000000 Z
- name: Hibernate
description: Idiomatic persistence for Java and relational databases.
website_url: http://hibernate.org/
open_source: false
hosted_saas: false
category: Data Stores
sub_category: Object Relational Mapper (ORM)
image_url: https://img.stackshare.io/service/1756/1uNl_IZX.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: MySQL
description: The world's most popular open source database
website_url: http://www.mysql.com
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.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/IHTSDO/OTF-Mapping-Service
detection_source: Repo Metadata
- name: GlassFish
description: The Open Source Java EE Reference Implementation
website_url: https://glassfish.java.net
open_source: false
hosted_saas: false
category: Application Hosting
sub_category: Web Servers
image_url: https://img.stackshare.io/service/3628/515GX-Cc_400x400.jpg
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/jpa-model/pom.xml
detection_source: jpa-model/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2017-11-29 23:24:48.000000000 Z
- name: JUnit
description: A programmer-oriented testing framework for Java
website_url: http://junit.org/
license: EPL-1.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Testing Frameworks
image_url: https://img.stackshare.io/service/2020/874086.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: Log4j
description: A Java-based logging utility
website_url: https://logging.apache.org/log4j/2.x/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Monitoring
sub_category: Logging Tools
image_url: https://img.stackshare.io/service/2804/Coralogix-log4j-integration.jpg
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: NGINX
description: A high performance free open source web server powering busiest sites
on the Internet.
website_url: http://nginx.org
open_source: false
hosted_saas: false
category: Application Hosting
sub_category: Web Servers
image_url: https://img.stackshare.io/service/1052/YMxUfyWf.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/config/prod/src/main/resources/nginx.conf
detection_source: config/prod/src/main/resources/nginx.conf
last_updated_by: Brian Carlsen
last_updated_on: 2017-02-13 18:21:04.000000000 Z
- name: PyPI
description: A repository of software for the Python programming language
website_url: https://pypi.org/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Hosted Package Repository
image_url: https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/rest/src/main/webapp/components/bootstrap/test-infra/requirements.txt
detection_source: rest/src/main/webapp/components/bootstrap/test-infra/requirements.txt
last_updated_by: bcarlsenca
last_updated_on: 2014-05-29 16:29:54.000000000 Z
- name: SLF4J
description: Simple logging facade for Java
website_url: http://slf4j.org/
open_source: false
hosted_saas: false
category: Monitoring
sub_category: Log Management
image_url: https://img.stackshare.io/service/2805/05518ecaa42841e834421e9d6987b04f_400x400.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.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/IHTSDO/OTF-Mapping-Service
detection_source: Repo Metadata
- name: cglib:cglib
description: Cglib is a powerful
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/IHTSDO/OTF-Mapping-Service/blob/master/model/pom.xml
detection_source: model/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2014-12-18 01:30:04.000000000 Z
- name: com.amazonaws:aws-java-sdk
description: The Amazon Web Services SDK for Java provides Java APIs for building
software on AWS' cost-effective, scalable, and reliable infrastructure products
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2024-01-22 23:14:03.000000000 Z
- name: com.jcraft:jsch
description: JSch is a pure Java implementation of SSH2
version: 0.1.54
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2024-01-22 23:14:03.000000000 Z
- name: com.opera:operadriver
description: OperaDriver is a vendor-supported WebDriver implementation developed
by Opera Software and volunteers that implements WebDriver's wire protocol
version: '1.5'
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/IHTSDO/OTF-Mapping-Service/blob/master/integration-tests/pom.xml
detection_source: integration-tests/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-28 15:35:20.000000000 Z
- name: com.sun.mail:javax.mail
description: "${project.name}"
license: CNRI-Python-GPL-Compatible
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2024-01-22 23:14:03.000000000 Z
- name: com.sun.xml.bind:jaxb-core
description: Old JAXB Core module
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/IHTSDO/OTF-Mapping-Service/blob/master/model/pom.xml
detection_source: model/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2019-11-26 03:31:48.000000000 Z
- name: com.sun.xml.bind:jaxb-impl
description: JAXB
license: CDDL-1.1,CNRI-Python-GPL-Compatible
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/IHTSDO/OTF-Mapping-Service/blob/master/model/pom.xml
detection_source: model/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2019-11-26 03:31:48.000000000 Z
- name: commons-io:commons-io
description: The Apache Commons IO library contains utility classes
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: peter-va
last_updated_on: 2023-05-11 23:12:38.000000000 Z
- name: commons-net:commons-net
description: Apache Commons Net library contains a collection of network utilities
and protocol implementations
version: 3.9.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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: peter-va
last_updated_on: 2023-05-11 23:12:38.000000000 Z
- name: io.swagger:swagger-jersey2-jaxrs
description: Examples and server integrations for generating the Swagger API Specification
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/IHTSDO/OTF-Mapping-Service/blob/master/rest/pom.xml
detection_source: rest/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2019-11-26 03:31:48.000000000 Z
- name: javax.servlet:javax.servlet-api
description: Java.net - The Source for Java Technology Collaboration
license: 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/IHTSDO/OTF-Mapping-Service/blob/master/rest/pom.xml
detection_source: rest/pom.xml
last_updated_by: shapirod2
last_updated_on: 2017-12-11 15:47:47.000000000 Z
- name: javax.transaction:jta
description: The javax.transaction package
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: javax.xml.bind:jaxb-api
description: JAXB
license: CDDL-1.1,CNRI-Python-GPL-Compatible
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/IHTSDO/OTF-Mapping-Service/blob/master/model/pom.xml
detection_source: model/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2019-11-26 03:31:48.000000000 Z
- name: junit:junit
description: JUnit is a unit testing framework for Java
license: EPL-1.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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: mysql:mysql-connector-java
description: MySQL JDBC Type 4 driver
license: GPL-3.0-only
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: peter-va
last_updated_on: 2023-05-11 23:12:38.000000000 Z
- name: org.apache.lucene:lucene-backward-codecs
description: Codecs for older versions of Lucene
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: shapirod2
last_updated_on: 2021-02-03 21:21:38.000000000 Z
- name: org.apache.lucene:lucene-queryparser
description: Lucene QueryParsers module
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: shapirod2
last_updated_on: 2021-02-03 21:21:38.000000000 Z
- name: org.apache.lucene:lucene-suggest
description: Lucene Suggest Module
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: shapirod2
last_updated_on: 2021-02-03 21:21:38.000000000 Z
- name: org.apache.maven.shared:maven-invoker
description: A component to programmatically invoke Maven
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/IHTSDO/OTF-Mapping-Service/blob/master/integration-tests/pom.xml
detection_source: integration-tests/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2017-10-18 20:51:44.000000000 Z
- name: org.apache.maven:maven-plugin-api
description: The API for plugins - Mojos - development
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/IHTSDO/OTF-Mapping-Service/blob/master/mojo/pom.xml
detection_source: mojo/pom.xml
last_updated_by: shapirod2
last_updated_on: 2020-11-18 21:42:09.000000000 Z
- name: org.apache.poi:poi
description: Apache POI - Java API To Access Microsoft Format Files
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: shapirod2
last_updated_on: 2021-02-03 21:21:38.000000000 Z
- name: org.apache.poi:poi-ooxml
description: Apache POI - Java API To Access Microsoft Format Files
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: shapirod2
last_updated_on: 2021-02-03 21:21:38.000000000 Z
- name: org.codehaus.jettison:jettison
description: A StAX implementation for JSON
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/IHTSDO/OTF-Mapping-Service/blob/master/rest/pom.xml
detection_source: rest/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2019-11-26 03:31:48.000000000 Z
- name: org.glassfish.jaxb:jaxb-runtime
description: JAXB
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/IHTSDO/OTF-Mapping-Service/blob/master/mojo/pom.xml
detection_source: mojo/pom.xml
last_updated_by: shapirod2
last_updated_on: 2020-11-18 21:42:09.000000000 Z
- name: org.glassfish.jersey.containers:jersey-container-servlet
description: Jersey core Servlet 3.x implementation
license: NetCDF
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/IHTSDO/OTF-Mapping-Service/blob/master/rest/pom.xml
detection_source: rest/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2024-01-22 23:14:03.000000000 Z
- name: org.glassfish.jersey.containers:jersey-container-servlet-core
description: Jersey core Servlet 2.x implementation
license: NetCDF
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/IHTSDO/OTF-Mapping-Service/blob/master/rest/pom.xml
detection_source: rest/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2024-01-22 23:14:03.000000000 Z
- name: org.glassfish.jersey.core:jersey-client
description: Jersey core client implementation
license: NetCDF
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: shapirod2
last_updated_on: 2021-02-03 21:21:38.000000000 Z
- name: org.glassfish.jersey.inject:jersey-hk2
description: HK2 InjectionManager implementation
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/IHTSDO/OTF-Mapping-Service/blob/master/rest/pom.xml
detection_source: rest/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2019-12-19 22:46:41.000000000 Z
- name: org.glassfish.jersey.media:jersey-media-json-jackson
description: Jersey JSON Jackson entity providers support module
license: NetCDF
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-model/pom.xml
detection_source: jpa-model/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2017-11-29 23:24:48.000000000 Z
- name: org.glassfish.jersey.media:jersey-media-json-processing
description: Jersey JSON-P
license: NetCDF
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/IHTSDO/OTF-Mapping-Service/blob/master/rest/pom.xml
detection_source: rest/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2019-11-26 03:31:48.000000000 Z
- name: org.glassfish.jersey.media:jersey-media-multipart
description: Jersey Multipart entity providers support module
license: NetCDF
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: shapirod2
last_updated_on: 2021-02-03 21:21:38.000000000 Z
- name: org.hibernate:hibernate-c3p0
description: Integration for c3p0 Connection pooling into Hibernate ORM
license: LGPL-2.0-only,GPL-3.0-or-later
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: org.hibernate:hibernate-core
description: Hibernate's core ORM functionality
license: LGPL-2.0-only,GPL-3.0-or-later
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: org.hibernate:hibernate-entitymanager
description: ''
license: LGPL-2.0-only,GPL-3.0-or-later
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: org.hibernate:hibernate-envers
description: Hibernate's entity version
license: LGPL-2.0-only,GPL-3.0-or-later
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: aflinton@gmail.com
last_updated_on: 2016-07-15 11:51:37.000000000 Z
- name: org.hibernate:hibernate-search
description: Hibernate Search
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: org.hibernate:hibernate-validator
description: Hibernate's Bean Validation
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: org.json:json
description: JSON is a light-weight, language independent, data interchange format
license: JSON
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/IHTSDO/OTF-Mapping-Service/blob/master/jpa-services/pom.xml
detection_source: jpa-services/pom.xml
last_updated_by: shapirod2
last_updated_on: 2021-02-03 21:21:38.000000000 Z
- name: org.jsoup:jsoup
description: Jsoup is a Java library for working with real-world HTML
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/IHTSDO/OTF-Mapping-Service/blob/master/mojo/pom.xml
detection_source: mojo/pom.xml
last_updated_by: shapirod2
last_updated_on: 2020-11-18 21:42:09.000000000 Z
- name: org.reflections:reflections
description: Reflections - a Java runtime metadata analysis
license: WTFPL
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/IHTSDO/OTF-Mapping-Service/blob/master/services/pom.xml
detection_source: services/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2017-11-14 03:32:46.000000000 Z
- name: org.seleniumhq.selenium:selenium-java
description: Selenium automates browsers
version: 2.44.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/IHTSDO/OTF-Mapping-Service/blob/master/integration-tests/pom.xml
detection_source: integration-tests/pom.xml
last_updated_by: Nuno Marques
last_updated_on: 2017-10-18 20:51:44.000000000 Z
- name: org.slf4j:slf4j-log4j12
description: SLF4J LOG4J-12 Binding
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/IHTSDO/OTF-Mapping-Service/blob/master/custom/pom.xml
detection_source: custom/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-29 17:39:46.000000000 Z
- name: xml-apis:xml-apis
description: Xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces
for use in other xml-based projects
version: 2.0.2
license: ISC
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/IHTSDO/OTF-Mapping-Service/blob/master/integration-tests/pom.xml
detection_source: integration-tests/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2015-10-28 15:03:12.000000000 Z
- name: xom:xom
description: The XOM Dual Streaming/Tree API for Processing XML
license: LGPL-3.0-only
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/IHTSDO/OTF-Mapping-Service/blob/master/mojo/pom.xml
detection_source: mojo/pom.xml
last_updated_by: bcarlsenca
last_updated_on: 2014-05-29 16:29:54.000000000 Z
- name: angular
description: Bower package for AngularJS
package_url: http://bower.io/angular
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/bower/image.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/rest/src/main/webapp/components/angular-ui-tinymce/bower.json
detection_source: rest/src/main/webapp/components/angular-ui-tinymce/bower.json
last_updated_by: Brian Carlsen
last_updated_on: 2016-12-15 00:41:34.000000000 Z
- name: angular-mocks
description: Angular-mocks.js bower repo
package_url: http://bower.io/angular-mocks
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/bower/image.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/rest/src/main/webapp/components/angular-ui-tinymce/bower.json
detection_source: rest/src/main/webapp/components/angular-ui-tinymce/bower.json
last_updated_by: Brian Carlsen
last_updated_on: 2016-12-15 00:41:34.000000000 Z
- name: tinymce-dist
description: Web based JavaScript HTML WYSIWYG editor control
package_url: http://bower.io/tinymce-dist
version: 4.3.0
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/bower/image.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/rest/src/main/webapp/components/angular-ui-tinymce/bower.json
detection_source: rest/src/main/webapp/components/angular-ui-tinymce/bower.json
last_updated_by: Brian Carlsen
last_updated_on: 2016-12-15 00:41:34.000000000 Z
- name: components/jquery
description: JQuery JavaScript Library
package_url: https://packagist.org/components/jquery
version: '1.8'
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/rest/src/main/webapp/components/jquery-ui/composer.json
detection_source: rest/src/main/webapp/components/jquery-ui/composer.json
last_updated_by: bcarlsenca
last_updated_on: 2014-05-29 16:29:54.000000000 Z
- name: robloach/component-installer
description: Allows installation of Components via Composer
package_url: https://packagist.org/robloach/component-installer
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/rest/src/main/webapp/components/jquery/composer.json
detection_source: rest/src/main/webapp/components/jquery/composer.json
last_updated_by: bcarlsenca
last_updated_on: 2014-05-29 16:29:54.000000000 Z
- name: boto
description: Amazon Web Services Library
package_url: https://pypi.org/project/boto
version: 2.20.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: PyPI Packages
image_url: https://img.stackshare.io/package/19907/default_2aeed05332f0410b54817405c7e8e202a7e763cf.png
detection_source_url: https://github.com/IHTSDO/OTF-Mapping-Service/blob/master/rest/src/main/webapp/components/bootstrap/test-infra/requirements.txt
detection_source: rest/src/main/webapp/components/bootstrap/test-infra/requirements.txt
last_updated_by: bcarlsenca
last_updated_on: 2014-05-29 16:29:54.000000000 Z