Dreadball Default Model Implementation

Default implementation of the Dreadball Model API.

Лицензия

Лицензия

Группа

Группа

com.wandrell.tabletop.dreadball
Идентификатор

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

dreadball-model-default
Последняя версия

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

0.6.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Dreadball Default Model Implementation
Default implementation of the Dreadball Model API.
Ссылка на сайт

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

https://github.com/bernardo-mg/dreadball-model-default
Организация-разработчик

Организация-разработчик

Bernardo Martínez Garrido
Система контроля версий

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

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

Скачать dreadball-model-default

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.wandrell.tabletop.dreadball : dreadball-model-api jar 0.7.3
com.google.guava : guava jar 20.0

test (4)

Идентификатор библиотеки Тип Версия
org.apache.logging.log4j : log4j-core jar 2.8
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8
org.mockito : mockito-all jar 1.10.19
org.testng : testng jar 6.10

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

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

Dreadball Default Model Implementation

Default implementation of the Dreadball Model API meant for a simple and generic use.

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 is actually a Maven site, and its sources are included in the project. If required it can be generated by using the following Maven command:

$ mvn verify site

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

Usage

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

It is a Java library, meant to be included as a dependency on any project which may want to make use of it.

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 it up as a dependency. To get the configuration information for this check the Bintray repository, or the Maven Central Repository.

It is always possible installing it by using the usual 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.

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

Версия
0.6.1
0.6.0
0.5.7
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0