Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

Latest commit

 

History

History
61 lines (43 loc) · 1.85 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.85 KB

subra

soccer is simple, but it is difficult to play simple

CircleCI Codacy Badge

You'll need at least Java 1.8 (jre /jdk) to run subra.

Dependency

Maven

<dependency>
    <groupId>io.leonis</groupId>
    <artifactId>subra</artifactId>
    <version>0.0.8</version>
</dependency>

Gradle

compile 'io.leonis:subra:0.0.8'

Documentation

The javadoc for the current code on master can be found on https://delta-leonis.github.io/subra/

Building

Make sure you have gradle>=v2.10 installed. Run the following to build the application:

gradle build

Copyright

This project is licensed under the AGPL version 3 license (see LICENSE).

subra - delta-leonis
Copyright (C) 2017 Rimon Oz, Jeroen de Jong, Ryan Meulenkamp, Thomas Hakkers

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.