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