Challonge Java Retrofit Rest Client

Retrofit rest client for Challonge Java

Лицензия

Лицензия

Категории

Категории

Retrofit Сеть HTTP Clients
Группа

Группа

at.stefangeyer.challonge.rest
Идентификатор

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

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

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

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Challonge Java Retrofit Rest Client
Retrofit rest client for Challonge Java
Ссылка на сайт

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

https://github.com/stefangeyer/challonge-java
Система контроля версий

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

https://github.com/stefangeyer/challonge-java

Скачать retrofit

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

<!-- https://jarcasting.com/artifacts/at.stefangeyer.challonge.rest/retrofit/ -->
<dependency>
    <groupId>at.stefangeyer.challonge.rest</groupId>
    <artifactId>retrofit</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.stefangeyer.challonge.rest/retrofit/
implementation 'at.stefangeyer.challonge.rest:retrofit:2.1.0'
// https://jarcasting.com/artifacts/at.stefangeyer.challonge.rest/retrofit/
implementation ("at.stefangeyer.challonge.rest:retrofit:2.1.0")
'at.stefangeyer.challonge.rest:retrofit:jar:2.1.0'
<dependency org="at.stefangeyer.challonge.rest" name="retrofit" rev="2.1.0">
  <artifact name="retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.stefangeyer.challonge.rest', module='retrofit', version='2.1.0')
)
libraryDependencies += "at.stefangeyer.challonge.rest" % "retrofit" % "2.1.0"
[at.stefangeyer.challonge.rest/retrofit "2.1.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
at.stefangeyer.challonge : core jar 2.1.0
com.squareup.retrofit2 : retrofit jar 2.5.0

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

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

challonge-java

CircleCI Codacy Badge codecov Maven Central

This library binds the CHALLONGE! REST API calls for Java and any other JVM language.

Released under the MIT license.

gradle

implementation group: 'at.stefangeyer.challonge', name: 'core', version: '2.1.0'

maven

<dependency>
    <groupId>at.stefangeyer.challonge</groupId>
    <artifactId>core</artifactId>
    <version>2.1.0</version>
</dependency>

examples

Check the wiki for instructions on how get started.

modules

This project is split up in the modules core, rest and serializers. While core contains the main functionality and interfaces for the rest and serializer package, the latter contains all available implementations of their respective interfaces. Rest and serializers contain all implementations of the core module's interfaces Serializer and RestClient. Additional implementations may follow in the future.

serializers

Currently, there are the following serializer implementations:

rest clients

Currently, there are the following rest client implementations:

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

Версия
2.1.0
2.0.1
2.0