Categories |
CategoriesDistribution Build Tools Hibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-distribution |
Version | Version3.3.0.SP1 |
Type | Typepom |
Filename | Size |
---|---|
hibernate-distribution-3.3.0.SP1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-distribution/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-distribution</artifactId>
<version>3.3.0.SP1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-distribution/
implementation 'org.hibernate:hibernate-distribution:3.3.0.SP1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-distribution/
implementation ("org.hibernate:hibernate-distribution:3.3.0.SP1")
'org.hibernate:hibernate-distribution:pom:3.3.0.SP1'
<dependency org="org.hibernate" name="hibernate-distribution" rev="3.3.0.SP1">
<artifact name="hibernate-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-distribution', version='3.3.0.SP1')
)
libraryDependencies += "org.hibernate" % "hibernate-distribution" % "3.3.0.SP1"
[org.hibernate/hibernate-distribution "3.3.0.SP1"]