File | Operation |
---|---|
hibernate-search-jsr352-parent-5.10.0.CR1.pom | download |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jsr352-parent</artifactId>
<version>5.10.0.CR1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-search-jsr352-parent', version='5.10.0.CR1')
)
<dependency org="org.hibernate" name="hibernate-search-jsr352-parent" rev="5.10.0.CR1" />
<parent> <groupId>org.hibernate</groupId> <artifactId>hibernate-search-parent</artifactId> <version>5.10.0.CR1</version> </parent>