Update frameworks.csv

This commit is contained in:
yo-h
2022-10-07 17:45:39 -04:00
committed by GitHub
parent a8197b27aa
commit 213c5bdab6

View File

@@ -1,12 +1,16 @@
Framework name,URL,Package prefixes
Java Standard Library,,java.*
Java extensions,,javax.* jakarta.*
Kotlin Standard Library,,kotlin.*
Android,,android.*
Android extensions,,androidx.*
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.*
Apache Log4j 2,https://logging.apache.org/log4j/2.0/,org.apache.logging.log4j
Google Guava,https://guava.dev/,com.google.common.*
JBoss Logging,,org.jboss.logging
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.*
4 Kotlin Standard Library kotlin.*
5 Android android.*
6 Android extensions androidx.*
7 Apache Commons Collections https://commons.apache.org/proper/commons-collections/ org.apache.commons.collections org.apache.commons.collections4
8 Apache Commons IO https://commons.apache.org/proper/commons-io/ org.apache.commons.io
9 Apache Commons Lang https://commons.apache.org/proper/commons-lang/ org.apache.commons.lang3
10 Apache Commons Text https://commons.apache.org/proper/commons-text/ org.apache.commons.text
11 Apache HttpComponents https://hc.apache.org/ org.apache.hc.core5.* org.apache.http
12 Android Apache Log4j 2 https://logging.apache.org/log4j/2.0/ android.* org.apache.logging.log4j
13 Google Guava https://guava.dev/ com.google.common.*
14 JBoss Logging org.jboss.logging
15 JSON-java https://github.com/stleary/JSON-java org.json
16 Spring https://spring.io/ org.springframework.*