is not current version
Last Version 1.4.0

com.github.kuliginstepan:mongration 1.1.1

MongoDB data migration tool for Spring Boot projects

GroupId

GroupId

com.github.kuliginstepan
ArtifactId

ArtifactId

mongration
Version

Version

1.1.1
Type

Type

jar

Download mongration 1.1.1


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