vraptor-plugin-hibernate4

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Категории

Категории

Hibernate Данные ORM
Группа

Группа

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

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

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

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

1.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

vraptor-plugin-hibernate4
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org
Система контроля версий

Система контроля версий

http://github.com/garcia-jj/vraptor-plugin-hibernate4

Скачать vraptor-plugin-hibernate4

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.hibernate : hibernate-core jar 4.3.0.Final
javax.annotation : javax.annotation-api jar 1.2
br.com.caelum : vraptor jar 3.5.0
br.com.caelum.vraptor : vraptor-environment Необязательный jar 1.1.2

provided (1)

Идентификатор библиотеки Тип Версия
org.mortbay.jetty : servlet-api jar 3.0.20100224

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.mockito : mockito-core jar 1.8.5
org.hamcrest : hamcrest-core jar 1.2
org.hamcrest : hamcrest-library jar 1.2
hsqldb : hsqldb jar 1.8.0.10

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

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

VRaptor Hibernate 4 Plugin

VRaptor Hibernate 4 Plugin provides support to use with Hibernate 4 if you are using VRaptor 3. For VRaptor 4 releases checkout http://github.com/caelum/vraptor-hibernate.

How to install?

You only need to copy the jar to your classpath. VRaptor will register plugin when your application starts without any configurations. Downloads are available in here or in Maven Repository:

<dependency>
  <groupId>br.com.caelum.vraptor</groupId>
  <artifactId>vraptor-plugin-hibernate4</artifactId>
  <version>1.0.0</version> <!--- or the last version --->
</dependency>

Environment support

This plugin optional supports VRaptor Environment. If vraptor-environment jar is available in classpath, environment supports will be activated.

See instructions here: https://github.com/caelum/vraptor-environment

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

Версия
1.5.0
1.0.3
1.0.2
1.0.1
1.0.0