GroupId | GroupIdorg.wso2.carbon.deployment |
---|---|
ArtifactId | ArtifactIdfeature-categories |
Version | Version4.7.2 |
Type | Typepom |
Filename | Size |
---|---|
feature-categories-4.7.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.deployment/feature-categories/ -->
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>feature-categories</artifactId>
<version>4.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.deployment/feature-categories/
implementation 'org.wso2.carbon.deployment:feature-categories:4.7.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.deployment/feature-categories/
implementation ("org.wso2.carbon.deployment:feature-categories:4.7.2")
'org.wso2.carbon.deployment:feature-categories:pom:4.7.2'
<dependency org="org.wso2.carbon.deployment" name="feature-categories" rev="4.7.2">
<artifact name="feature-categories" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.deployment', module='feature-categories', version='4.7.2')
)
libraryDependencies += "org.wso2.carbon.deployment" % "feature-categories" % "4.7.2"
[org.wso2.carbon.deployment/feature-categories "4.7.2"]