- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 33字
- 2021-06-30 19:10:50
Unix /MacOS X
Extract the content of the zip or tar.gz using the following command:
unzip apache-maven-3.5.0-bin.zip
Alternatively, you can use the following:
tar xzvf apache-maven-3.5.0-bin.tar.gz
Add this to your ~/.bash_profile:
export PATH=/maven-install-dir/bin:$PATH
推薦閱讀
- Learning Java Functional Programming
- Python 3.7網絡爬蟲快速入門
- PyQt從入門到精通
- 程序員數學:用Python學透線性代數和微積分
- 微服務設計原理與架構
- Rust Cookbook
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Learning Network Forensics
- Unreal Engine 4 Shaders and Effects Cookbook
- Python深度學習:基于TensorFlow
- Learning ArcGIS for Desktop
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Kubernetes源碼剖析
- Fast Data Processing with Spark(Second Edition)
- 精通Spring:Java Web開發與Spring Boot高級功能