RammusXu / rammusxu.github.io

My profile
https://rammusxu.github.io/
2 stars 0 forks source link

Apache Commons CLI - 提供Java CLI檢查機制的Library #35

Closed RammusXu closed 7 years ago

RammusXu commented 8 years ago

https://mvnrepository.com/artifact/commons-cli/commons-cli/1.3.1

Apache Commons CLI provides a simple API for presenting, processing and validating a command line interface.

在build.gradle中加入dependencies

dependencies {
    compile group: 'commons-cli', name: 'commons-cli', version: '1.3.1'
}