Dreadball JSON Model Implementation

Implementation of the Dreadball Model API for JSON communication.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.bernardomg.tabletop.dreadball
ArtifactId

ArtifactId

dreadball-model-json
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

Dreadball JSON Model Implementation
Implementation of the Dreadball Model API for JSON communication.
Project URL

Project URL

https://github.com/bernardo-mg/dreadball-model-json
Project Organization

Project Organization

Bernardo Martínez Garrido
Source Code Management

Source Code Management

https://github.com/bernardo-mg/dreadball-model-json

Download dreadball-model-json

How to add to project

<!-- https://jarcasting.com/artifacts/com.bernardomg.tabletop.dreadball/dreadball-model-json/ -->
<dependency>
    <groupId>com.bernardomg.tabletop.dreadball</groupId>
    <artifactId>dreadball-model-json</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bernardomg.tabletop.dreadball/dreadball-model-json/
implementation 'com.bernardomg.tabletop.dreadball:dreadball-model-json:0.9.1'
// https://jarcasting.com/artifacts/com.bernardomg.tabletop.dreadball/dreadball-model-json/
implementation ("com.bernardomg.tabletop.dreadball:dreadball-model-json:0.9.1")
'com.bernardomg.tabletop.dreadball:dreadball-model-json:jar:0.9.1'
<dependency org="com.bernardomg.tabletop.dreadball" name="dreadball-model-json" rev="0.9.1">
  <artifact name="dreadball-model-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bernardomg.tabletop.dreadball', module='dreadball-model-json', version='0.9.1')
)
libraryDependencies += "com.bernardomg.tabletop.dreadball" % "dreadball-model-json" % "0.9.1"
[com.bernardomg.tabletop.dreadball/dreadball-model-json "0.9.1"]

Dependencies

compile (5)

Group / Artifact Type Version
com.bernardomg.tabletop.dreadball : dreadball-model-api jar 0.9.1
com.fasterxml.jackson.core : jackson-annotations jar 2.8.6
com.fasterxml.jackson.core : jackson-databind jar 2.8.6
com.fasterxml.jackson.core : jackson-core jar 2.8.6
com.jayway.jsonpath : json-path jar 2.2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Dreadball Default Model Implementation

Implementation of the Dreadball Model API for JSON messages.

This covers both the original Dreadball and Dreadball Xtreme, and includes teams, units and the availabilities during team creation.

Maven Central Bintray

Release docs Development docs

Release javadocs Development javadocs

Documentation

Documentation is always generated for the latest release, kept in the 'master' branch:

Documentation is also generated from the latest snapshot, taken from the 'develop' branch:

The documentation site sources come along the source code (as it is a Maven site), so it is always possible to generate them using the following Maven command:

$ mvn verify site

The verify phase is required, as otherwise some of the reports won't be created.

Usage

The application is coded in Java, using Maven to manage the project.

Prerequisites

The project has been tested on the following Java versions:

  • JDK 7
  • JDK 8
  • OpenJDK 7

All other dependencies are handled through Maven, and noted in the included POM file.

Installing

The recommended way to install the project is by setting up your preferred dependencies manager. To get the configuration information for this check the Bintray repository, or the Maven Central Repository.

If for some reason manual installation is necessary, just use the following Maven command:

$ mvn install

Collaborate

Any kind of help with the project will be well received, and there are two main ways to give such help:

  • Reporting errors and asking for extensions through the issues management
  • or forking the repository and extending the project

Issues management

Issues are managed at the GitHub project issues tracker, where any Github user may report bugs or ask for new features.

Getting the code

If you wish to fork or modify the code, visit the GitHub project page, where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.

License

The project has been released under version 2.0 of the Apache License.

Versions

Version
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0