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

modules.org.eclipse.microprofile.restclient.main.module.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="org.eclipse.microprofile.restclient">
    <resources>
        <artifact name="org.eclipse.microprofile.rest.client:microprofile-rest-client-api:${version.microprofile.restclient}"/>
    </resources>

    <dependencies>
        <module name="javax.enterprise.api"/>
        <module name="javax.annotation.api" export="true"/>
        <module name="javax.ws.rs.api"/>
        <module name="org.wildfly.swarm.undertow" slot="main"/>
        <module name="org.eclipse.microprofile.config.api" export="true"/>
        <module name="org.wildfly.extension.microprofile.config" export="true"/>
    </dependencies>
</module>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy