-
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
Import the latest motogpapi-x.x.jar release into your proejct (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>