You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by anita nichols <an...@gmail.com> on 2007/10/09 18:31:18 UTC

Wicket extension 1.3

Where can I get the Wicket 1.3 extension for my quickstart
Where can I put those extension? Can I put it under Referenced Libraries?

Thank you,
Anita

Re: Wicket extension 1.3

Posted by Vit Rozkovec <wi...@rozkovec.info>.
Hi,
the best way is to set up Maven and let it download all the required 
references.
With maven, you can create quickstart project then and in its pom.xml 
add a dependency
        <dependency>
            <groupId>org.apache.wicket</groupId>
            <artifactId>wicket-extensions</artifactId>
            <version>1.3.0-beta3</version>
        </dependency>

Regards
Vitek

anita nichols wrote:
> Where can I get the Wicket 1.3 extension for my quickstart
> Where can I put those extension? Can I put it under Referenced Libraries?
>
> Thank you,
> Anita
>
>   


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