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