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