roe.topp.topp-iso-20022-payment-initiation-library.0.8.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 topp-iso-20022-payment-initiation-library Show documentation
Show all versions of topp-iso-20022-payment-initiation-library Show documentation
Topp ISO 20022 "Payment Initiation" is an open-source Java library which exemplifies the integration of Jakarta JAXB generates objects.
The newest version!
/**
* Topp ISO 20022 "Payment Initiation" is an open-source Java library which exemplifies the integration of Jakarta JAXB generates objects.
*/
module com.yelstream.topp.iso._20022_.payment {
requires static lombok;
requires jakarta.annotation;
requires jakarta.activation;
requires com.sun.activation.registries;
requires jakarta.xml.bind;
requires com.sun.xml.bind.core;
requires com.sun.xml.bind;
// requires com.sun.tools.jxc;
exports urn.iso.std.iso._20022.tech.pain_001_001_02;
}