is not current version
Last Version 1.2.1

org.axonframework:axon-integrationtests 1.0-rc3

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

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

org.axonframework
ArtifactId

ArtifactId

axon-integrationtests
Version

Version

1.0-rc3
Type

Type

jar

Download axon-integrationtests 1.0-rc3


<!-- https://jarcasting.com/artifacts/org.axonframework/axon-integrationtests/ -->
<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-integrationtests</artifactId>
    <version>1.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework/axon-integrationtests/
implementation 'org.axonframework:axon-integrationtests:1.0-rc3'
// https://jarcasting.com/artifacts/org.axonframework/axon-integrationtests/
implementation ("org.axonframework:axon-integrationtests:1.0-rc3")
'org.axonframework:axon-integrationtests:jar:1.0-rc3'
<dependency org="org.axonframework" name="axon-integrationtests" rev="1.0-rc3">
  <artifact name="axon-integrationtests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-integrationtests', version='1.0-rc3')
)
libraryDependencies += "org.axonframework" % "axon-integrationtests" % "1.0-rc3"
[org.axonframework/axon-integrationtests "1.0-rc3"]