Categories |
CategoriesCLI User Interface Axon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdio.flux-capacitor |
ArtifactId | ArtifactIdaxon-client |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
axon-client-0.8.1.pom | |
axon-client-0.8.1.jar | 45 KB |
axon-client-0.8.1-sources.jar | 28 KB |
axon-client-0.8.1-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.flux-capacitor/axon-client/ -->
<dependency>
<groupId>io.flux-capacitor</groupId>
<artifactId>axon-client</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.flux-capacitor/axon-client/
implementation 'io.flux-capacitor:axon-client:0.8.1'
// https://jarcasting.com/artifacts/io.flux-capacitor/axon-client/
implementation ("io.flux-capacitor:axon-client:0.8.1")
'io.flux-capacitor:axon-client:jar:0.8.1'
<dependency org="io.flux-capacitor" name="axon-client" rev="0.8.1">
<artifact name="axon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.flux-capacitor', module='axon-client', version='0.8.1')
)
libraryDependencies += "io.flux-capacitor" % "axon-client" % "0.8.1"
[io.flux-capacitor/axon-client "0.8.1"]