is not current version
Last Version 0.118

io.flux-capacitor:axon-client 0.47

A Java client library that enables Axonframework components to interact via Flux Capacitor. Axonframework is a CQRS framework for Java. For more information about Axonframework see http://axonframework.org

Categories

Categories

CLI User Interface Axon Application Layer Libs Distributed Applications
GroupId

GroupId

io.flux-capacitor
ArtifactId

ArtifactId

axon-client
Version

Version

0.47
Type

Type

jar

Download axon-client 0.47


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