| Категории |
КатегорииMongoDB Данные Базы данных |
|---|---|
| Группа | Группаio.mongock |
| Идентификатор | Идентификаторmongodb-driver-test-template |
| Версия | Версия5.0.18.RC |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.mongock/mongodb-driver-test-template/ -->
<dependency>
<groupId>io.mongock</groupId>
<artifactId>mongodb-driver-test-template</artifactId>
<version>5.0.18.RC</version>
</dependency>
// https://jarcasting.com/artifacts/io.mongock/mongodb-driver-test-template/
implementation 'io.mongock:mongodb-driver-test-template:5.0.18.RC'
// https://jarcasting.com/artifacts/io.mongock/mongodb-driver-test-template/
implementation ("io.mongock:mongodb-driver-test-template:5.0.18.RC")
'io.mongock:mongodb-driver-test-template:jar:5.0.18.RC'
<dependency org="io.mongock" name="mongodb-driver-test-template" rev="5.0.18.RC">
<artifact name="mongodb-driver-test-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mongock', module='mongodb-driver-test-template', version='5.0.18.RC')
)
libraryDependencies += "io.mongock" % "mongodb-driver-test-template" % "5.0.18.RC"
[io.mongock/mongodb-driver-test-template "5.0.18.RC"]