Update java framework data

This commit is contained in:
Tamas Vajk
2021-06-09 09:59:01 +02:00
parent ba9c2e0702
commit 3605b9f720

View File

@@ -1,8 +1,11 @@
Framework name,URL,Package prefix
Java Standard Library,,java.*
Google,,com.google.common.*
Apache,,org.apache.*
Java extensions,,javax.*
Google Guava,https://guava.dev/,com.google.common.*
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.*
Apache HttpComponents,https://hc.apache.org/,org.apache.http
Android,,android.*
Spring,https://spring.io/,org.springframework.*
Java extensions,,javax.*
Spring,https://spring.io/,org.springframework.*
1 Framework name URL Package prefix
2 Java Standard Library java.*
3 Google Java extensions com.google.common.* javax.*
4 Apache Google Guava https://guava.dev/ org.apache.* 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.*
Java extensions javax.*