| License |
License |
|---|---|
| Categories |
CategoriesFeign Net HTTP Clients |
| GroupId | GroupIdio.github.openfeign |
| ArtifactId | ArtifactIdfeign-vertx |
| Last Version | Last Version5.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfeign-vertx
Use Feign client on Vert.x
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| feign-vertx-5.0.0.pom | |
| feign-vertx-5.0.0.jar | 29 KB |
| feign-vertx-5.0.0-sources.jar | 14 KB |
| feign-vertx-5.0.0-javadoc.jar | 418 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-vertx/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-vertx</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-vertx/
implementation 'io.github.openfeign:feign-vertx:5.0.0'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-vertx/
implementation ("io.github.openfeign:feign-vertx:5.0.0")
'io.github.openfeign:feign-vertx:jar:5.0.0'
<dependency org="io.github.openfeign" name="feign-vertx" rev="5.0.0">
<artifact name="feign-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-vertx', version='5.0.0')
)
libraryDependencies += "io.github.openfeign" % "feign-vertx" % "5.0.0"
[io.github.openfeign/feign-vertx "5.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-web-client | jar | 4.0.0 |
| org.junit.jupiter : junit-jupiter-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 4.0.0 |
| io.github.openfeign : feign-core | jar | 11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-junit5 | jar | 4.0.0 |
| org.assertj : assertj-core | jar | 3.18.1 |
| com.github.tomakehurst : wiremock-jre8 | jar | 2.27.2 |
| com.fasterxml.jackson.core : jackson-annotations | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
| io.github.openfeign : feign-jackson | jar | 11.0 |
| io.github.openfeign : feign-slf4j | jar | 11.0 |
| org.slf4j : slf4j-log4j12 | jar | 1.8.0-beta0 |