Jersey Multipart entity providers support module for handling multipart/form-data requests and responses in JAX-RS applications.
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
<version>4.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a multipart form data entity with a text field and a file attachment.
Use javax.ws.rs for Jersey 2.x or jakarta.ws.rs for Jersey 4.x.
No dependency data recorded yet.