GroupId | GroupIdio.mongock |
---|---|
ArtifactId | ArtifactIdstandalone |
Version | Version5.0.19.RC |
Type | Typepom |
Filename | Size |
---|---|
standalone-5.0.19.RC.pom | 607 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.mongock/standalone/ -->
<dependency>
<groupId>io.mongock</groupId>
<artifactId>standalone</artifactId>
<version>5.0.19.RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.mongock/standalone/
implementation 'io.mongock:standalone:5.0.19.RC'
// https://jarcasting.com/artifacts/io.mongock/standalone/
implementation ("io.mongock:standalone:5.0.19.RC")
'io.mongock:standalone:pom:5.0.19.RC'
<dependency org="io.mongock" name="standalone" rev="5.0.19.RC">
<artifact name="standalone" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.mongock', module='standalone', version='5.0.19.RC')
)
libraryDependencies += "io.mongock" % "standalone" % "5.0.19.RC"
[io.mongock/standalone "5.0.19.RC"]