is not current version
Last Version 1.4.0

com.github.kuliginstepan:mongration 0.0.3

MongoDB data migration tool for Spring Boot projects

GroupId

GroupId

com.github.kuliginstepan
ArtifactId

ArtifactId

mongration
Version

Version

0.0.3
Type

Type

jar

Download mongration 0.0.3


<!-- https://jarcasting.com/artifacts/com.github.kuliginstepan/mongration/ -->
<dependency>
    <groupId>com.github.kuliginstepan</groupId>
    <artifactId>mongration</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuliginstepan/mongration/
implementation 'com.github.kuliginstepan:mongration:0.0.3'
// https://jarcasting.com/artifacts/com.github.kuliginstepan/mongration/
implementation ("com.github.kuliginstepan:mongration:0.0.3")
'com.github.kuliginstepan:mongration:jar:0.0.3'
<dependency org="com.github.kuliginstepan" name="mongration" rev="0.0.3">
  <artifact name="mongration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kuliginstepan', module='mongration', version='0.0.3')
)
libraryDependencies += "com.github.kuliginstepan" % "mongration" % "0.0.3"
[com.github.kuliginstepan/mongration "0.0.3"]