GroupId | GroupIdorg.wso2.testgrid |
---|---|
ArtifactId | ArtifactIdorg.wso2.testgrid.infrastructure |
Version | Version0.9.0-m22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.testgrid/org.wso2.testgrid.infrastructure/ -->
<dependency>
<groupId>org.wso2.testgrid</groupId>
<artifactId>org.wso2.testgrid.infrastructure</artifactId>
<version>0.9.0-m22</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.testgrid/org.wso2.testgrid.infrastructure/
implementation 'org.wso2.testgrid:org.wso2.testgrid.infrastructure:0.9.0-m22'
// https://jarcasting.com/artifacts/org.wso2.testgrid/org.wso2.testgrid.infrastructure/
implementation ("org.wso2.testgrid:org.wso2.testgrid.infrastructure:0.9.0-m22")
'org.wso2.testgrid:org.wso2.testgrid.infrastructure:jar:0.9.0-m22'
<dependency org="org.wso2.testgrid" name="org.wso2.testgrid.infrastructure" rev="0.9.0-m22">
<artifact name="org.wso2.testgrid.infrastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.testgrid', module='org.wso2.testgrid.infrastructure', version='0.9.0-m22')
)
libraryDependencies += "org.wso2.testgrid" % "org.wso2.testgrid.infrastructure" % "0.9.0-m22"
[org.wso2.testgrid/org.wso2.testgrid.infrastructure "0.9.0-m22"]