feign-java9

This module directs Feign's http requests to Java9 New HTTP/2 Client.

Лицензия

Лицензия

Категории

Категории

Feign Сеть HTTP Clients ORM Данные
Группа

Группа

com.marvinformatics.feign
Идентификатор

Идентификатор

feign-java9
Последняя версия

Последняя версия

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

feign-java9
This module directs Feign's http requests to Java9 New HTTP/2 Client.
Ссылка на сайт

Ссылка на сайт

https://github.com/velo/feign-java9/
Система контроля версий

Система контроля версий

https://github.com/velo/feign-java9/

Скачать feign-java9

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-java9/ -->
<dependency>
    <groupId>com.marvinformatics.feign</groupId>
    <artifactId>feign-java9</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-java9/
implementation 'com.marvinformatics.feign:feign-java9:0.2'
// https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-java9/
implementation ("com.marvinformatics.feign:feign-java9:0.2")
'com.marvinformatics.feign:feign-java9:jar:0.2'
<dependency org="com.marvinformatics.feign" name="feign-java9" rev="0.2">
  <artifact name="feign-java9" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics.feign', module='feign-java9', version='0.2')
)
libraryDependencies += "com.marvinformatics.feign" % "feign-java9" % "0.2"
[com.marvinformatics.feign/feign-java9 "0.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
io.github.openfeign : feign-core jar 9.5.0

test (3)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 1.7.1
junit : junit jar 4.12
io.github.openfeign : feign-core jar 9.5.0

Модули Проекта

Данный проект не имеет модулей.

feign-java9

Build Status Coverage Status Maven Central Issues Forks Stars

This module directs Feign's http requests to Java9 New HTTP/2 Client that implements HTTP/2.

To use New HTTP/2 Client with Feign, use Java SDK 9 and add feign.java9 module to your module-info.java. Then, configure Feign to use the Java9HttpClient:

GitHub github = Feign.builder()
                     .client(new Java9HttpClient())
                     .target(GitHub.class, "https://api.github.com");

Версии библиотеки

Версия
0.2
0.1