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