JSON-P
Instalação
Maven
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-json-jsonp-converter</artifactId>
<version>{version}</version>
</dependency>Gradle
dependencies {
compile("com.github.ljtfreitas:java-restify-json-jsonp-converter:{version}")
}Utilização
Last updated