MVN

com.ovoenergy : natchez-extras-combine_2.13

Maven & Gradle

Feb 10, 2023
12 stars

natchez-extras-combine · natchez-extras-combine

<dependency>
    <groupId>com.ovoenergy</groupId>
    <artifactId>natchez-extras-combine_2.13</artifactId>
    <version>6.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.2.5
  • Latest Release Candidate: 7.0.0-RC1

All Versions

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

  • Version Updated
  • natchez-extras-combine_2.13-7.0.0-RC1

    Feb 10, 2023
  • natchez-extras-combine_2.13-6.2.5

    Jan 11, 2023
  • natchez-extras-combine_2.13-6.2.4

    Sep 30, 2022
  • natchez-extras-combine_2.13-6.2.3

    Aug 31, 2022
  • natchez-extras-combine_2.13-6.2.2

    Aug 04, 2022
  • natchez-extras-combine_2.13-7.0.0-M4

    Jul 15, 2022
  • natchez-extras-combine_2.13-6.2.1

    Jul 15, 2022
  • natchez-extras-combine_2.13-6.2.1-RC1

    Jul 04, 2022
  • natchez-extras-combine_2.13-7.0.0-M3

    Jun 23, 2022
  • natchez-extras-combine_2.13-6.2.0

    Jun 22, 2022
  • natchez-extras-combine_2.13-7.0.0-M2

    Jun 01, 2022
  • natchez-extras-combine_2.13-6.1.0

    Feb 03, 2022
  • natchez-extras-combine_2.13-7.0.0-M1

    Jan 21, 2022
  • natchez-extras-combine_2.13-6.0.0

    Nov 23, 2021
  • natchez-extras-combine_2.13-5.0.2

    Sep 02, 2021
  • natchez-extras-combine_2.13-5.0.1

    Jul 30, 2021
  • natchez-extras-combine_2.13-5.0.0-RC1

    Jun 04, 2021
  • natchez-extras-combine_2.13-4.0.2

    May 11, 2021
  • natchez-extras-combine_2.13-4.0.1

    Apr 21, 2021
  • natchez-extras-combine_2.13-4.0.0

    Apr 19, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ovoenergy</groupId>
    <artifactId>natchez-extras-combine_2.13</artifactId>
    <version>6.2.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ovoenergy:natchez-extras-combine_2.13:6.2.5'

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

implementation("com.ovoenergy:natchez-extras-combine_2.13:6.2.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ovoenergy" % "natchez-extras-combine_2.13" % "6.2.5"