<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.ws.stub</artifactId>
<version>4.8.1</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.wso2.carbon.registry" % "org.wso2.carbon.registry.ws.stub" % "4.8.1"
@Grapes(
@Grab(group='org.wso2.carbon.registry', module='org.wso2.carbon.registry.ws.stub', version='4.8.1')
)
<dependency org="org.wso2.carbon.registry" name="org.wso2.carbon.registry.ws.stub" rev="4.8.1" />