CLI tool to search library in maven central repository
CLI tool to search library in maven central repository.
Use pip
or easy_install
.
pip install mvns
or
easy_install mvns
> mvns picasso
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.picasso:picasso-parent:2.5.2'
compile 'it.sephiroth.android.library.picasso:picasso-sample:2.1.6'
compile 'com.squareup.picasso:picasso-sample:2.5.2'
compile 'com.squareup.picasso:picasso-pollexor:2.5.2'
compile 'com.twotoasters.servos:util-picasso:1.0.0'
compile 'com.marvinlabs:android-slideshow-widget-picasso-plugin:0.5.0'
-g
Specify groupId.-a
Specify artifactId.-v
Specify version.mvns -g com.squareup.picasso -a picasso -v 2.5.2
compile 'com.squareup.picasso:picasso-parent:2.5.2'
-A
Show all version.mvns -g com.squareup.picasso -a picasso -A
compile 'com.squareup.picasso:picasso:2.3.4'
compile 'com.squareup.picasso:picasso:2.3.3'
compile 'com.squareup.picasso:picasso:2.3.2'
compile 'com.squareup.picasso:picasso:2.3.1'
compile 'com.squareup.picasso:picasso:2.3.0'
-m
Limit number of result. default is 20.mvns picasso -m 1
compile 'com.squareup.picasso:picasso:2.3.4'
Supports Python 2.7 and 3.4.
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
) Copyright 2015 Shintaro Katafuchi
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.