GroupId | GroupIdorg.wso2.carbon.appmgt |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.appmgt.rest.api.publisher |
Version | Version1.2.28 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.appmgt/org.wso2.carbon.appmgt.rest.api.publisher/ -->
<dependency>
<groupId>org.wso2.carbon.appmgt</groupId>
<artifactId>org.wso2.carbon.appmgt.rest.api.publisher</artifactId>
<version>1.2.28</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.appmgt/org.wso2.carbon.appmgt.rest.api.publisher/
implementation 'org.wso2.carbon.appmgt:org.wso2.carbon.appmgt.rest.api.publisher:1.2.28'
// https://jarcasting.com/artifacts/org.wso2.carbon.appmgt/org.wso2.carbon.appmgt.rest.api.publisher/
implementation ("org.wso2.carbon.appmgt:org.wso2.carbon.appmgt.rest.api.publisher:1.2.28")
'org.wso2.carbon.appmgt:org.wso2.carbon.appmgt.rest.api.publisher:war:1.2.28'
<dependency org="org.wso2.carbon.appmgt" name="org.wso2.carbon.appmgt.rest.api.publisher" rev="1.2.28">
<artifact name="org.wso2.carbon.appmgt.rest.api.publisher" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.appmgt', module='org.wso2.carbon.appmgt.rest.api.publisher', version='1.2.28')
)
libraryDependencies += "org.wso2.carbon.appmgt" % "org.wso2.carbon.appmgt.rest.api.publisher" % "1.2.28"
[org.wso2.carbon.appmgt/org.wso2.carbon.appmgt.rest.api.publisher "1.2.28"]