License |
License |
---|---|
Categories |
CategoriesCLI User Interface Aeron Application Layer Libs Messaging |
GroupId | GroupIdio.aeron |
ArtifactId | ArtifactIdaeron-client |
Version | Version1.33.1 |
Type | Typepom |
Description |
Descriptionaeron
Efficient reliable UDP unicast, UDP multicast, and IPC transport protocol.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aeron-client-1.33.1.pom | |
aeron-client-1.33.1.module | 2 KB |
aeron-client-1.33.1-sources.jar | 190 KB |
aeron-client-1.33.1-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.aeron/aeron-client/ -->
<dependency>
<groupId>io.aeron</groupId>
<artifactId>aeron-client</artifactId>
<version>1.33.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.aeron/aeron-client/
implementation 'io.aeron:aeron-client:1.33.1'
// https://jarcasting.com/artifacts/io.aeron/aeron-client/
implementation ("io.aeron:aeron-client:1.33.1")
'io.aeron:aeron-client:pom:1.33.1'
<dependency org="io.aeron" name="aeron-client" rev="1.33.1">
<artifact name="aeron-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.aeron', module='aeron-client', version='1.33.1')
)
libraryDependencies += "io.aeron" % "aeron-client" % "1.33.1"
[io.aeron/aeron-client "1.33.1"]
Group / Artifact | Type | Version |
---|---|---|
org.agrona : agrona | jar | [1.10,1.11) |