MVN

com.goldmansachs.obevo : obevo-db-scenario-tests

Maven & Gradle

Apr 27, 2017
2 usages

Tests that require H2 to execute, as it was easier to represent these via SQLs instead of just mocking. These should eventually be moved into obevo-core with a mock system implementation.

<dependency>
    <groupId>com.goldmansachs.obevo</groupId>
    <artifactId>obevo-db-scenario-tests</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.0

All Versions

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

Version Vulnerabilities Updated
6.0.x
obevo-db-scenario-tests-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.goldmansachs.obevo</groupId>
    <artifactId>obevo-db-scenario-tests</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.goldmansachs.obevo:obevo-db-scenario-tests:6.0.0'

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

implementation("com.goldmansachs.obevo:obevo-db-scenario-tests:6.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.goldmansachs.obevo" % "obevo-db-scenario-tests" % "6.0.0"

Advertisement