<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.as.runtimes.j2ee.feature</artifactId>
<version>4.4.1</version>
</dependency>
implementation group: 'org.wso2.carbon.deployment', name: 'org.wso2.carbon.as.runtimes.j2ee.feature', version: '4.4.1'
implementation 'org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.j2ee.feature:4.4.1'
implementation("org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.j2ee.feature:4.4.1")
libraryDependencies += "org.wso2.carbon.deployment" % "org.wso2.carbon.as.runtimes.j2ee.feature" % "4.4.1"
<dependency org="org.wso2.carbon.deployment" name="org.wso2.carbon.as.runtimes.j2ee.feature" rev="4.4.1"/>
@Grapes(
@Grab(group='org.wso2.carbon.deployment', module='org.wso2.carbon.as.runtimes.j2ee.feature', version='4.4.1')
)
[org.wso2.carbon.deployment/org.wso2.carbon.as.runtimes.j2ee.feature "4.4.1"]
'org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.j2ee.feature:jar:4.4.1'