You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
io.cryptoapis.utils.Utils.java class is relying on javafx.util.Pair which is not part of OpenJDK, thus making it impossible to use this lib in such environments. Fails with java.lang.NoClassDefFoundError: javafx/util/Pair
And in general this kind of deps seems a bit strange as javafx is the gui module of java.