Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdcom.aoindustries |
ArtifactId | ArtifactIdao-messaging-bom |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
ao-messaging-bom-1.1.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.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-bom/
implementation 'com.aoindustries:ao-messaging-bom:1.1.1'
// https://jarcasting.com/artifacts/com.aoindustries/ao-messaging-bom/
implementation ("com.aoindustries:ao-messaging-bom:1.1.1")
'com.aoindustries:ao-messaging-bom:pom:1.1.1'
<dependency org="com.aoindustries" name="ao-messaging-bom" rev="1.1.1">
<artifact name="ao-messaging-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-messaging-bom', version='1.1.1')
)
libraryDependencies += "com.aoindustries" % "ao-messaging-bom" % "1.1.1"
[com.aoindustries/ao-messaging-bom "1.1.1"]