MavenCLI
Simple maven cli tool.
Installation
Install as a gem:
$ gem install maven-cli
Usage
You can have an interactive help using:
$ maven-cli help
Examples
To download a jar from maven repository (http://repo.maven.apache.org/maven2)
$ maven-cli download <group> <artifact> <version>
For instance: maven-cli download com.google.guava guava 19.0
To download a jar from a non standard repository
$ maven-cli download <group> <artifact> <version> -r <repository>
To download a jar from maven repository and save it to file
$ maven-cli download <group> <artifact> <version> -o <outfile>
Contributing
Please read carefully CONTRIBUTING.md before making a merge request.
License and Author
- Author:: DPS Team ([email protected])
- Author:: Samuel Bernard ([email protected])
- Author:: Richard Delaplace ([email protected])
Copyright (c) 2016 Sam4Mobile
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.