@@ -91,12 +91,15 @@ Java built-in support
9191
9292 Name, Category
9393 Apache Commons Lang, Utility library
94+ Apache Commons Collections, Data structure utility library
9495 Apache HTTP components, Network communicator
9596 Guava, Utility and collections library
9697 Hibernate, Database
9798 iBatis / MyBatis, Database
9899 Jackson, Serialization
100+ JSON-java, Serialization
99101 Java Persistence API (JPA), Database
102+ JaxRS, Jakarta EE API specification
100103 JDBC, Database
101104 Protobuf, Serialization
102105 Kryo deserialization, Serialization
@@ -120,17 +123,22 @@ JavaScript and TypeScript built-in support
120123 angular.js (legacy version), HTML framework
121124 axios, Network communicator
122125 browser, Runtime environment
126+ EJS, templating language
123127 electron, Runtime environment
124128 express, Server
129+ handlebars, templating language
125130 hapi, Server
131+ hogan, templating language
126132 jquery, Utility library
127133 koa, Server
128134 lodash, Utility library
129135 mongodb, Database
130136 mssql, Database
137+ mustache, templating language
131138 mysql, Database
132139 node, Runtime environment
133140 nest.js, Server
141+ nunjucks, templating language
134142 postgres, Database
135143 ramda, Utility library
136144 react, HTML framework
@@ -140,6 +148,7 @@ JavaScript and TypeScript built-in support
140148 socket.io, Network communicator
141149 sqlite3, Database
142150 superagent, Network communicator
151+ swig, templating language
143152 underscore, Utility library
144153 vue, HTML framework
145154
0 commit comments