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