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