| Categories | 
                CategoriesIDE Development Tools | 
        
|---|---|
| GroupId | GroupIdorg.wso2.is | 
    
| ArtifactId | ArtifactIdidentity-integration-tests-utils | 
    
| Version | Version5.12.0-alpha14 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| identity-integration-tests-utils-5.12.0-alpha14.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.is/identity-integration-tests-utils/ -->
<dependency>
    <groupId>org.wso2.is</groupId>
    <artifactId>identity-integration-tests-utils</artifactId>
    <version>5.12.0-alpha14</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.is/identity-integration-tests-utils/
implementation 'org.wso2.is:identity-integration-tests-utils:5.12.0-alpha14'
                // https://jarcasting.com/artifacts/org.wso2.is/identity-integration-tests-utils/
implementation ("org.wso2.is:identity-integration-tests-utils:5.12.0-alpha14")
                'org.wso2.is:identity-integration-tests-utils:pom:5.12.0-alpha14'
                <dependency org="org.wso2.is" name="identity-integration-tests-utils" rev="5.12.0-alpha14">
  <artifact name="identity-integration-tests-utils" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.is', module='identity-integration-tests-utils', version='5.12.0-alpha14')
)
                libraryDependencies += "org.wso2.is" % "identity-integration-tests-utils" % "5.12.0-alpha14"
                [org.wso2.is/identity-integration-tests-utils "5.12.0-alpha14"]