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