m

mongodb

Contains MongoDB specific classes that will handle schema migration in MongoDB databases and a superfast "event tracer" system, based on MongoDB.
Files download
File Operation
mongodb-3.4.4.jar download
mongodb-3.4.4.pom download
mongodb-3.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tomtom.speedtools</groupId>
  <artifactId>mongodb</artifactId>
  <version>3.4.4</version>
</dependency>
Gradle Groovy
implementation 'com.tomtom.speedtools:mongodb:3.4.4'
Gradle Kotlin
implementation("com.tomtom.speedtools:mongodb:3.4.4")
Scala SBT
libraryDependencies += "com.tomtom.speedtools" % "mongodb" % "3.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.tomtom.speedtools', module='mongodb', version='3.4.4')
)
Apache Ivy
<dependency org="com.tomtom.speedtools" name="mongodb" rev="3.4.4" />
Leiningen
[com.tomtom.speedtools/mongodb "3.4.4"]
Apache Buildr
'com.tomtom.speedtools:mongodb:jar:3.4.4'