Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.beangle.spring |
ArtifactId | ArtifactIdbeangle-spring-hibernate |
Version | Version4.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.spring/beangle-spring-hibernate/ -->
<dependency>
<groupId>org.beangle.spring</groupId>
<artifactId>beangle-spring-hibernate</artifactId>
<version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.spring/beangle-spring-hibernate/
implementation 'org.beangle.spring:beangle-spring-hibernate:4.0.5'
// https://jarcasting.com/artifacts/org.beangle.spring/beangle-spring-hibernate/
implementation ("org.beangle.spring:beangle-spring-hibernate:4.0.5")
'org.beangle.spring:beangle-spring-hibernate:jar:4.0.5'
<dependency org="org.beangle.spring" name="beangle-spring-hibernate" rev="4.0.5">
<artifact name="beangle-spring-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.spring', module='beangle-spring-hibernate', version='4.0.5')
)
libraryDependencies += "org.beangle.spring" % "beangle-spring-hibernate" % "4.0.5"
[org.beangle.spring/beangle-spring-hibernate "4.0.5"]