bupy7 / java-http-sdk-spec

This library provides basic interfaces to create own HTTP client for most API types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-http-sdk-spec

Get automatic notifications about new "java-http-sdk-spec" versions Download Build Status

This library provides basic interfaces to create own HTTP client for most API types.

Documentation

TODO

Install

Gradle

implementation 'ru.mihaly4.httpsdkspec:java-http-sdk-spec:<latest-version>'

Maven

<dependency>
  <groupId>ru.mihaly4.httpsdkspec</groupId>
  <artifactId>java-http-sdk-spec</artifactId>
  <version><latest-version></version>
</dependency>

LICENSE

java-http-sdk-spec is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.

About

This library provides basic interfaces to create own HTTP client for most API types.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%