Group Id org.hibernate
Artifact Id hibernate-tutorial-web
Version 3.3.0.GA
Packaging jar
URL -
Badge
Last Updated 2008-08-15T06:14:05+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-tutorial-web</artifactId>
    <version>3.3.0.GA</version>
</dependency>
implementation group: 'org.hibernate', name: 'hibernate-tutorial-web', version: '3.3.0.GA'
implementation 'org.hibernate:hibernate-tutorial-web:3.3.0.GA'
implementation("org.hibernate:hibernate-tutorial-web:3.3.0.GA")
libraryDependencies += "org.hibernate" % "hibernate-tutorial-web" % "3.3.0.GA"
<dependency org="org.hibernate" name="hibernate-tutorial-web" rev="3.3.0.GA"/>
@Grapes(
    @Grab(group='org.hibernate', module='hibernate-tutorial-web', version='3.3.0.GA')
)
[org.hibernate/hibernate-tutorial-web "3.3.0.GA"]
'org.hibernate:hibernate-tutorial-web:3.3.0.GA'