You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@gmail.com> on 2013/05/08 03:24:35 UTC

dependencies of tapestry5

Hi,

How to check the dependencies of tapestry5?
does it use apache httpclient4? if yes, what version? Thanks,

Angelo

Re: dependencies of tapestry5

Posted by Taha Hafeez Siddiqi <ta...@gmail.com>.
For gradle you can use

./gradlew dependencies

or 

gradle depedencies

On 08-May-2013, at 12:06 PM, Stefan Baur <st...@baurs.ch> wrote:

> Once you have your maven project set up, run this:
> 
> mvn dependency:tree
> 
> or
> 
> mvn dependency:tree > tree.txt (to output the content into a file)
> 
> This will show you a nice dependency tree for the whole maven project.
> 
> 2013/5/8 Jon Williams <wi...@gmail.com>
> 
>> If you follow the instructions at tapestry.apache.org getting started page
>> you can quickly create a standard tapestry prototype app using maven. Once
>> you've done the initial configuration steps, and it builds, look in the lib
>> directory of your build to see all the dependencies.
>> 
>> 
>> On Tue, May 7, 2013 at 7:24 PM, Angelo Chen <an...@gmail.com>
>> wrote:
>> 
>>> Hi,
>>> 
>>> How to check the dependencies of tapestry5?
>>> does it use apache httpclient4? if yes, what version? Thanks,
>>> 
>>> Angelo
>>> 
>> 


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


Re: dependencies of tapestry5

Posted by Stefan Baur <st...@baurs.ch>.
Once you have your maven project set up, run this:

mvn dependency:tree

or

mvn dependency:tree > tree.txt (to output the content into a file)

This will show you a nice dependency tree for the whole maven project.

2013/5/8 Jon Williams <wi...@gmail.com>

> If you follow the instructions at tapestry.apache.org getting started page
> you can quickly create a standard tapestry prototype app using maven. Once
> you've done the initial configuration steps, and it builds, look in the lib
> directory of your build to see all the dependencies.
>
>
> On Tue, May 7, 2013 at 7:24 PM, Angelo Chen <an...@gmail.com>
> wrote:
>
> > Hi,
> >
> > How to check the dependencies of tapestry5?
> > does it use apache httpclient4? if yes, what version? Thanks,
> >
> > Angelo
> >
>

Re: dependencies of tapestry5

Posted by Jon Williams <wi...@gmail.com>.
If you follow the instructions at tapestry.apache.org getting started page
you can quickly create a standard tapestry prototype app using maven. Once
you've done the initial configuration steps, and it builds, look in the lib
directory of your build to see all the dependencies.


On Tue, May 7, 2013 at 7:24 PM, Angelo Chen <an...@gmail.com> wrote:

> Hi,
>
> How to check the dependencies of tapestry5?
> does it use apache httpclient4? if yes, what version? Thanks,
>
> Angelo
>