MVN

org.axonframework : axon-migration

Maven & Gradle

Aug 14, 2023
3k stars

Axon Framework - Migration · Module containing OpenRewrite migration recipes.

<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-migration</artifactId>
    <version>4.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.axonframework : axon-migration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.1

All Versions

Choose a version of org.axonframework : axon-migration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
axon-migration-4.8.1
axon-migration-4.8.0
4.7.x
axon-migration-4.7.6
axon-migration-4.7.5
axon-migration-4.7.4
axon-migration-4.7.3
axon-migration-4.7.2

How to add a dependency to Maven

Add the following org.axonframework : axon-migration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-migration</artifactId>
    <version>4.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.axonframework : axon-migration gradle dependency to your build.gradle file:

implementation 'org.axonframework:axon-migration:4.8.1'

Gradle Kotlin DSL: Add the following org.axonframework : axon-migration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.axonframework:axon-migration:4.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.axonframework : axon-migration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.axonframework" % "axon-migration" % "4.8.1"

Advertisement