MVN

com.goldmansachs.obevo : obevo-db-memsql

Maven & Gradle

Feb 10, 2021
1 usages
223 stars

obevo-db-memsql · 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.

<dependency>
    <groupId>com.goldmansachs.obevo</groupId>
    <artifactId>obevo-db-memsql</artifactId>
    <version>8.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goldmansachs.obevo : obevo-db-memsql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.1

All Versions

Choose a version of com.goldmansachs.obevo : obevo-db-memsql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
obevo-db-memsql-8.2.1
obevo-db-memsql-8.2.0
8.1.x
obevo-db-memsql-8.1.1
obevo-db-memsql-8.1.0

How to add a dependency to Maven

Add the following com.goldmansachs.obevo : obevo-db-memsql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.goldmansachs.obevo</groupId>
    <artifactId>obevo-db-memsql</artifactId>
    <version>8.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.goldmansachs.obevo : obevo-db-memsql gradle dependency to your build.gradle file:

implementation 'com.goldmansachs.obevo:obevo-db-memsql:8.2.1'

Gradle Kotlin DSL: Add the following com.goldmansachs.obevo : obevo-db-memsql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.goldmansachs.obevo:obevo-db-memsql:8.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.goldmansachs.obevo : obevo-db-memsql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.goldmansachs.obevo" % "obevo-db-memsql" % "8.2.1"

Advertisement