You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Frans Thamura <fl...@meruvian.org> on 2008/01/14 17:37:19 UTC

Struts 2.1.0

hi there

i just testing struts2 2.1.0,

can help me how to test the REST plugins,

am i have to get from SVN or can use this?

i know that 2.1.0 is the pre relase for 2.1.1

-- 
Frans Thamura

Re: Struts 2.1.0

Posted by Piero Sartini <li...@pierosartini.de>.
Am Montag, 14. Januar 2008 17:37:19 schrieb Frans Thamura:
> hi there
>
> i just testing struts2 2.1.0,
>
> can help me how to test the REST plugins,
>
> am i have to get from SVN or can use this?
>
> i know that 2.1.0 is the pre relase for 2.1.1


If you are using maven, just include the following dependency in your pom.xml:
<dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts2-rest-plugin</artifactId>
            <version>2.1.1-SNAPSHOT</version>
</dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org