| License |
License |
|---|---|
| GroupId | GroupIdcom.xing.beetle |
| ArtifactId | ArtifactIdbeetle-bom |
| Version | Version1.1 |
| Type | Typejar |
| Description |
DescriptionHigh Availability AMQP Messaging With Redundant Queues
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| beetle-bom-1.1.pom | |
| beetle-bom-1.1.jar | 1 KB |
| beetle-bom-1.1-javadoc.jar | 245 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xing.beetle/beetle-bom/ -->
<dependency>
<groupId>com.xing.beetle</groupId>
<artifactId>beetle-bom</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xing.beetle/beetle-bom/
implementation 'com.xing.beetle:beetle-bom:1.1'
// https://jarcasting.com/artifacts/com.xing.beetle/beetle-bom/
implementation ("com.xing.beetle:beetle-bom:1.1")
'com.xing.beetle:beetle-bom:jar:1.1'
<dependency org="com.xing.beetle" name="beetle-bom" rev="1.1">
<artifact name="beetle-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xing.beetle', module='beetle-bom', version='1.1')
)
libraryDependencies += "com.xing.beetle" % "beetle-bom" % "1.1"
[com.xing.beetle/beetle-bom "1.1"]