Skip to content

Commit 9d3b42e

Browse files
Adding maven dependency in software requirements.
1 parent c327d0f commit 9d3b42e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,17 @@ Now, as we have learned about different system components, then let's start.
5151

5252
The following are the initially required software pieces:
5353

54-
1. **Git**: it can be downloaded and installed from https://git-scm.com/downloads.
54+
1. **Maven**: Apache Maven is a software project management and comprehension tool, it can be downloaded from here https://maven.apache.org/download.cgi
5555

56-
2. **Java 15 EA**: it can be downloaded and installed from https://jdk.java.net/15/.
56+
1. **Git**: it can be downloaded and installed from https://git-scm.com/downloads
5757

58-
3. **curl**: this command-line tool for testing HTTP-based APIs can be downloaded and installed from https://curl.haxx.se/download.html.
58+
1. **Java 15 EA**: it can be downloaded and installed from https://jdk.java.net/15/
5959

60-
4. **jq**: This command-line JSON processor can be downloaded and installed from https://stedolan.github.io/jq/download/.
60+
1. **curl**: this command-line tool for testing HTTP-based APIs can be downloaded and installed from https://curl.haxx.se/download.html
6161

62-
5. Spring Boot Initializer: This *Initializer* generates *spring* boot project with just what you need to start quickly! Start from here https://start.spring.io/.
62+
1. **jq**: This command-line JSON processor can be downloaded and installed from https://stedolan.github.io/jq/download/
63+
64+
1. Spring Boot Initializer: This *Initializer* generates *spring* boot project with just what you need to start quickly! Start from here https://start.spring.io/
6365

6466
6. **Docker Desktop**: The fastest way to containerize applications on your desktop, and you can download it from here [https://www.docker.com/products/docker-desktop](https://www.docker.com/products/docker-desktop)
6567

0 commit comments

Comments
 (0)