Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdbr.com.caelum.vraptor |
ArtifactId | ArtifactIdvraptor-hibernate |
Version | Version4.0.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-hibernate/ -->
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-hibernate</artifactId>
<version>4.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-hibernate/
implementation 'br.com.caelum.vraptor:vraptor-hibernate:4.0.0.Final'
// https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-hibernate/
implementation ("br.com.caelum.vraptor:vraptor-hibernate:4.0.0.Final")
'br.com.caelum.vraptor:vraptor-hibernate:jar:4.0.0.Final'
<dependency org="br.com.caelum.vraptor" name="vraptor-hibernate" rev="4.0.0.Final">
<artifact name="vraptor-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.vraptor', module='vraptor-hibernate', version='4.0.0.Final')
)
libraryDependencies += "br.com.caelum.vraptor" % "vraptor-hibernate" % "4.0.0.Final"
[br.com.caelum.vraptor/vraptor-hibernate "4.0.0.Final"]