GroupId | GroupIdorg.wso2.carbon.store |
---|---|
ArtifactId | ArtifactIdextensions-feature |
Version | Version2.4.17 |
Type | Typepom |
Filename | Size |
---|---|
extensions-feature-2.4.17.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.store/extensions-feature/ -->
<dependency>
<groupId>org.wso2.carbon.store</groupId>
<artifactId>extensions-feature</artifactId>
<version>2.4.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.store/extensions-feature/
implementation 'org.wso2.carbon.store:extensions-feature:2.4.17'
// https://jarcasting.com/artifacts/org.wso2.carbon.store/extensions-feature/
implementation ("org.wso2.carbon.store:extensions-feature:2.4.17")
'org.wso2.carbon.store:extensions-feature:pom:2.4.17'
<dependency org="org.wso2.carbon.store" name="extensions-feature" rev="2.4.17">
<artifact name="extensions-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.store', module='extensions-feature', version='2.4.17')
)
libraryDependencies += "org.wso2.carbon.store" % "extensions-feature" % "2.4.17"
[org.wso2.carbon.store/extensions-feature "2.4.17"]