File | Operation |
---|---|
hibernate-tutorial-web-3.5.0.Beta-1.pom | download |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tutorial-web</artifactId>
<version>3.5.0.Beta-1</version>
<type>war</type>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tutorial-web', version='3.5.0.Beta-1')
)