java-restify
java-restify é uma biblioteca para auxiliar a construção de clientes de API's HTTP, inspirada em projetos como Feign, Retrofit e RESTEasy.
License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.github.ljtfreitas |
ArtifactId | ArtifactIdjava-restify-jersey-http-client |
Last Version | Last Version1.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Restify Maven Group (Parent)
|
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-jersey-http-client/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-jersey-http-client</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-jersey-http-client/
implementation 'com.github.ljtfreitas:java-restify-jersey-http-client:1.6.4'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-jersey-http-client/
implementation ("com.github.ljtfreitas:java-restify-jersey-http-client:1.6.4")
'com.github.ljtfreitas:java-restify-jersey-http-client:jar:1.6.4'
<dependency org="com.github.ljtfreitas" name="java-restify-jersey-http-client" rev="1.6.4">
<artifact name="java-restify-jersey-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-jersey-http-client', version='1.6.4')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-jersey-http-client" % "1.6.4"
[com.github.ljtfreitas/java-restify-jersey-http-client "1.6.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ljtfreitas : java-restify | jar | 1.6.4 |
org.glassfish.jersey.core : jersey-client | jar | 2.25.1 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.25.1 |
org.glassfish.jersey.media : jersey-media-jaxb | jar | 2.25.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.mock-server : mockserver-netty | jar | 3.10.4 |
org.hamcrest : hamcrest-library | jar | 1.3 |
java-restify é uma biblioteca para auxiliar a construção de clientes de API's HTTP, inspirada em projetos como Feign, Retrofit e RESTEasy.