GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.event.server.feature |
Version | Version4.6.41 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.event.server.feature/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.event.server.feature</artifactId>
<version>4.6.41</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.event.server.feature/
implementation 'org.wso2.carbon.commons:org.wso2.carbon.event.server.feature:4.6.41'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.event.server.feature/
implementation ("org.wso2.carbon.commons:org.wso2.carbon.event.server.feature:4.6.41")
'org.wso2.carbon.commons:org.wso2.carbon.event.server.feature:pom:4.6.41'
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.event.server.feature" rev="4.6.41">
<artifact name="org.wso2.carbon.event.server.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.event.server.feature', version='4.6.41')
)
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.event.server.feature" % "4.6.41"
[org.wso2.carbon.commons/org.wso2.carbon.event.server.feature "4.6.41"]