Skip to content

Commit bd3a24d

Browse files
committed
Java: add org.json package to known frameworks
1 parent 00466e4 commit bd3a24d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Framework name,URL,Package prefixes
22
Java Standard Library,,java.*
33
Java extensions,,javax.* jakarta.*
4-
Google Guava,https://guava.dev/,com.google.common.*
54
Apache Commons Collections,https://commons.apache.org/proper/commons-collections/,org.apache.commons.collections org.apache.commons.collections4
65
Apache Commons IO,https://commons.apache.org/proper/commons-io/,org.apache.commons.io
76
Apache Commons Lang,https://commons.apache.org/proper/commons-lang/,org.apache.commons.lang3
87
Apache Commons Text,https://commons.apache.org/proper/commons-text/,org.apache.commons.text
98
Apache HttpComponents,https://hc.apache.org/,org.apache.hc.core5.* org.apache.http
109
Android,,android.*
10+
Google Guava,https://guava.dev/,com.google.common.*
11+
JSON-java,https://github.com/stleary/JSON-java,org.json
1112
Spring,https://spring.io/,org.springframework.*

0 commit comments

Comments
 (0)