Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.14 KB

MapRoulette Java Client

GitHub Action CI Build Sonatype Nexus (Releases) License

The MapRoulette Java Client is a java library that makes it easy to create Projects, Challenges and Tasks. This library focuses primarily on creation, and does not currently implement any other API endpoints.

Contributing

For contributing guidelines see CONTRIBUTING.md. These guidelines are essential for anyone providing code contributions.

API

For information on the API Library see the documentation.

Getting Started

Here is examples of adding the library into a project.

Gradle Groovy DSL:

dependencies
{
    implementation "org.maproulette.client:maproulette-java-client:0.4.4"
}