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