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