License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdorg.wso2.carbon.automation |
ArtifactId | ArtifactIdtest-automation-framework |
Last Version | Last Version4.4.10 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon Automation - Parent core project
WSO2 is an open source application development software company focused on providing service-oriented
architecture solutions for professional developers.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test-automation-framework-4.4.10.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.automation/test-automation-framework/ -->
<dependency>
<groupId>org.wso2.carbon.automation</groupId>
<artifactId>test-automation-framework</artifactId>
<version>4.4.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.automation/test-automation-framework/
implementation 'org.wso2.carbon.automation:test-automation-framework:4.4.10'
// https://jarcasting.com/artifacts/org.wso2.carbon.automation/test-automation-framework/
implementation ("org.wso2.carbon.automation:test-automation-framework:4.4.10")
'org.wso2.carbon.automation:test-automation-framework:pom:4.4.10'
<dependency org="org.wso2.carbon.automation" name="test-automation-framework" rev="4.4.10">
<artifact name="test-automation-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.automation', module='test-automation-framework', version='4.4.10')
)
libraryDependencies += "org.wso2.carbon.automation" % "test-automation-framework" % "4.4.10"
[org.wso2.carbon.automation/test-automation-framework "4.4.10"]