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