Skip to content

Commit 01a67ad

Browse files
authored
Merge pull request #10738 from github/yo-h-patch-1
Java: update framework list
2 parents 3264bbc + e060ac7 commit 01a67ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
Framework name,URL,Package prefixes
22
Java Standard Library,,java.*
33
Java extensions,,javax.* jakarta.*
4+
Kotlin Standard Library,,kotlin*
5+
Android,,android.*
6+
Android extensions,,androidx.*
47
Apache Commons Collections,https://commons.apache.org/proper/commons-collections/,org.apache.commons.collections org.apache.commons.collections4
58
Apache Commons IO,https://commons.apache.org/proper/commons-io/,org.apache.commons.io
69
Apache Commons Lang,https://commons.apache.org/proper/commons-lang/,org.apache.commons.lang3
710
Apache Commons Text,https://commons.apache.org/proper/commons-text/,org.apache.commons.text
811
Apache HttpComponents,https://hc.apache.org/,org.apache.hc.core5.* org.apache.http
9-
Android,,android.*
12+
Apache Log4j 2,https://logging.apache.org/log4j/2.0/,org.apache.logging.log4j
1013
Google Guava,https://guava.dev/,com.google.common.*
14+
JBoss Logging,,org.jboss.logging
1115
JSON-java,https://github.com/stleary/JSON-java,org.json
1216
Spring,https://spring.io/,org.springframework.*

0 commit comments

Comments
 (0)