| GroupId | GroupIdorg.apache.stratos |
|---|---|
| ArtifactId | ArtifactIdstratos-dependents |
| Version | Version4.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| stratos-dependents-4.1.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stratos/stratos-dependents/ -->
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependents</artifactId>
<version>4.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stratos/stratos-dependents/
implementation 'org.apache.stratos:stratos-dependents:4.1.1'
// https://jarcasting.com/artifacts/org.apache.stratos/stratos-dependents/
implementation ("org.apache.stratos:stratos-dependents:4.1.1")
'org.apache.stratos:stratos-dependents:pom:4.1.1'
<dependency org="org.apache.stratos" name="stratos-dependents" rev="4.1.1">
<artifact name="stratos-dependents" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stratos', module='stratos-dependents', version='4.1.1')
)
libraryDependencies += "org.apache.stratos" % "stratos-dependents" % "4.1.1"
[org.apache.stratos/stratos-dependents "4.1.1"]