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