An open API service indexing awesome lists of open source software.

https://github.com/maproulette/maproulette-java-client

Java MapRoulette client. Create and manage MapRoulette Projects, Challenges and Tasks.
https://github.com/maproulette/maproulette-java-client

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# MapRoulette Java Client

![GitHub Action CI Build](https://github.com/maproulette/maproulette-java-client/actions/workflows/pull-request.yml/badge.svg?branch=main)
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/org.maproulette.client/maproulette-java-client?server=https%3A%2F%2Foss.sonatype.org)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

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](CONTRIBUTING.md). These guidelines are essential for anyone providing code contributions.

### API

For information on the API Library see the [documentation](docs/using.md).

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