Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 657 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 657 Bytes

kbgg Build Status Maven Central

A simple kotlin wrapper for the Board Game Geek XML API v2.

Download

Use Gradle:

dependencies {
  implementation 'io.github.serafo27:kbgg:latest-version'
}

Or Maven:

<dependency>
  <groupId>io.github.serafo27</groupId>
  <artifactId>kbgg</artifactId>
  <version>latest-version</version>
</dependency>