License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.wso2.carbon.commons |
ArtifactId | ArtifactIdorg.wso2.carbon.discovery.client.feature |
Version | Version4.7.41 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - WS-Discovery Client Feature
This feature contains the core bundles required by a WS-Discovery client
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.discovery.client.feature/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.discovery.client.feature</artifactId>
<version>4.7.41</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.discovery.client.feature/
implementation 'org.wso2.carbon.commons:org.wso2.carbon.discovery.client.feature:4.7.41'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.discovery.client.feature/
implementation ("org.wso2.carbon.commons:org.wso2.carbon.discovery.client.feature:4.7.41")
'org.wso2.carbon.commons:org.wso2.carbon.discovery.client.feature:pom:4.7.41'
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.discovery.client.feature" rev="4.7.41">
<artifact name="org.wso2.carbon.discovery.client.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.discovery.client.feature', version='4.7.41')
)
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.discovery.client.feature" % "4.7.41"
[org.wso2.carbon.commons/org.wso2.carbon.discovery.client.feature "4.7.41"]