| GroupId | GroupIdcom.abiquo |
|---|---|
| ArtifactId | ArtifactIdcommons-amqp |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-amqp-3.0.0.pom | |
| commons-amqp-3.0.0.jar | 29 KB |
| commons-amqp-3.0.0-tests.jar | 2 KB |
| commons-amqp-3.0.0-sources.jar | 21 KB |
| commons-amqp-3.0.0-javadoc.jar | 184 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.abiquo/commons-amqp/ -->
<dependency>
<groupId>com.abiquo</groupId>
<artifactId>commons-amqp</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.abiquo/commons-amqp/
implementation 'com.abiquo:commons-amqp:3.0.0'
// https://jarcasting.com/artifacts/com.abiquo/commons-amqp/
implementation ("com.abiquo:commons-amqp:3.0.0")
'com.abiquo:commons-amqp:jar:3.0.0'
<dependency org="com.abiquo" name="commons-amqp" rev="3.0.0">
<artifact name="commons-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.abiquo', module='commons-amqp', version='3.0.0')
)
libraryDependencies += "com.abiquo" % "commons-amqp" % "3.0.0"
[com.abiquo/commons-amqp "3.0.0"]