All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tivemq.artemis-jakarta-client-all.2.31.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.38.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy