- 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
推薦閱讀
- Mastering Ext JS(Second Edition)
- Flink SQL與DataStream入門、進階與實戰
- 匯編語言程序設計(第2版)
- Git高手之路
- Learning ArcGIS Pro
- 網絡爬蟲原理與實踐:基于C#語言
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Mastering Linux Security and Hardening
- PowerDesigner 16 從入門到精通
- JavaScript悟道
- Python編程快速上手2
- MongoDB Cookbook
- INSTANT PLC Programming with RSLogix 5000
- Microsoft Windows Identity Foundation Cookbook
- Mastering Node.js