is not current version
Last Version 1.4.0

com.github.kuliginstepan:mongration 0.0.4

MongoDB data migration tool for Spring Boot projects

GroupId

GroupId

com.github.kuliginstepan
ArtifactId

ArtifactId

mongration
Version

Version

0.0.4
Type

Type

jar

Download mongration 0.0.4


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