We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45fd9a commit c3da6feCopy full SHA for c3da6fe
CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
5
------------------
6
7
* Java 11 or greater is now required.
8
+* This library is now a Java module.
9
10
2.1.0 (2022-10-31)
11
src/main/java/module-info.java
@@ -0,0 +1,3 @@
1
+module com.maxmind.db {
2
+ exports com.maxmind.db;
3
+}
0 commit comments