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.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования H2 Данные Базы данных OAuth2 Безопасность |
| Группа | Группаcom.github.ljtfreitas |
| Идентификатор | Идентификаторjava-restify-oauth2-authentication |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJava Restify Maven Group (Parent)
|
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-oauth2-authentication/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-oauth2-authentication</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-oauth2-authentication/
implementation 'com.github.ljtfreitas:java-restify-oauth2-authentication:2.1.0'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-oauth2-authentication/
implementation ("com.github.ljtfreitas:java-restify-oauth2-authentication:2.1.0")
'com.github.ljtfreitas:java-restify-oauth2-authentication:jar:2.1.0'
<dependency org="com.github.ljtfreitas" name="java-restify-oauth2-authentication" rev="2.1.0">
<artifact name="java-restify-oauth2-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-oauth2-authentication', version='2.1.0')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-oauth2-authentication" % "2.1.0"
[com.github.ljtfreitas/java-restify-oauth2-authentication "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.ljtfreitas : java-restify-form-encoded-multipart-converter | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-text-converter | jar | 2.1.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
| com.google.code.gson : gson | jar | 2.8.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.ljtfreitas : java-restify-http-client | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-http-message | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-contract | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-reflection | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-util | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-util-async | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-spi | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-xml-jaxb-converter | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-json-jackson-converter | jar | 2.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.