MVN

org.hibernate : hibernate-releasenotes

Maven & Gradle

Sep 10, 2008

Hibernate Release Notes · The Hibernate release notes DocBook source module

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-releasenotes</artifactId>
    <version>3.3.1.GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibernate : hibernate-releasenotes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1.GA

All Versions

Choose a version of org.hibernate : hibernate-releasenotes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
hibernate-releasenotes-3.3.1.GA
hibernate-releasenotes-3.3.0.SP1
hibernate-releasenotes-3.3.0.GA
hibernate-releasenotes-3.3.0.CR2

How to add a dependency to Maven

Add the following org.hibernate : hibernate-releasenotes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-releasenotes</artifactId>
    <version>3.3.1.GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hibernate : hibernate-releasenotes gradle dependency to your build.gradle file:

implementation 'org.hibernate:hibernate-releasenotes:3.3.1.GA'

Gradle Kotlin DSL: Add the following org.hibernate : hibernate-releasenotes gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hibernate:hibernate-releasenotes:3.3.1.GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hibernate : hibernate-releasenotes sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hibernate" % "hibernate-releasenotes" % "3.3.1.GA"

Advertisement