License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Hibernate Data ORM |
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-ant |
Version | Version6.0.0.CR1 |
Type | Typepom |
Description |
Descriptionhibernate-ant - relocation
Annotation Processor to generate JPA 2 static metamodel classes
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate-ant-6.0.0.CR1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-ant/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ant</artifactId>
<version>6.0.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-ant/
implementation 'org.hibernate:hibernate-ant:6.0.0.CR1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-ant/
implementation ("org.hibernate:hibernate-ant:6.0.0.CR1")
'org.hibernate:hibernate-ant:pom:6.0.0.CR1'
<dependency org="org.hibernate" name="hibernate-ant" rev="6.0.0.CR1">
<artifact name="hibernate-ant" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-ant', version='6.0.0.CR1')
)
libraryDependencies += "org.hibernate" % "hibernate-ant" % "6.0.0.CR1"
[org.hibernate/hibernate-ant "6.0.0.CR1"]