# vraptor **Repository Path**: dhbxs/vraptor ## Basic Information - **Project Name**: vraptor - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-17 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README VRaptor 3 ========= ![Build status](https://secure.travis-ci.org/caelum/vraptor.png) A web MVC framework for fast and maintainable development. Documentation can be found at http://vraptor3.vraptor.org Latest version ============== The latest version is available at https://github.com/caelum/vraptor4 and it should be used for new projects. It's documentation can be found at http://vraptor.org Downloading directly or using it through Maven ============================================== For a quick start, you can use this snippet in your maven POM: ```xml br.com.caelum vraptor 3.5.4 ``` Building in your machine ======================== If you want to use the example applications contained within vraptor, execute: mvn package And then configure the projects in your eclipse using maven: mvn eclipse:eclipse Contribute to VRaptor ===================== Want to contribute with code, documentation or bug report? You can find guidelines to contribute to VRaptor [here](http://vraptor3.vraptor.org/en/docs/how-to-contribute/ "Contribute").