Java: add org.json package to known frameworks

This commit is contained in:
yo-h
2021-08-11 20:03:32 -04:00
parent 00466e4bb0
commit bd3a24d568

View File

@@ -1,11 +1,12 @@
Framework name,URL,Package prefixes
Java Standard Library,,java.*
Java extensions,,javax.* jakarta.*
Google Guava,https://guava.dev/,com.google.common.*
Apache Commons Collections,https://commons.apache.org/proper/commons-collections/,org.apache.commons.collections org.apache.commons.collections4
Apache Commons IO,https://commons.apache.org/proper/commons-io/,org.apache.commons.io
Apache Commons Lang,https://commons.apache.org/proper/commons-lang/,org.apache.commons.lang3
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
Android,,android.*
Google Guava,https://guava.dev/,com.google.common.*
JSON-java,https://github.com/stleary/JSON-java,org.json
Spring,https://spring.io/,org.springframework.*
1 Framework name URL Package prefixes
2 Java Standard Library java.*
3 Java extensions javax.* jakarta.*
Google Guava https://guava.dev/ com.google.common.*
4 Apache Commons Collections https://commons.apache.org/proper/commons-collections/ org.apache.commons.collections org.apache.commons.collections4
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.* org.apache.http
9 Android android.*
10 Google Guava https://guava.dev/ com.google.common.*
11 JSON-java https://github.com/stleary/JSON-java org.json
12 Spring https://spring.io/ org.springframework.*