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