MVN

org.axonframework : axon-integrationtests

Maven & Gradle

Oct 21, 2011
2 usages

Axon Integration tests · Module containing integration tests to run during the build of Axon Framework. Does not contain any production code.

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

Latest Version

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

  • Latest Stable: 1.2.1
  • Latest Release Candidate: 1.0-rc3

All Versions

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

Version Vulnerabilities Updated
1.2.x
axon-integrationtests-1.2.1
1.2
axon-integrationtests-1.2
1.1.x
axon-integrationtests-1.1.2
axon-integrationtests-1.1.1
1.1
axon-integrationtests-1.1
1.0.x
axon-integrationtests-1.0.1
1.0
axon-integrationtests-1.0-rc3
0.7
axon-integrationtests-0.7
0.6.x
axon-integrationtests-0.6.1
0.6
axon-integrationtests-0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-integrationtests</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.axonframework:axon-integrationtests:1.2.1'

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

implementation("org.axonframework:axon-integrationtests:1.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.axonframework" % "axon-integrationtests" % "1.2.1"