On 27/11/2012 8:43 AM, daniel echalar wrote:
Hi,
I'm new in maven,
To add a dependency to my pom.xml, usually, I google the artifact, class,
jar and then go to http://mvnrepository.com and try luck by searching key
words, however sometimes it takes too much time, or I get stuck.
So the question is, is there any formal/structured procedure to find
dependencies in maven?
Right now I'm looking dependencies for :
import org.jboss.soa.bpel.console.ModelAdaptor;
import com.google.gson.*;
and it is kind frustrating xD
thanks!
Not everyone publishes their code as Maven Artifacts in a public
repository like Maven Central.
Sometimes the issue is proprietary code that is covered by a commercial
license that you must buy.
Sometimes it is a license issue (Oracle, Java) where you need to agree
to the terms of a license before you use the software, even if it is
provided for free.
You may have to download the jars from the author and add them manually
to your own repo.
Ron
--
Ron Wheeler
President
Artifact Software Inc
email: [email protected]
skype: ronaldmwheeler
phone: 866-970-2435, ext 102
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]