MVN

io.resoluteworks : kbods-mongo

Maven & Gradle

May 29, 2023

kbods-mongo · Tools for parsing and importing BODS data to MongoDB

<dependency>
    <groupId>io.resoluteworks</groupId>
    <artifactId>kbods-mongo</artifactId>
    <version>0.10.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.resoluteworks : kbods-mongo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.7

All Versions

Choose a version of io.resoluteworks : kbods-mongo to add to Maven or Gradle - All Versions:

  • Version Updated
  • kbods-mongo-0.10.7

    May 29, 2023
  • kbods-mongo-0.10.6

    May 25, 2023
  • kbods-mongo-0.10.4

    May 24, 2023
  • kbods-mongo-0.10.3

    May 21, 2023
  • kbods-mongo-0.10.2

    May 21, 2023
  • kbods-mongo-0.10.1

    May 12, 2023
  • kbods-mongo-0.10.0

    May 12, 2023
  • kbods-mongo-0.9.8

    May 12, 2023
  • kbods-mongo-0.9.7

    May 12, 2023
  • kbods-mongo-0.9.5

    May 08, 2023
  • kbods-mongo-0.9.4

    May 06, 2023
  • kbods-mongo-0.9.3

    May 03, 2023
  • kbods-mongo-0.9.2

    Apr 28, 2023
  • kbods-mongo-0.9.0

    Feb 19, 2023

How to add a dependency to Maven

Add the following io.resoluteworks : kbods-mongo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.resoluteworks</groupId>
    <artifactId>kbods-mongo</artifactId>
    <version>0.10.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.resoluteworks : kbods-mongo gradle dependency to your build.gradle file:

implementation 'io.resoluteworks:kbods-mongo:0.10.7'

Gradle Kotlin DSL: Add the following io.resoluteworks : kbods-mongo gradle kotlin dependency to your build.gradle.kts file:

implementation("io.resoluteworks:kbods-mongo:0.10.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.resoluteworks : kbods-mongo sbt scala dependency to your build.sbt file:

libraryDependencies += "io.resoluteworks" % "kbods-mongo" % "0.10.7"