<dependency>
<groupId>org.wso2.carbon.business-process</groupId>
<artifactId>org.wso2.carbon.bpel.bam.publisher.feature</artifactId>
<version>4.4.1</version>
</dependency>
implementation group: 'org.wso2.carbon.business-process', name: 'org.wso2.carbon.bpel.bam.publisher.feature', version: '4.4.1'
implementation 'org.wso2.carbon.business-process:org.wso2.carbon.bpel.bam.publisher.feature:4.4.1'
implementation("org.wso2.carbon.business-process:org.wso2.carbon.bpel.bam.publisher.feature:4.4.1")
libraryDependencies += "org.wso2.carbon.business-process" % "org.wso2.carbon.bpel.bam.publisher.feature" % "4.4.1"
<dependency org="org.wso2.carbon.business-process" name="org.wso2.carbon.bpel.bam.publisher.feature" rev="4.4.1"/>
@Grapes(
@Grab(group='org.wso2.carbon.business-process', module='org.wso2.carbon.bpel.bam.publisher.feature', version='4.4.1')
)
[org.wso2.carbon.business-process/org.wso2.carbon.bpel.bam.publisher.feature "4.4.1"]
'org.wso2.carbon.business-process:org.wso2.carbon.bpel.bam.publisher.feature:jar:4.4.1'