| Categories |
CategoriesMessaging Application Layer Libs |
|---|---|
| GroupId | GroupIdcom.aoindustries |
| ArtifactId | ArtifactIdao-messaging-bom |
| Version | Version1.2.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ao-messaging-bom-1.2.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-bom/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-messaging-bom</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-bom/
implementation 'com.aoindustries:ao-messaging-bom:1.2.1'
// https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-bom/
implementation ("com.aoindustries:ao-messaging-bom:1.2.1")
'com.aoindustries:ao-messaging-bom:pom:1.2.1'
<dependency org="com.aoindustries" name="ao-messaging-bom" rev="1.2.1">
<artifact name="ao-messaging-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-messaging-bom', version='1.2.1')
)
libraryDependencies += "com.aoindustries" % "ao-messaging-bom" % "1.2.1"
[com.aoindustries/ao-messaging-bom "1.2.1"]