Skip to content

Java MapRoulette client. Create and manage MapRoulette Projects, Challenges and Tasks.

License

Notifications You must be signed in to change notification settings

maproulette/maproulette-java-client

Repository files navigation

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"
}