GroupId | GroupIdorg.wso2.appserver |
---|---|
ArtifactId | ArtifactIdintegration-tests |
Version | Version6.0.0-m3 |
Type | Typejar |
Filename | Size |
---|---|
integration-tests-6.0.0-m3.pom | |
integration-tests-6.0.0-m3.jar | 11 KB |
integration-tests-6.0.0-m3-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/integration-tests/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>integration-tests</artifactId>
<version>6.0.0-m3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/integration-tests/
implementation 'org.wso2.appserver:integration-tests:6.0.0-m3'
// https://jarcasting.com/artifacts/org.wso2.appserver/integration-tests/
implementation ("org.wso2.appserver:integration-tests:6.0.0-m3")
'org.wso2.appserver:integration-tests:jar:6.0.0-m3'
<dependency org="org.wso2.appserver" name="integration-tests" rev="6.0.0-m3">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='integration-tests', version='6.0.0-m3')
)
libraryDependencies += "org.wso2.appserver" % "integration-tests" % "6.0.0-m3"
[org.wso2.appserver/integration-tests "6.0.0-m3"]