Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdio.mongock |
ArtifactId | ArtifactIdmongodb-driver-test-template |
Version | Version5.0.21.RC |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.mongock/mongodb-driver-test-template/ -->
<dependency>
<groupId>io.mongock</groupId>
<artifactId>mongodb-driver-test-template</artifactId>
<version>5.0.21.RC</version>
</dependency>
// https://jarcasting.com/artifacts/io.mongock/mongodb-driver-test-template/
implementation 'io.mongock:mongodb-driver-test-template:5.0.21.RC'
// https://jarcasting.com/artifacts/io.mongock/mongodb-driver-test-template/
implementation ("io.mongock:mongodb-driver-test-template:5.0.21.RC")
'io.mongock:mongodb-driver-test-template:jar:5.0.21.RC'
<dependency org="io.mongock" name="mongodb-driver-test-template" rev="5.0.21.RC">
<artifact name="mongodb-driver-test-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mongock', module='mongodb-driver-test-template', version='5.0.21.RC')
)
libraryDependencies += "io.mongock" % "mongodb-driver-test-template" % "5.0.21.RC"
[io.mongock/mongodb-driver-test-template "5.0.21.RC"]