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