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