Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.goldmansachs.obevo |
ArtifactId | ArtifactIdobevo-hibernate4-util |
Version | Version8.1.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>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-hibernate4-util/
implementation 'com.goldmansachs.obevo:obevo-hibernate4-util:8.1.0'
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-hibernate4-util/
implementation ("com.goldmansachs.obevo:obevo-hibernate4-util:8.1.0")
'com.goldmansachs.obevo:obevo-hibernate4-util:jar:8.1.0'
<dependency org="com.goldmansachs.obevo" name="obevo-hibernate4-util" rev="8.1.0">
<artifact name="obevo-hibernate4-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goldmansachs.obevo', module='obevo-hibernate4-util', version='8.1.0')
)
libraryDependencies += "com.goldmansachs.obevo" % "obevo-hibernate4-util" % "8.1.0"
[com.goldmansachs.obevo/obevo-hibernate4-util "8.1.0"]