m

mongodb-driver-test-template

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