Hibernate Web Tutorial

A webapp-based tutorial project showcasing Hibernate usage

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-tutorial-web
Last Version

Last Version

3.5.0.Beta-1
Release Date

Release Date

Type

Type

war
Description

Description

Hibernate Web Tutorial
A webapp-based tutorial project showcasing Hibernate usage
Project Organization

Project Organization

Hibernate.org

Download hibernate-tutorial-web

How to add to project

<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-tutorial-web/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-tutorial-web</artifactId>
    <version>3.5.0.Beta-1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tutorial-web/
implementation 'org.hibernate:hibernate-tutorial-web:3.5.0.Beta-1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tutorial-web/
implementation ("org.hibernate:hibernate-tutorial-web:3.5.0.Beta-1")
'org.hibernate:hibernate-tutorial-web:war:3.5.0.Beta-1'
<dependency org="org.hibernate" name="hibernate-tutorial-web" rev="3.5.0.Beta-1">
  <artifact name="hibernate-tutorial-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tutorial-web', version='3.5.0.Beta-1')
)
libraryDependencies += "org.hibernate" % "hibernate-tutorial-web" % "3.5.0.Beta-1"
[org.hibernate/hibernate-tutorial-web "3.5.0.Beta-1"]

Dependencies

compile (12)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.3
org.hibernate : hibernate-core jar 3.5.0.Beta-1
org.hibernate : hibernate-testing jar 3.5.0.Beta-1
javassist : javassist jar 3.9.0.GA
cglib : cglib jar 2.2
jaxen : jaxen jar 1.1
hsqldb : hsqldb jar 1.8.0.2
org.slf4j : jcl-over-slf4j jar 1.5.8
org.slf4j : slf4j-log4j12 jar 1.5.8
commons-logging : commons-logging jar 99.0-does-not-exist
commons-logging : commons-logging-api jar 99.0-does-not-exist
org.slf4j : slf4j-api jar 1.5.8

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.5.0.Beta-1
3.3.2.GA
3.3.1.GA
3.3.0.SP1
3.3.0.GA
3.3.0.CR2
3.3.0.CR1