MVN

com.marklogic : marklogic-data-hub-junit5

Maven & Gradle

Mar 24, 2023
129 stars

marklogic-data-hub-junit5 · Supports testing Data Hub applications via JUnit5

<dependency>
    <groupId>com.marklogic</groupId>
    <artifactId>marklogic-data-hub-junit5</artifactId>
    <version>5.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marklogic : marklogic-data-hub-junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.1

All Versions

Choose a version of com.marklogic : marklogic-data-hub-junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8.x
marklogic-data-hub-junit5-5.8.1
marklogic-data-hub-junit5-5.8.0
5.7.x
marklogic-data-hub-junit5-5.7.2
marklogic-data-hub-junit5-5.7.1
marklogic-data-hub-junit5-5.7.0
5.6.x
marklogic-data-hub-junit5-5.6.2
marklogic-data-hub-junit5-5.6.1
marklogic-data-hub-junit5-5.6.0
5.5.x
marklogic-data-hub-junit5-5.5.5
marklogic-data-hub-junit5-5.5.4
marklogic-data-hub-junit5-5.5.3
marklogic-data-hub-junit5-5.5.2
marklogic-data-hub-junit5-5.5.1
marklogic-data-hub-junit5-5.5.0

How to add a dependency to Maven

Add the following com.marklogic : marklogic-data-hub-junit5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.marklogic</groupId>
    <artifactId>marklogic-data-hub-junit5</artifactId>
    <version>5.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marklogic : marklogic-data-hub-junit5 gradle dependency to your build.gradle file:

implementation 'com.marklogic:marklogic-data-hub-junit5:5.8.1'

Gradle Kotlin DSL: Add the following com.marklogic : marklogic-data-hub-junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marklogic:marklogic-data-hub-junit5:5.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marklogic : marklogic-data-hub-junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marklogic" % "marklogic-data-hub-junit5" % "5.8.1"

Advertisement