Categories |
CategoriesMaven Build Tools Hibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-maven-plugin |
Version | Version4.3.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-maven-plugin/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-maven-plugin</artifactId>
<version>4.3.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-maven-plugin/
implementation 'org.hibernate:hibernate-maven-plugin:4.3.0.CR1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-maven-plugin/
implementation ("org.hibernate:hibernate-maven-plugin:4.3.0.CR1")
'org.hibernate:hibernate-maven-plugin:jar:4.3.0.CR1'
<dependency org="org.hibernate" name="hibernate-maven-plugin" rev="4.3.0.CR1">
<artifact name="hibernate-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-maven-plugin', version='4.3.0.CR1')
)
libraryDependencies += "org.hibernate" % "hibernate-maven-plugin" % "4.3.0.CR1"
[org.hibernate/hibernate-maven-plugin "4.3.0.CR1"]