jar

org.maproulette.client : maproulette-java-client

Maven & Gradle

Apr 17, 2023
3 stars

MapRoulette Java Client · Java Client to connect and use MapRoulette API

Table Of Contents

Latest Version

Download org.maproulette.client : maproulette-java-client JAR file - Latest Versions:

All Versions

Download org.maproulette.client : maproulette-java-client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maproulette-java-client-0.4.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.maproulette.client.connection

├─ org.maproulette.client.connection.IMapRouletteConnection.class - [JAR]

├─ org.maproulette.client.connection.MapRouletteConfiguration.class - [JAR]

├─ org.maproulette.client.connection.MapRouletteConnection.class - [JAR]

├─ org.maproulette.client.connection.Query.class - [JAR]

org.maproulette.client.batch

├─ org.maproulette.client.batch.BatchUploader.class - [JAR]

├─ org.maproulette.client.batch.ChallengeBatch.class - [JAR]

├─ org.maproulette.client.batch.ProjectBatch.class - [JAR]

org.maproulette.client.model

├─ org.maproulette.client.model.Challenge.class - [JAR]

├─ org.maproulette.client.model.ChallengeDifficulty.class - [JAR]

├─ org.maproulette.client.model.ChallengePriority.class - [JAR]

├─ org.maproulette.client.model.IMapRouletteObject.class - [JAR]

├─ org.maproulette.client.model.PointInformation.class - [JAR]

├─ org.maproulette.client.model.PriorityRule.class - [JAR]

├─ org.maproulette.client.model.Project.class - [JAR]

├─ org.maproulette.client.model.RuleList.class - [JAR]

├─ org.maproulette.client.model.Task.class - [JAR]

├─ org.maproulette.client.model.TaskStatus.class - [JAR]

├─ org.maproulette.client.model.User.class - [JAR]

org.maproulette.client.api

├─ org.maproulette.client.api.ChallengeAPI.class - [JAR]

├─ org.maproulette.client.api.IAPI.class - [JAR]

├─ org.maproulette.client.api.ProjectAPI.class - [JAR]

├─ org.maproulette.client.api.QueryConstants.class - [JAR]

├─ org.maproulette.client.api.TaskAPI.class - [JAR]

├─ org.maproulette.client.api.UserAPI.class - [JAR]

org.maproulette.client.http

├─ org.maproulette.client.http.DeleteResource.class - [JAR]

├─ org.maproulette.client.http.GetResource.class - [JAR]

├─ org.maproulette.client.http.HttpResource.class - [JAR]

├─ org.maproulette.client.http.PostResource.class - [JAR]

├─ org.maproulette.client.http.PutResource.class - [JAR]

├─ org.maproulette.client.http.ResourceFactory.class - [JAR]

org.maproulette.client

├─ org.maproulette.client.CommonConstants.class - [JAR]

org.maproulette.client.utilities

├─ org.maproulette.client.utilities.ObjectMapperSingleton.class - [JAR]

├─ org.maproulette.client.utilities.ThrowingConsumer.class - [JAR]

├─ org.maproulette.client.utilities.ThrowingFunction.class - [JAR]

├─ org.maproulette.client.utilities.Tuple.class - [JAR]

├─ org.maproulette.client.utilities.Utilities.class - [JAR]

org.maproulette.client.exception

├─ org.maproulette.client.exception.MapRouletteException.class - [JAR]

├─ org.maproulette.client.exception.MapRouletteRuntimeException.class - [JAR]

├─ org.maproulette.client.exception.MapRouletteRuntimeParseException.class - [JAR]

Advertisement