For gradle you can use

./gradlew dependencies

or 

gradle depedencies

On 08-May-2013, at 12:06 PM, Stefan Baur <[email protected]> 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 <[email protected]>
> 
>> 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 <[email protected]>
>> wrote:
>> 
>>> Hi,
>>> 
>>> How to check the dependencies of tapestry5?
>>> does it use apache httpclient4? if yes, what version? Thanks,
>>> 
>>> Angelo
>>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to