VRaptor4

Java web MVC framework for fast and maintainable development

License

License

GroupId

GroupId

br.com.caelum
ArtifactId

ArtifactId

vraptor-parent
Last Version

Last Version

4.3.0-beta-3
Release Date

Release Date

Type

Type

pom
Description

Description

VRaptor4
Java web MVC framework for fast and maintainable development
Project URL

Project URL

http://www.vraptor.org
Project Organization

Project Organization

Caelum
Source Code Management

Source Code Management

http://github.com/caelum/vraptor4

Download vraptor-parent

How to add to project

<!-- https://jarcasting.com/artifacts/br.com.caelum/vraptor-parent/ -->
<dependency>
    <groupId>br.com.caelum</groupId>
    <artifactId>vraptor-parent</artifactId>
    <version>4.3.0-beta-3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum/vraptor-parent/
implementation 'br.com.caelum:vraptor-parent:4.3.0-beta-3'
// https://jarcasting.com/artifacts/br.com.caelum/vraptor-parent/
implementation ("br.com.caelum:vraptor-parent:4.3.0-beta-3")
'br.com.caelum:vraptor-parent:pom:4.3.0-beta-3'
<dependency org="br.com.caelum" name="vraptor-parent" rev="4.3.0-beta-3">
  <artifact name="vraptor-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum', module='vraptor-parent', version='4.3.0-beta-3')
)
libraryDependencies += "br.com.caelum" % "vraptor-parent" % "4.3.0-beta-3"
[br.com.caelum/vraptor-parent "4.3.0-beta-3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • vraptor-core

image

A web MVC action-based framework, on top of CDI, for fast and maintainable Java development.

Downloading

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

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

More detailed prerequisites and dependencies can be found here.

Documentation

More detailed documentation and Javadoc are available at VRaptor's website. You also might be interested in our articles and presentations' page.

Building in your machine

You can build VRaptor by running:

mvn package

VRaptor uses Maven as build tool, so you can easily import it into your favorite IDE.

Contribute to VRaptor

Do you want to contribute with code, documentation or reporting a bug? You can find our guideline here.

br.com.caelum

Caelum

Versions

Version
4.3.0-beta-3
4.3.0-beta-2
4.3.0-beta-1
4.2.2
4.2.1
4.2.0.Final
4.2.0-RC5
4.2.0-RC4
4.2.0-RC3
4.2.0-RC2
4.2.0-RC1
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0.Final
4.1.0-RC3
4.1.0-RC2
4.1.0-RC1
4.0.0.Final
4.0.0-RC2
4.0.0-RC1
4.0.0-beta-4
4.0.0-beta-3
4.0.0-beta-2
4.0.0-beta-1
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0