| License |
License |
|---|---|
| Categories |
CategoriesMessaging Application Layer Libs |
| GroupId | GroupIdcom.aoindustries |
| ArtifactId | ArtifactIdao-messaging-base |
| Version | Version3.0.0 |
| Type | Typepom |
| Description |
DescriptionAO Messaging Base
Asynchronous bidirectional messaging over various protocols base for implementations.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ao-messaging-base-3.0.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-base/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-messaging-base</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-base/
implementation 'com.aoindustries:ao-messaging-base:3.0.0'
// https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-base/
implementation ("com.aoindustries:ao-messaging-base:3.0.0")
'com.aoindustries:ao-messaging-base:pom:3.0.0'
<dependency org="com.aoindustries" name="ao-messaging-base" rev="3.0.0">
<artifact name="ao-messaging-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-messaging-base', version='3.0.0')
)
libraryDependencies += "com.aoindustries" % "ao-messaging-base" % "3.0.0"
[com.aoindustries/ao-messaging-base "3.0.0"]