kbgg

A Java library for bgg xml api

License

License

GroupId

GroupId

io.github.serafo27
ArtifactId

ArtifactId

kbgg
Last Version

Last Version

1.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

kbgg
A Java library for bgg xml api
Project URL

Project URL

https://github.com/serafo27/kbgg
Source Code Management

Source Code Management

http://github.com/serafo27/kbgg/tree/master

Download kbgg

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
com.squareup.retrofit2 : retrofit jar 2.5.0
com.squareup.retrofit2 : converter-simplexml jar 2.5.0
com.squareup.retrofit2 : converter-gson jar 2.5.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.4.0

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.12
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0