br.com.caelum:vraptor-blank-project-gae

Java web MVC framework for fast and maintainable development

License

License

GroupId

GroupId

br.com.caelum
ArtifactId

ArtifactId

vraptor-blank-project-gae
Last Version

Last Version

3.5.5
Release Date

Release Date

Type

Type

pom
Description

Description

Java web MVC framework for fast and maintainable development
Project Organization

Project Organization

Caelum

Download vraptor-blank-project-gae

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
br.com.caelum : vraptor jar 3.5.5

Project Modules

There are no modules declared in this project.

VRaptor 3

Build status

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:

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

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.

br.com.caelum

Caelum

Versions

Version
3.5.5
3.5.3
3.5.2
3.5.1
3.5.0