Skip to content
Rodrigo Turini edited this page Oct 13, 2013 · 14 revisions

VRaptor 4 is a MVC action-based framework, on top of CDI.

See pages for documentation in portuguese.

English documentation is welcome.

For a quick start, you can use this snippet it your maven POM:

<dependency>
    <groupId>br.com.caelum</groupId>
    <artifactId>vraptor</artifactId>
    <version>4.0-beta-SNAPSHOT</version> <!--or the latest version-->
</dependency>

Or you can download it directly at our artifacts repository.

Clone this wiki locally