File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# MotoGP-API
22
3- Current version: ` 3.0.1 ` \
4- Latest update: April 13 , 2021
3+ Current version: ` 3.0.2 ` \
4+ Latest update: April 18 , 2021
55
66## Contents
77
@@ -62,7 +62,7 @@ The current version has been developed and tested to read the data from [Motorsp
6262Import the following libraries in your project:
6363
6464* the latest motogpapi-x.x.jar release (in the [ release section] ( https://github.com/ParsaD23/MotoGP-API/releases ) )
65- * JSON: [ download] ( https://repo1.maven.org/maven2/org/json/json/20190722/json-20190722.jar )
65+ * JSON: [ download] ( https://repo1.maven.org/maven2/org/json/json )
6666* Jsoup: [ download] ( https://jsoup.org/packages/jsoup-1.13.1.jar )
6767
6868### Installing with Maven
@@ -74,7 +74,7 @@ mvn install:install-file
7474 -Dfile=< path-to-jar-file>
7575 -DgroupId=" com.github.parsad23"
7676 -DartifactId=" motogpapi"
77- -Dversion=" 3.0.1 "
77+ -Dversion=" 3.0.2 "
7878 -Dpackaging=" jar"
7979 -DgeneratePom=true
8080```
@@ -85,7 +85,7 @@ Then add the motogpapi library to the dependencies in the `pom.xml` file of your
8585<dependency >
8686 <groupId >com.github.parsad23</groupId >
8787 <artifactId >motogpapi</artifactId >
88- <version >3.0.1 </version >
88+ <version >3.0.2 </version >
8989</dependency >
9090```
9191
You can’t perform that action at this time.
0 commit comments