Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate |
Version | Version3.5.0-Beta-2 |
Type | Typepom |
Filename | Size |
---|---|
hibernate-3.5.0-Beta-2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.5.0-Beta-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate/
implementation 'org.hibernate:hibernate:3.5.0-Beta-2'
// https://jarcasting.com/artifacts/org.hibernate/hibernate/
implementation ("org.hibernate:hibernate:3.5.0-Beta-2")
'org.hibernate:hibernate:pom:3.5.0-Beta-2'
<dependency org="org.hibernate" name="hibernate" rev="3.5.0-Beta-2">
<artifact name="hibernate" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate', version='3.5.0-Beta-2')
)
libraryDependencies += "org.hibernate" % "hibernate" % "3.5.0-Beta-2"
[org.hibernate/hibernate "3.5.0-Beta-2"]