| License | License | 
|---|---|
| GroupId | GroupIdorg.wso2.ei | 
| ArtifactId | ArtifactIdintegration-test-utils | 
| Last Version | Last Version6.5.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionEI Integration Test Common Utils WSO2 Enterprise Integrator | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| integration-test-utils-6.5.0.pom | |
| integration-test-utils-6.5.0.jar | 214 KB | 
| integration-test-utils-6.5.0-sources.jar | 154 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.ei/integration-test-utils/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>integration-test-utils</artifactId>
    <version>6.5.0</version>
</dependency>// https://jarcasting.com/artifacts/org.wso2.ei/integration-test-utils/
implementation 'org.wso2.ei:integration-test-utils:6.5.0'// https://jarcasting.com/artifacts/org.wso2.ei/integration-test-utils/
implementation ("org.wso2.ei:integration-test-utils:6.5.0")'org.wso2.ei:integration-test-utils:jar:6.5.0'<dependency org="org.wso2.ei" name="integration-test-utils" rev="6.5.0">
  <artifact name="integration-test-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='org.wso2.ei', module='integration-test-utils', version='6.5.0')
)libraryDependencies += "org.wso2.ei" % "integration-test-utils" % "6.5.0"[org.wso2.ei/integration-test-utils "6.5.0"]