m

mongodb-driver-test-template

Files download
File Operation
mongodb-driver-test-template-5.1.4.jar download
mongodb-driver-test-template-5.1.4.pom download
mongodb-driver-test-template-5.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.mongock</groupId>
  <artifactId>mongodb-driver-test-template</artifactId>
  <version>5.1.4</version>
</dependency>
Gradle Groovy
implementation 'io.mongock:mongodb-driver-test-template:5.1.4'
Gradle Kotlin
implementation("io.mongock:mongodb-driver-test-template:5.1.4")
Scala SBT
libraryDependencies += "io.mongock" % "mongodb-driver-test-template" % "5.1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.mongock', module='mongodb-driver-test-template', version='5.1.4')
)
Apache Ivy
<dependency org="io.mongock" name="mongodb-driver-test-template" rev="5.1.4" />
Leiningen
[io.mongock/mongodb-driver-test-template "5.1.4"]
Apache Buildr
'io.mongock:mongodb-driver-test-template:jar:5.1.4'