Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 361 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 361 Bytes

Sparky-Web-API

A simple Java Wrapper for the Sparky Web API

Maven:

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

	<dependency>
	    <groupId>com.github.Sparky-Tech</groupId>
	    <artifactId>Sparky-Web-API</artifactId>
	    <version>1.2</version>
	</dependency>