You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christoph Kutzinski <ku...@gmx.de> on 2010/07/08 09:20:09 UTC

Finding out the dependencies of an (arbitrary) artifact

Hi,

I thought this would be a no brainer, but suprisingly I found no answer to this so far:
How can I find out the dependencies of an arbitrary artifact (say org.sonatype.tycho:tycho-compiler-jdt)?

BTW:
yes, I know there's a workaround: Add it as a dependency to a POM and run mvn dependency:tree
But I thought there would be an easier way.


Christoph

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Finding out the dependencies of an (arbitrary) artifact

Posted by Christoph Kutzinski <ku...@gmx.de>.
Thanks Aleksey,


this works. However, I also want to know the concrete versions of the dependencies (in my environment) and mvnrepository.com doesn't give me that.



Christoph



-------- Original-Nachricht --------
> Datum: Thu, 08 Jul 2010 11:29:12 +0400
> Von: Aleksey Didik <di...@magenta-technology.ru>
> An: Maven Users List <us...@maven.apache.org>
> Betreff: Re: Finding out the dependencies of an (arbitrary) artifact

>   Hello Christoph,
> 
> Try to use mvnrepositry.com.
> 
> For example:
> 
> http://mvnrepository.com/artifact/org.sonatype.tycho/tycho-compiler-jdt/0.9.0
> 
> HTH,
> Aleksey Didik.
> 
> 08.07.2010 11:20, Christoph Kutzinski пишет:
> > Hi,
> >
> > I thought this would be a no brainer, but suprisingly I found no answer
> to this so far:
> > How can I find out the dependencies of an arbitrary artifact (say
> org.sonatype.tycho:tycho-compiler-jdt)?
> >
> > BTW:
> > yes, I know there's a workaround: Add it as a dependency to a POM and
> run mvn dependency:tree
> > But I thought there would be an easier way.
> >
> >
> > Christoph
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Finding out the dependencies of an (arbitrary) artifact

Posted by Aleksey Didik <di...@magenta-technology.ru>.
  Hello Christoph,

Try to use mvnrepositry.com.

For example:

http://mvnrepository.com/artifact/org.sonatype.tycho/tycho-compiler-jdt/0.9.0

HTH,
Aleksey Didik.

08.07.2010 11:20, Christoph Kutzinski пишет:
> Hi,
>
> I thought this would be a no brainer, but suprisingly I found no answer to this so far:
> How can I find out the dependencies of an arbitrary artifact (say org.sonatype.tycho:tycho-compiler-jdt)?
>
> BTW:
> yes, I know there's a workaround: Add it as a dependency to a POM and run mvn dependency:tree
> But I thought there would be an easier way.
>
>
> Christoph
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org