l.orchestra.repository.1.7.3.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 repository Show documentation
Show all versions of repository Show documentation
XML schema and code binding for Orchestra repository
The newest version!
module orchestra.repository {
requires transitive java.xml.bind;
requires transitive jaxb2.basics.runtime;
exports io.fixprotocol._2020.orchestra.repository;
opens io.fixprotocol._2020.orchestra.repository;
exports org.purl.dc.elements._1;
opens org.purl.dc.elements._1;
exports org.purl.dc.terms;
opens org.purl.dc.terms;
}