License |
License |
---|---|
Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
GroupId | GroupIdio.axoniq |
ArtifactId | ArtifactIdflow-control |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAxonIQ Flow Control
AxonIQ Flow Control library
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
flow-control-1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.axoniq/flow-control/ -->
<dependency>
<groupId>io.axoniq</groupId>
<artifactId>flow-control</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.axoniq/flow-control/
implementation 'io.axoniq:flow-control:1.0'
// https://jarcasting.com/artifacts/io.axoniq/flow-control/
implementation ("io.axoniq:flow-control:1.0")
'io.axoniq:flow-control:pom:1.0'
<dependency org="io.axoniq" name="flow-control" rev="1.0">
<artifact name="flow-control" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.axoniq', module='flow-control', version='1.0')
)
libraryDependencies += "io.axoniq" % "flow-control" % "1.0"
[io.axoniq/flow-control "1.0"]