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 |
GroupId | GroupIdcom.github.ljtfreitas |
ArtifactId | ArtifactIdjava-restify-cdi |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Restify Maven Group (Parent)
|
Filename | Size |
---|---|
java-restify-cdi-2.1.0.pom | |
java-restify-cdi-2.1.0.jar | 12 KB |
java-restify-cdi-2.1.0-sources.jar | 7 KB |
java-restify-cdi-2.1.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-cdi/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-cdi</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-cdi/
implementation 'com.github.ljtfreitas:java-restify-cdi:2.1.0'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-cdi/
implementation ("com.github.ljtfreitas:java-restify-cdi:2.1.0")
'com.github.ljtfreitas:java-restify-cdi:jar:2.1.0'
<dependency org="com.github.ljtfreitas" name="java-restify-cdi" rev="2.1.0">
<artifact name="java-restify-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-cdi', version='2.1.0')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-cdi" % "2.1.0"
[com.github.ljtfreitas/java-restify-cdi "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ljtfreitas : java-restify | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jglue.cdi-unit : cdi-unit | jar | 4.0.2 |
org.jboss.weld.se : weld-se | jar | 2.4.7.Final |
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.