-
Notifications
You must be signed in to change notification settings - Fork 1
1. Getting Started
Parsa Dahesh edited this page Apr 13, 2021
·
9 revisions
In order to use this library, import the latest motogpapi-x.x.jar release into your proejct and the url_configuration.properties file the main folder of your project (both in the release section).
The following libraries are required:
Import them into your project.
Add the following Maven dependencies:
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.13.1</version>
</dependency>