| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdorg.wso2.ei | 
| ArtifactId | ArtifactIdorg.wso2.carbon.ei.tests.platform.rabbitmq | 
| Version | Version6.1.1-update8 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.carbon.ei.tests.platform.rabbitmq/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>org.wso2.carbon.ei.tests.platform.rabbitmq</artifactId>
    <version>6.1.1-update8</version>
</dependency>// https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.carbon.ei.tests.platform.rabbitmq/
implementation 'org.wso2.ei:org.wso2.carbon.ei.tests.platform.rabbitmq:6.1.1-update8'// https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.carbon.ei.tests.platform.rabbitmq/
implementation ("org.wso2.ei:org.wso2.carbon.ei.tests.platform.rabbitmq:6.1.1-update8")'org.wso2.ei:org.wso2.carbon.ei.tests.platform.rabbitmq:jar:6.1.1-update8'<dependency org="org.wso2.ei" name="org.wso2.carbon.ei.tests.platform.rabbitmq" rev="6.1.1-update8">
  <artifact name="org.wso2.carbon.ei.tests.platform.rabbitmq" type="jar" />
</dependency>@Grapes(
@Grab(group='org.wso2.ei', module='org.wso2.carbon.ei.tests.platform.rabbitmq', version='6.1.1-update8')
)libraryDependencies += "org.wso2.ei" % "org.wso2.carbon.ei.tests.platform.rabbitmq" % "6.1.1-update8"[org.wso2.ei/org.wso2.carbon.ei.tests.platform.rabbitmq "6.1.1-update8"]