is not current version
Last Version 8.2.1

com.goldmansachs.obevo:obevo-db 8.1.1

POM module containing the dependencyManagement section for the modules of Obevo. All Obevo modules except obevo-bom should inherit from this. We separate obevo-bom from this so that clients can depend on the BOM without pulling in third-party dependencies.

GroupId

GroupId

com.goldmansachs.obevo
ArtifactId

ArtifactId

obevo-db
Version

Version

8.1.1
Type

Type

jar

Download obevo-db 8.1.1


<!-- https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-db/ -->
<dependency>
    <groupId>com.goldmansachs.obevo</groupId>
    <artifactId>obevo-db</artifactId>
    <version>8.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-db/
implementation 'com.goldmansachs.obevo:obevo-db:8.1.1'
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-db/
implementation ("com.goldmansachs.obevo:obevo-db:8.1.1")
'com.goldmansachs.obevo:obevo-db:jar:8.1.1'
<dependency org="com.goldmansachs.obevo" name="obevo-db" rev="8.1.1">
  <artifact name="obevo-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goldmansachs.obevo', module='obevo-db', version='8.1.1')
)
libraryDependencies += "com.goldmansachs.obevo" % "obevo-db" % "8.1.1"
[com.goldmansachs.obevo/obevo-db "8.1.1"]