<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.databridge.receiver.thrift.server.feature</artifactId>
<version>4.4.9</version>
</dependency>
implementation group: 'org.wso2.carbon.commons', name: 'org.wso2.carbon.databridge.receiver.thrift.server.feature', version: '4.4.9'
implementation 'org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift.server.feature:4.4.9'
implementation("org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift.server.feature:4.4.9")
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.databridge.receiver.thrift.server.feature" % "4.4.9"
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.databridge.receiver.thrift.server.feature" rev="4.4.9"/>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.databridge.receiver.thrift.server.feature', version='4.4.9')
)
[org.wso2.carbon.commons/org.wso2.carbon.databridge.receiver.thrift.server.feature "4.4.9"]
'org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift.server.feature:jar:4.4.9'