Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.goldmansachs.obevo |
ArtifactId | ArtifactIdobevo-hibernate5-util |
Version | Version8.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-hibernate5-util/ -->
<dependency>
<groupId>com.goldmansachs.obevo</groupId>
<artifactId>obevo-hibernate5-util</artifactId>
<version>8.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-hibernate5-util/
implementation 'com.goldmansachs.obevo:obevo-hibernate5-util:8.1.1'
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-hibernate5-util/
implementation ("com.goldmansachs.obevo:obevo-hibernate5-util:8.1.1")
'com.goldmansachs.obevo:obevo-hibernate5-util:jar:8.1.1'
<dependency org="com.goldmansachs.obevo" name="obevo-hibernate5-util" rev="8.1.1">
<artifact name="obevo-hibernate5-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goldmansachs.obevo', module='obevo-hibernate5-util', version='8.1.1')
)
libraryDependencies += "com.goldmansachs.obevo" % "obevo-hibernate5-util" % "8.1.1"
[com.goldmansachs.obevo/obevo-hibernate5-util "8.1.1"]