multipart/form-data
Instalação
Maven
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-form-encoded-multipart-converter</artifactId>
<version>{version}</version>
</dependency>Gradle
dependencies {
compile("com.github.ljtfreitas:java-restify-form-encoded-multipart-converter:{version}")
}Last updated