GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdapplication-mgt-features |
Version | Version4.5.0-alpha1 |
Type | Typepom |
Filename | Size |
---|---|
application-mgt-features-4.5.0-alpha1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/application-mgt-features/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>application-mgt-features</artifactId>
<version>4.5.0-alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/application-mgt-features/
implementation 'org.wso2.carbon.commons:application-mgt-features:4.5.0-alpha1'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/application-mgt-features/
implementation ("org.wso2.carbon.commons:application-mgt-features:4.5.0-alpha1")
'org.wso2.carbon.commons:application-mgt-features:pom:4.5.0-alpha1'
<dependency org="org.wso2.carbon.commons" name="application-mgt-features" rev="4.5.0-alpha1">
<artifact name="application-mgt-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='application-mgt-features', version='4.5.0-alpha1')
)
libraryDependencies += "org.wso2.carbon.commons" % "application-mgt-features" % "4.5.0-alpha1"
[org.wso2.carbon.commons/application-mgt-features "4.5.0-alpha1"]