m

mongodb-driver-test-template

文件下载
文件名 操作
mongodb-driver-test-template-5.2.4.jar 下载
mongodb-driver-test-template-5.2.4.pom 下载
mongodb-driver-test-template-5.2.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.mongock</groupId>
  <artifactId>mongodb-driver-test-template</artifactId>
  <version>5.2.4</version>
</dependency>
Gradle Groovy
implementation 'io.mongock:mongodb-driver-test-template:5.2.4'
Gradle Kotlin
implementation("io.mongock:mongodb-driver-test-template:5.2.4")
Scala SBT
libraryDependencies += "io.mongock" % "mongodb-driver-test-template" % "5.2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.mongock', module='mongodb-driver-test-template', version='5.2.4')
)
Apache Ivy
<dependency org="io.mongock" name="mongodb-driver-test-template" rev="5.2.4" />
Leiningen
[io.mongock/mongodb-driver-test-template "5.2.4"]
Apache Buildr
'io.mongock:mongodb-driver-test-template:jar:5.2.4'