An open API service indexing awesome lists of open source software.

https://github.com/mmattozzi/pomaid

A helper for adding dependencies to maven poms
https://github.com/mmattozzi/pomaid

Last synced: 2 months ago
JSON representation

A helper for adding dependencies to maven poms

Awesome Lists containing this project

README

        

Currently in a rudimentary working state.

General idea is to run an interactive session in the working directory of your project that goes like this:

$ pomaid
Search: commons-lang
Select matching dependency:
[1] commons-lang/commons-lang
[x] Exit
1
Select available version:
[0] 1.0
[1] 1.0-b1
[2] 1.0-b1.1
[3] 1.0.1
[4] 2.0
[5] 2.1
[6] 2.2
[7] 2.3
[8] 2.4
[9] 20030203.000129
[x] Exit
8
Dependency:

commons-lang
commons-lang
2.4

Add to pom? [y/n]
y