br.com.caelum:vraptor-mydvds

Java web MVC framework for fast and maintainable development

Лицензия

Лицензия

Группа

Группа

br.com.caelum
Идентификатор

Идентификатор

vraptor-mydvds
Последняя версия

Последняя версия

3.5.5
Дата

Дата

Тип

Тип

war
Описание

Описание

Java web MVC framework for fast and maintainable development
Организация-разработчик

Организация-разработчик

Caelum

Скачать vraptor-mydvds

Как подключить последнюю версию

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

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
br.com.caelum : vraptor jar 3.5.5
br.com.caelum.vraptor : vraptor-plugin-hibernate4 jar 1.0.2
hsqldb : hsqldb jar 1.8.0.10
javax.validation : validation-api jar 1.0.0.GA
org.hibernate : hibernate-validator jar 4.2.0.Final
com.google.guava : guava jar 11.0.2
log4j : log4j jar 1.2.17
com.google.inject : guice jar 3.0
com.google.inject.extensions : guice-multibindings jar 3.0
javax.servlet : jstl jar 1.2
org.hamcrest : hamcrest-core jar 1.2
org.hamcrest : hamcrest-library jar 1.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0