List more covered java frameworks explicitly

This commit is contained in:
Owen Mansel-Chan
2026-01-15 07:05:33 +00:00
parent ff580410fe
commit 6e0a1ba233
2 changed files with 39 additions and 3 deletions

View File

@@ -10,7 +10,25 @@ Apache Commons Lang,https://commons.apache.org/proper/commons-lang/,org.apache.c
Apache Commons Text,https://commons.apache.org/proper/commons-text/,org.apache.commons.text
Apache HttpComponents,https://hc.apache.org/,org.apache.hc.core5.* org.apache.http
Apache Log4j 2,https://logging.apache.org/log4j/2.0/,org.apache.logging.log4j
Apache Struts,https://struts.apache.org/,org.apache.struts2 org.apache.struts.beanvalidation.validation.interceptor
Apache Velocity,https://velocity.apache.org/,org.apache.velocity.app org.apache.velocity.runtime
Couchbase,https://couchbase.com/,com.couchbase.client.*
FreeMarker,https://freemarker.apache.org/,freemarker.cache freemarker.template
Google Gson,https://github.com/google/gson,com.google.gson
Google Guava,https://guava.dev/,com.google.common.*
JBoss Logging,,org.jboss.logging
Groovy,https://groovy-lang.org/,groovy.lang groovy.text groovy.util org.codehaus.groovy.control
Hibernate,https://hibernate.org/,org.hibernate
Jackson,https://github.com/FasterXML/jackson,com.fasterxml.jackson.*
JBoss Logging,https://github.com/jboss-logging/jboss-logging,org.jboss.logging
Jetty,https://eclipse.dev/jetty/,org.eclipse.jetty.client
jOOQ,https://www.jooq.org/,org.jooq
JSON-java,https://github.com/stleary/JSON-java,org.json
MongoDB,https://www.mongodb.com/,com.mongodb
Netty,https://netty.io/,io.netty.*
OkHttp,https://square.github.io/okhttp/,okhttp3
RabbitMQ,https://www.rabbitmq.com/,com.rabbitmq.client
Retrofit,https://square.github.io/retrofit/,retrofit2
SLF4J,https://www.slf4j.org/,org.slf4j
SnakeYAML,https://github.com/snakeyaml/snakeyaml,org.yaml.snakeyaml
Spring,https://spring.io/,org.springframework.*
Thymeleaf,https://www.thymeleaf.org/,org.thymeleaf
1 Framework name URL Package prefixes
10 Apache Commons Text https://commons.apache.org/proper/commons-text/ org.apache.commons.text
11 Apache HttpComponents https://hc.apache.org/ org.apache.hc.core5.* org.apache.http
12 Apache Log4j 2 https://logging.apache.org/log4j/2.0/ org.apache.logging.log4j
13 Apache Struts https://struts.apache.org/ org.apache.struts2 org.apache.struts.beanvalidation.validation.interceptor
14 Apache Velocity https://velocity.apache.org/ org.apache.velocity.app org.apache.velocity.runtime
15 Couchbase https://couchbase.com/ com.couchbase.client.*
16 FreeMarker https://freemarker.apache.org/ freemarker.cache freemarker.template
17 Google Gson https://github.com/google/gson com.google.gson
18 Google Guava https://guava.dev/ com.google.common.*
19 JBoss Logging Groovy https://groovy-lang.org/ org.jboss.logging groovy.lang groovy.text groovy.util org.codehaus.groovy.control
20 Hibernate https://hibernate.org/ org.hibernate
21 Jackson https://github.com/FasterXML/jackson com.fasterxml.jackson.*
22 JBoss Logging https://github.com/jboss-logging/jboss-logging org.jboss.logging
23 Jetty https://eclipse.dev/jetty/ org.eclipse.jetty.client
24 jOOQ https://www.jooq.org/ org.jooq
25 JSON-java https://github.com/stleary/JSON-java org.json
26 MongoDB https://www.mongodb.com/ com.mongodb
27 Netty https://netty.io/ io.netty.*
28 OkHttp https://square.github.io/okhttp/ okhttp3
29 RabbitMQ https://www.rabbitmq.com/ com.rabbitmq.client
30 Retrofit https://square.github.io/retrofit/ retrofit2
31 SLF4J https://www.slf4j.org/ org.slf4j
32 SnakeYAML https://github.com/snakeyaml/snakeyaml org.yaml.snakeyaml
33 Spring https://spring.io/ org.springframework.*
34 Thymeleaf https://www.thymeleaf.org/ org.thymeleaf