MVN

com.tomtom.speedtools : mongodb

Maven & Gradle

Apr 12, 2023
8 stars

SpeedTools MongoDB Utilities · Contains MongoDB specific classes that will handle schema migration in MongoDB databases and a superfast "event tracer" system, based on MongoDB.

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>mongodb</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tomtom.speedtools : mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.4

All Versions

Choose a version of com.tomtom.speedtools : mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
mongodb-3.4.4
mongodb-3.4.3
mongodb-3.4.2
3.3.x
mongodb-3.3.0
3.2.x
mongodb-3.2.23
mongodb-3.2.22
mongodb-3.2.21
mongodb-3.2.20
mongodb-3.2.19
mongodb-3.2.18
mongodb-3.2.17
mongodb-3.2.16
mongodb-3.2.14
mongodb-3.2.13
mongodb-3.2.12
mongodb-3.2.11
mongodb-3.2.10
mongodb-3.2.9
mongodb-3.2.8
mongodb-3.2.7
mongodb-3.2.6
mongodb-3.2.5
mongodb-3.2.4
mongodb-3.2.3
mongodb-3.2.2
mongodb-3.2.1
mongodb-3.2.0
3.1.x
mongodb-3.1.1
mongodb-3.1.0
3.0.x
mongodb-3.0.26
mongodb-3.0.25
mongodb-3.0.24
mongodb-3.0.23
mongodb-3.0.21
mongodb-3.0.20
mongodb-3.0.19
mongodb-3.0.18
mongodb-3.0.17
mongodb-3.0.16
mongodb-3.0.15
mongodb-3.0.14
mongodb-3.0.13
mongodb-3.0.12
mongodb-3.0.11
mongodb-3.0.10
mongodb-3.0.9
mongodb-3.0.8
mongodb-3.0.7
mongodb-3.0.6
mongodb-3.0.5
mongodb-3.0.4
mongodb-3.0.3
mongodb-3.0.2
mongodb-3.0.1
mongodb-3.0.0

How to add a dependency to Maven

Add the following com.tomtom.speedtools : mongodb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>mongodb</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tomtom.speedtools : mongodb gradle dependency to your build.gradle file:

implementation 'com.tomtom.speedtools:mongodb:3.4.4'

Gradle Kotlin DSL: Add the following com.tomtom.speedtools : mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tomtom.speedtools:mongodb:3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tomtom.speedtools : mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tomtom.speedtools" % "mongodb" % "3.4.4"

Advertisement