Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.6 KB

master Build Status FOSSA Status

Toornament Client

A java api client for Toornament.

Add to Maven:

To use the current master branch in your project, add this to your pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

	<dependency>
            <groupId>com.github.BrentonPoke</groupId>
            <artifactId>ToornamentClient</artifactId>
            <version>2.1.1</version>
        </dependency>

Finally released to v2.1.1 and is ready for commentary.

Terms and Guidelines

The same terms and conditions apply as for the Toornament API, as stated on their website: https://developer.toornament.com/terms-guidelines

This API client is licenced under the Apache 2 License, which can be found in this repository for reference.

logo

License

FOSSA Status