GroupId | GroupIdcom.github.cloudyrock.mongock |
---|---|
ArtifactId | ArtifactIdintegration-tests |
Version | Version5.0.1.BETA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cloudyrock.mongock/integration-tests/ -->
<dependency>
<groupId>com.github.cloudyrock.mongock</groupId>
<artifactId>integration-tests</artifactId>
<version>5.0.1.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudyrock.mongock/integration-tests/
implementation 'com.github.cloudyrock.mongock:integration-tests:5.0.1.BETA'
// https://jarcasting.com/artifacts/com.github.cloudyrock.mongock/integration-tests/
implementation ("com.github.cloudyrock.mongock:integration-tests:5.0.1.BETA")
'com.github.cloudyrock.mongock:integration-tests:jar:5.0.1.BETA'
<dependency org="com.github.cloudyrock.mongock" name="integration-tests" rev="5.0.1.BETA">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudyrock.mongock', module='integration-tests', version='5.0.1.BETA')
)
libraryDependencies += "com.github.cloudyrock.mongock" % "integration-tests" % "5.0.1.BETA"
[com.github.cloudyrock.mongock/integration-tests "5.0.1.BETA"]