| GroupId | GroupIdorg.wso2.ei | 
|---|---|
| ArtifactId | ArtifactIdintegration-test-utils | 
| Version | Version1.2.0-alpha | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.wso2.ei/integration-test-utils/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>integration-test-utils</artifactId>
    <version>1.2.0-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.wso2.ei/integration-test-utils/
implementation 'org.wso2.ei:integration-test-utils:1.2.0-alpha'// https://jarcasting.com/artifacts/org.wso2.ei/integration-test-utils/
implementation ("org.wso2.ei:integration-test-utils:1.2.0-alpha")'org.wso2.ei:integration-test-utils:jar:1.2.0-alpha'<dependency org="org.wso2.ei" name="integration-test-utils" rev="1.2.0-alpha">
  <artifact name="integration-test-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='org.wso2.ei', module='integration-test-utils', version='1.2.0-alpha')
)libraryDependencies += "org.wso2.ei" % "integration-test-utils" % "1.2.0-alpha"[org.wso2.ei/integration-test-utils "1.2.0-alpha"]