| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdorg.wso2.ei | 
| ArtifactId | ArtifactIdorg.wso2.carbon.ei.tests.platform.rabbitmq | 
| Version | Version4.1.0-alpha | 
| 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>4.1.0-alpha</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:4.1.0-alpha'// 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:4.1.0-alpha")'org.wso2.ei:org.wso2.carbon.ei.tests.platform.rabbitmq:jar:4.1.0-alpha'<dependency org="org.wso2.ei" name="org.wso2.carbon.ei.tests.platform.rabbitmq" rev="4.1.0-alpha">
  <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='4.1.0-alpha')
)libraryDependencies += "org.wso2.ei" % "org.wso2.carbon.ei.tests.platform.rabbitmq" % "4.1.0-alpha"[org.wso2.ei/org.wso2.carbon.ei.tests.platform.rabbitmq "4.1.0-alpha"]