a

axon-integrationtests

Module containing integration tests to run during the build of Axon Framework. Does not contain any production code.
Files download
File Operation
axon-integrationtests-1.1.jar download
axon-integrationtests-1.1.pom download
Apache Maven
<dependency>
  <groupId>org.axonframework</groupId>
  <artifactId>axon-integrationtests</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.axonframework:axon-integrationtests:1.1'
Gradle Kotlin
implementation("org.axonframework:axon-integrationtests:1.1")
Scala SBT
libraryDependencies += "org.axonframework" % "axon-integrationtests" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework', module='axon-integrationtests', version='1.1')
)
Apache Ivy
<dependency org="org.axonframework" name="axon-integrationtests" rev="1.1" />
Leiningen
[org.axonframework/axon-integrationtests "1.1"]
Apache Buildr
'org.axonframework:axon-integrationtests:jar:1.1'