GroupId | GroupIdorg.apache.stratos |
---|---|
ArtifactId | ArtifactIdstratos-test-integration |
Version | Version4.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.stratos/stratos-test-integration/ -->
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-test-integration</artifactId>
<version>4.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stratos/stratos-test-integration/
implementation 'org.apache.stratos:stratos-test-integration:4.1.3'
// https://jarcasting.com/artifacts/org.apache.stratos/stratos-test-integration/
implementation ("org.apache.stratos:stratos-test-integration:4.1.3")
'org.apache.stratos:stratos-test-integration:jar:4.1.3'
<dependency org="org.apache.stratos" name="stratos-test-integration" rev="4.1.3">
<artifact name="stratos-test-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.stratos', module='stratos-test-integration', version='4.1.3')
)
libraryDependencies += "org.apache.stratos" % "stratos-test-integration" % "4.1.3"
[org.apache.stratos/stratos-test-integration "4.1.3"]