GroupId | GroupIdorg.wso2.appmanager |
---|---|
ArtifactId | ArtifactIdappmgt-features |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
appmgt-features-1.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appmanager/appmgt-features/ -->
<dependency>
<groupId>org.wso2.appmanager</groupId>
<artifactId>appmgt-features</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appmanager/appmgt-features/
implementation 'org.wso2.appmanager:appmgt-features:1.1.0'
// https://jarcasting.com/artifacts/org.wso2.appmanager/appmgt-features/
implementation ("org.wso2.appmanager:appmgt-features:1.1.0")
'org.wso2.appmanager:appmgt-features:pom:1.1.0'
<dependency org="org.wso2.appmanager" name="appmgt-features" rev="1.1.0">
<artifact name="appmgt-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appmanager', module='appmgt-features', version='1.1.0')
)
libraryDependencies += "org.wso2.appmanager" % "appmgt-features" % "1.1.0"
[org.wso2.appmanager/appmgt-features "1.1.0"]