Challonge Java

Java and JVM bindings for the Challonge API

License

License

GroupId

GroupId

at.stefangeyer.challonge
ArtifactId

ArtifactId

core
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Challonge Java
Java and JVM bindings for the Challonge API
Project URL

Project URL

https://github.com/stefangeyer/challonge-java
Source Code Management

Source Code Management

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

Download core

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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:

Versions

Version
2.1.0
2.0.1
2.0