And what are the pro\'s con\'s of using either?
I actually saw it in Netbeans under Project Properties > Libraries for Java Applications. We have two tabs, one for c
As others have stated, you are confusing concepts. I think what you are really trying to understand is what Maven refers to as dependency scope. Sometimes you only need a dependency at compile time because you expect it to be provided at runtime, and sometimes you need it at runtime but not compile time.