GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdws-discovery-feature |
Version | Version4.4.4 |
Type | Typepom |
Filename | Size |
---|---|
ws-discovery-feature-4.4.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/ws-discovery-feature/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>ws-discovery-feature</artifactId>
<version>4.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/ws-discovery-feature/
implementation 'org.wso2.carbon.commons:ws-discovery-feature:4.4.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/ws-discovery-feature/
implementation ("org.wso2.carbon.commons:ws-discovery-feature:4.4.4")
'org.wso2.carbon.commons:ws-discovery-feature:pom:4.4.4'
<dependency org="org.wso2.carbon.commons" name="ws-discovery-feature" rev="4.4.4">
<artifact name="ws-discovery-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='ws-discovery-feature', version='4.4.4')
)
libraryDependencies += "org.wso2.carbon.commons" % "ws-discovery-feature" % "4.4.4"
[org.wso2.carbon.commons/ws-discovery-feature "4.4.4"]