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