Skip to content

Commit 3605b9f

Browse files
committed
Update java framework data
1 parent ba9c2e0 commit 3605b9f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Framework name,URL,Package prefix
22
Java Standard Library,,java.*
3-
Google,,com.google.common.*
4-
Apache,,org.apache.*
3+
Java extensions,,javax.*
4+
Google Guava,https://guava.dev/,com.google.common.*
55
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
610
Android,,android.*
7-
Spring,https://spring.io/,org.springframework.*
8-
Java extensions,,javax.*
11+
Spring,https://spring.io/,org.springframework.*

0 commit comments

Comments
 (0)