MVN

io.holixon.axon.testing : axon-testing-upcaster-core

Maven & Gradle

Apr 27, 2023
5 stars

Axon Testing - Upcaster Testing Core

<dependency>
    <groupId>io.holixon.axon.testing</groupId>
    <artifactId>axon-testing-upcaster-core</artifactId>
    <version>4.7.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.holixon.axon.testing : axon-testing-upcaster-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.4.0

All Versions

Choose a version of io.holixon.axon.testing : axon-testing-upcaster-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
axon-testing-upcaster-core-4.7.4.0
0.4.x
axon-testing-upcaster-core-0.4.0
0.3.x
axon-testing-upcaster-core-0.3.0
0.2.x
axon-testing-upcaster-core-0.2.1
axon-testing-upcaster-core-0.2.0
0.1.x
axon-testing-upcaster-core-0.1.0
0.0.x
axon-testing-upcaster-core-0.0.2
axon-testing-upcaster-core-0.0.1

How to add a dependency to Maven

Add the following io.holixon.axon.testing : axon-testing-upcaster-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.holixon.axon.testing</groupId>
    <artifactId>axon-testing-upcaster-core</artifactId>
    <version>4.7.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.holixon.axon.testing : axon-testing-upcaster-core gradle dependency to your build.gradle file:

implementation 'io.holixon.axon.testing:axon-testing-upcaster-core:4.7.4.0'

Gradle Kotlin DSL: Add the following io.holixon.axon.testing : axon-testing-upcaster-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.holixon.axon.testing:axon-testing-upcaster-core:4.7.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.holixon.axon.testing : axon-testing-upcaster-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.holixon.axon.testing" % "axon-testing-upcaster-core" % "4.7.4.0"

Advertisement