MVN

com.ovoenergy : natchez-extras-testkit_3

Maven & Gradle

Aug 17, 2023
1 usages
32 stars

natchez-extras-testkit · natchez-extras-testkit

<dependency>
    <groupId>com.ovoenergy</groupId>
    <artifactId>natchez-extras-testkit_3</artifactId>
    <version>8.0.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ovoenergy : natchez-extras-testkit_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0-M2
  • Latest Release Candidate: 7.0.1-RC2

All Versions

Choose a version of com.ovoenergy : natchez-extras-testkit_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
natchez-extras-testkit_3-8.0.0-M2
natchez-extras-testkit_3-8.0.0-M1
7.0.x
natchez-extras-testkit_3-7.0.1-RC2
natchez-extras-testkit_3-7.0.1-RC1
natchez-extras-testkit_3-7.0.0
natchez-extras-testkit_3-7.0.0-RC2
natchez-extras-testkit_3-7.0.0-RC1
natchez-extras-testkit_3-7.0.0-M4
natchez-extras-testkit_3-7.0.0-M3
natchez-extras-testkit_3-7.0.0-M2
natchez-extras-testkit_3-7.0.0-M1

How to add a dependency to Maven

Add the following com.ovoenergy : natchez-extras-testkit_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ovoenergy</groupId>
    <artifactId>natchez-extras-testkit_3</artifactId>
    <version>8.0.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ovoenergy : natchez-extras-testkit_3 gradle dependency to your build.gradle file:

implementation 'com.ovoenergy:natchez-extras-testkit_3:8.0.0-M2'

Gradle Kotlin DSL: Add the following com.ovoenergy : natchez-extras-testkit_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ovoenergy:natchez-extras-testkit_3:8.0.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ovoenergy : natchez-extras-testkit_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ovoenergy" % "natchez-extras-testkit_3" % "8.0.0-M2"