MVN

com.exasol : test-db-builder-java

Maven & Gradle

Jan 18, 2023
7 usages
3 stars

Test Database Builder for Java · pom.xml

<dependency>
    <groupId>com.exasol</groupId>
    <artifactId>test-db-builder-java</artifactId>
    <version>3.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exasol : test-db-builder-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.2

All Versions

Choose a version of com.exasol : test-db-builder-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
test-db-builder-java-3.4.2
test-db-builder-java-3.4.1
test-db-builder-java-3.4.0
3.3.x
test-db-builder-java-3.3.4
test-db-builder-java-3.3.3
test-db-builder-java-3.3.2
test-db-builder-java-3.3.1
test-db-builder-java-3.3.0
3.2.x
test-db-builder-java-3.2.2
test-db-builder-java-3.2.1
test-db-builder-java-3.2.0
3.1.x
test-db-builder-java-3.1.1
test-db-builder-java-3.1.0
3.0.x
test-db-builder-java-3.0.0
2.1.x
test-db-builder-java-2.1.0
2.0.x
test-db-builder-java-2.0.0
1.1.x
test-db-builder-java-1.1.0
1.0.x
test-db-builder-java-1.0.1
test-db-builder-java-1.0.0
0.2.x
test-db-builder-java-0.2.0
0.1.x
test-db-builder-java-0.1.0

How to add a dependency to Maven

Add the following com.exasol : test-db-builder-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.exasol</groupId>
    <artifactId>test-db-builder-java</artifactId>
    <version>3.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exasol : test-db-builder-java gradle dependency to your build.gradle file:

implementation 'com.exasol:test-db-builder-java:3.4.2'

Gradle Kotlin DSL: Add the following com.exasol : test-db-builder-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.exasol:test-db-builder-java:3.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exasol : test-db-builder-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exasol" % "test-db-builder-java" % "3.4.2"

Advertisement