Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

📍Surveyor of Tiny Town — Java Utilities

License

Notifications You must be signed in to change notification settings

thunken/surveyoroftinytown-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📍 surveyoroftinytown-java

surveyoroftinytown-java provides Java utilities for working with data from surveyoroftinytown and the API on https://tracker.archiveteam.org:1338/status.

Latest release

Release

To add a dependency on this project using Gradle, Maven, sbt, or Leiningen, we recommend using JitPack. The Maven group ID is com.github.thunken, and the artifact ID is surveyoroftinytown-java.

For example, for Maven, first add the JitPack repository to your build file:

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

And then add the dependency:

	<dependency>
	    <groupId>com.github.thunken</groupId>
	    <artifactId>surveyoroftinytown-java</artifactId>
	    <version>1.0.5</version>
	</dependency>

Documentation

  • Javadoc: https://thunken.github.io/surveyoroftinytown-java/
    • Note: the current Javadoc for this project is incomplete. We rely on Lombok to generate boilerplate code, and Lombok does not plug into Javadoc. Generated methods and constructors are not included, and the Javadoc for other methods and constructors may be incomplete. See delombok for more information.

About

📍Surveyor of Tiny Town — Java Utilities

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages