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.
- Host: GitHub
- URL: https://github.com/maproulette/maproulette-java-client
- Owner: maproulette
- License: apache-2.0
- Created: 2019-10-28T20:22:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T00:07:01.000Z (over 2 years ago)
- Last Synced: 2024-03-26T21:45:24.669Z (over 2 years ago)
- Language: Java
- Size: 535 KB
- Stars: 3
- Watchers: 31
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MapRoulette Java Client


[](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"
}
```