<dependency>
<groupId>org.wso2.carbon.coordination</groupId>
<artifactId>org.wso2.carbon.cluster.coordinator</artifactId>
<version>2.1.9</version>
</dependency>
implementation group: 'org.wso2.carbon.coordination', name: 'org.wso2.carbon.cluster.coordinator', version: '2.1.9'
implementation 'org.wso2.carbon.coordination:org.wso2.carbon.cluster.coordinator:2.1.9'
implementation("org.wso2.carbon.coordination:org.wso2.carbon.cluster.coordinator:2.1.9")
libraryDependencies += "org.wso2.carbon.coordination" % "org.wso2.carbon.cluster.coordinator" % "2.1.9"
<dependency org="org.wso2.carbon.coordination" name="org.wso2.carbon.cluster.coordinator" rev="2.1.9"/>
@Grapes(
@Grab(group='org.wso2.carbon.coordination', module='org.wso2.carbon.cluster.coordinator', version='2.1.9')
)
[org.wso2.carbon.coordination/org.wso2.carbon.cluster.coordinator "2.1.9"]
'org.wso2.carbon.coordination:org.wso2.carbon.cluster.coordinator:jar:2.1.9'