![JAR search and dependency download from the Maven repository](/logo.png)
enjpa.openjpa-all.4.0.1.source-code.module-info Maven / Gradle / Ivy
module jakarta.messaging {
// Optional for jakarta.annotation.Resource javadoc refs
requires static jakarta.annotation;
// Optional for XA* classes
requires static transitive java.transaction.xa;
exports jakarta.jms;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy