challonge-java

Java binding for the CHALLONGE! REST Api

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.exsoloscript.challonge
Идентификатор

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

challonge-java
Последняя версия

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

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

challonge-java
Java binding for the CHALLONGE! REST Api
Ссылка на сайт

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

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

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

http://github.com/stefangeyer/challonge-java/tree/master

Скачать challonge-java

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
com.squareup.retrofit2 : retrofit jar 2.1.0
com.squareup.retrofit2 : converter-gson jar 2.1.0
com.squareup.okhttp3 : logging-interceptor jar 3.3.1
commons-codec : commons-codec jar 1.10
org.apache.commons : commons-lang3 jar 3.4
com.google.inject : guice jar 4.1.0
com.google.inject.extensions : guice-multibindings jar 4.1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

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:

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

Версия
1.0.3
1.0.2
1.0.1
1.0