Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.wso2.brs |
ArtifactId | ArtifactIdorg.wso2.brs.integration.common.clients |
Version | Version2.2.0-beta2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.brs/org.wso2.brs.integration.common.clients/ -->
<dependency>
<groupId>org.wso2.brs</groupId>
<artifactId>org.wso2.brs.integration.common.clients</artifactId>
<version>2.2.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.brs/org.wso2.brs.integration.common.clients/
implementation 'org.wso2.brs:org.wso2.brs.integration.common.clients:2.2.0-beta2'
// https://jarcasting.com/artifacts/org.wso2.brs/org.wso2.brs.integration.common.clients/
implementation ("org.wso2.brs:org.wso2.brs.integration.common.clients:2.2.0-beta2")
'org.wso2.brs:org.wso2.brs.integration.common.clients:jar:2.2.0-beta2'
<dependency org="org.wso2.brs" name="org.wso2.brs.integration.common.clients" rev="2.2.0-beta2">
<artifact name="org.wso2.brs.integration.common.clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.brs', module='org.wso2.brs.integration.common.clients', version='2.2.0-beta2')
)
libraryDependencies += "org.wso2.brs" % "org.wso2.brs.integration.common.clients" % "2.2.0-beta2"
[org.wso2.brs/org.wso2.brs.integration.common.clients "2.2.0-beta2"]