fkonrad.quantlib_for_maven.quantlib.1.35.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quantlib Show documentation
Show all versions of quantlib Show documentation
Java language binding for QuantLib
module io.github.ralfkonrad.quantlib {
requires org.slf4j;
exports org.quantlib;
}