syde.forsyde-io-java-sdf3.0.7.4.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 forsyde-io-java-sdf3 Show documentation
Show all versions of forsyde-io-java-sdf3 Show documentation
ForSyDe IO Java (+JVM) Amalthea Adapter
module forsyde.io.java.sdfThree {
requires java.base;
requires java.xml;
requires jakarta.xml.bind;
requires org.glassfish.jaxb.runtime;
requires org.apache.commons.lang3;
requires transitive forsyde.io.core;
requires transitive forsyde.io.libforsyde;
exports forsyde.io.bridge.sdf3.adapters;
exports forsyde.io.bridge.sdf3.adapters.mixins;
exports forsyde.io.bridge.sdf3.drivers;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy