Files download
File Operation
maven-migration-manager-1.0-beta-1.jar download
maven-migration-manager-1.0-beta-1.pom download
maven-migration-manager-1.0-beta-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.marvelution.maven.components</groupId>
  <artifactId>maven-migration-manager</artifactId>
  <version>1.0-beta-1</version>
</dependency>
Gradle Groovy
implementation 'com.marvelution.maven.components:maven-migration-manager:1.0-beta-1'
Gradle Kotlin
implementation("com.marvelution.maven.components:maven-migration-manager:1.0-beta-1")
Scala SBT
libraryDependencies += "com.marvelution.maven.components" % "maven-migration-manager" % "1.0-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='com.marvelution.maven.components', module='maven-migration-manager', version='1.0-beta-1')
)
Apache Ivy
<dependency org="com.marvelution.maven.components" name="maven-migration-manager" rev="1.0-beta-1" />
Leiningen
[com.marvelution.maven.components/maven-migration-manager "1.0-beta-1"]
Apache Buildr
'com.marvelution.maven.components:maven-migration-manager:jar:1.0-beta-1'