mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
2.1 KiB
2.1 KiB
| 1 | Framework name | URL | Package prefixes |
|---|---|---|---|
| 2 | Java Standard Library | java.* | |
| 3 | Java extensions | javax.* jakarta.* | |
| 4 | Kotlin Standard Library | kotlin* | |
| 5 | Android | android.* | |
| 6 | Android extensions | androidx.* | |
| 7 | Apache Commons Collections | https://commons.apache.org/proper/commons-collections/ | org.apache.commons.collections org.apache.commons.collections4 |
| 8 | Apache Commons IO | https://commons.apache.org/proper/commons-io/ | org.apache.commons.io |
| 9 | Apache Commons Lang | https://commons.apache.org/proper/commons-lang/ | org.apache.commons.lang3 |
| 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 | Groovy | https://groovy-lang.org/ | 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 |