mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
606 B
606 B
| 1 | Framework name | URL | Package prefix |
|---|---|---|---|
| 2 | Java Standard Library | java.* | |
| 3 | Java extensions | javax.* | |
| 4 | Google Guava | https://guava.dev/ | com.google.common.* |
| 5 | Apache Commons IO | https://commons.apache.org/proper/commons-io/ | org.apache.commons.io |
| 6 | Apache Commons Lang | https://commons.apache.org/proper/commons-lang/ | org.apache.commons.lang3 |
| 7 | Apache Commons Text | https://commons.apache.org/proper/commons-text/ | org.apache.commons.text |
| 8 | Apache HttpComponents | https://hc.apache.org/ | org.apache.hc.core5.* |
| 9 | Apache HttpComponents | https://hc.apache.org/ | org.apache.http |
| 10 | Android | android.* | |
| 11 | Spring | https://spring.io/ | org.springframework.* |