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