is not current version
Last Version 1.4.0

com.github.kuliginstepan:mongration 0.0.1

MongoDB data migration tool for Spring Boot projects

GroupId

GroupId

com.github.kuliginstepan
ArtifactId

ArtifactId

mongration
Version

Version

0.0.1
Type

Type

jar

Download mongration 0.0.1


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