o

obevo-db-impls

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.
https://github.com/goldmansachs/obevo/obevo-dependencies/obevo-db-impls/
The Apache License, Version 2.0
Goldman Sachs
Shant Stepanian
Files download
File Operation
obevo-db-impls-8.2.1.pom download
Apache Maven
<dependency>
  <groupId>com.goldmansachs.obevo</groupId>
  <artifactId>obevo-db-impls</artifactId>
  <version>8.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.goldmansachs.obevo:obevo-db-impls:8.2.1'
Gradle Kotlin
implementation("com.goldmansachs.obevo:obevo-db-impls:8.2.1")
Scala SBT
libraryDependencies += "com.goldmansachs.obevo" % "obevo-db-impls" % "8.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.goldmansachs.obevo', module='obevo-db-impls', version='8.2.1')
)
Apache Ivy
<dependency org="com.goldmansachs.obevo" name="obevo-db-impls" rev="8.2.1" />
Leiningen
[com.goldmansachs.obevo/obevo-db-impls "8.2.1"]
Apache Buildr
'com.goldmansachs.obevo:obevo-db-impls:jar:8.2.1'
Dependencies
The project has no third-party dependencies